• Resolved phl43

    (@phl43)


    Hi,

    I’m using your plugin and I would like to only display the reading time on posts, but right now it’s only being displayed on pages. Is there any way to do this?

    Philippe

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Hi there,

    I’m working to get post type options built into the next version of Reading Time WP. Until then you can use CSS to hide the reading time from pages by adding this to the Additional CSS panel in the Customizer.

    .page .rt-reading-time {
        display: none !important;
    }

    Does this go the same for Event Pages? I don’t want the reading time on events, will I have to use this code or is there a way to exclude it on those pages through settings?

    Plugin Author Jason Yingling

    (@yingling017)

    You’ll probably need to replace .page in the above CSS with something different. If you inspect the page and look at the body element you should see something like this: https://monosnap.com/direct/uU2EiJqo1irwbnG6OxnvprtYKjKsZZ

    For your events you might see something like .single-event you can use in place of .page.

    Now it can turn off in Page yet ??

    Plugin Author Jason Yingling

    (@yingling017)

    Hi there,

    Options to turn the Reading Time on or off for separate post types haven’t been added yet.

    For now you can do it with the CSS above.

    Let me know if you need any help.

    Plugin Author Jason Yingling

    (@yingling017)

    Options to control reading time displays on Posts, Pages, and Custom Post types was added in version 1.2.0. You can access them in the settings.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How not to add reading time on pages’ is closed to new replies.