• Resolved guyrintoul

    (@guyrintoul)


    Hi there! I’d like to display Reading Time for posts categorised as Article but hide it for posts categorised as Photos. Is there a code snippet I can hook in somewhere to do this please? Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter guyrintoul

    (@guyrintoul)

    Please ignore above, I managed to do it through CSS 🙂

    .category-photos .entry-content .bsf-rt-reading-time {
      display: none !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Reading time based on categories’ is closed to new replies.