• Resolved opwolken.com

    (@opwolkencom)


    Hi and first of all, what a great plugin, simple elegant and just what we needed.

    I was wondering if you could give me some information on how to get the reading length to be visible in my blog archive.

    here is the site im building https://dev3.opwolken.com/herbert-filosofeert/

    I’m using a plugin to show the blogs (Display Posts Shortcode – plugin) this plugin lets me use taxonomy terms, is that something I should look at? something like this: [display-posts taxonomy=”category” tax_term=”featured” taxonomy_2=”post_tag” tax_2_term=”homepage”]

    or do you have a alternate sollution?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author brianmcculloh

    (@brianmcculloh)

    What are your display settings for the time commitment label in the plugin options currently? Do you have it set to display before/after the title, or before the content?

    Thread Starter opwolken.com

    (@opwolkencom)

    Hi Brian, sorry for the late reply and thank you in advance for your help.

    Currently i have set it up as after the title.

    Plugin Author brianmcculloh

    (@brianmcculloh)

    Ah I see, you want to use it on the archive – I was thinking for single posts, sorry I missed that. You can just use the shortcode and put it wherever you want in your theme files. You’ll have to open your theme files and find where the title on the archive pages is, and then put in the shortcode after that:

    [wtr-time]

    Thread Starter opwolken.com

    (@opwolkencom)

    Hi Brian,

    I’m using the Display Posts Shortcode plugin to display the blogposts. Is there a php tag that I can simply add use to add the wtr time in every post?

    the overview of the blogposts can be found here: https://dev3.opwolken.com/herbert-filosofeert/

    I would like every post to have his own custom WTR time.

    Plugin Author brianmcculloh

    (@brianmcculloh)

    You would just need to put the shortcode directly into the php like so:

    <?php echo do_shortcode(‘[wtr-time]’); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show reading length on blog archive’ is closed to new replies.