• Hey, thanks for the great plugin.

    I’m facing a wired issue, the plugin is showing estimate reading time for all posts and I’m able to show it on different places, but when I use it in homepage it shows the shortcode instead of the time like this screenshot: https://prntscr.com/sdewu3

    in this screenshot, you’ll see the plugin is showing time properly for the left page, but not the right page (Home Page)

    I checked every post type as in this screenshot: https://prntscr.com/sdexdb

    Can you please guide me on how to fix this, pelase? Thanks.

    The page I need help with: [log in to see the link]

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

    (@yingling017)

    How are you currently implementing this on the homepage? If the shortcode itself is showing my thought would be it’s not getting run through the_content filter which should render the shortcode.

    It’s likely something with what your theme pulls in there. IF it pulls in the_excerpt and doesn’t run shortcodes then the text would display like that.

    Thread Starter alirashidy

    (@alirashidy)

    Hey Jason,

    Thanks for your reply, Honestly I thought it was broken at first until I saw it working on the content page itself, and yes it pulls the excert, but on the other hand, it pulls the same content attribute when it’s not the homepage as you’ve seen in the screenshots, the pages are identical except that it’s not rendering on the homepage.

    I’m using Impreza, and you’re welcome if you want to visit the back end to further check it btw.

    Plugin Author Jason Yingling

    (@yingling017)

    Hmm it looks like it’s being added into a section that displays post meta. Which would lead me to believe you have it integrated by outputting the do_shortcode() function somewhere in the theme. Any chance you can share the code where that section of the post is output?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Working everywhere except Homepage’ is closed to new replies.