Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Can you provide a link to your website where you’re experiencing this issue? Also please post whatever code modifications you’ve made, since this plugin does not include read more links.

    Thread Starter RaySmerlin

    (@raysmerlin)

    https://www.raysmerlin.com/ – it’s the section on the page “Articles by Ray Smerlin”

    Using shortcode: [display-posts category=”article” posts_per_page=”3″ include_excerpt=”true”]

    You put me on the right path. Tempera Theme takes control – it’s the them itself doing this. Thanks!

    I have the same problem – the read more links not working: https://virumgaardbeboer.dk

    Is it the theme that has the problem?

    @nichart: If you require assistance then, as per the Forum Welcome, please post your own topic. This topic has been resolved.

    Thread Starter RaySmerlin

    (@raysmerlin)

    More than likely if this crops up, it is due to the the theme. Of course, one could edit theme css, but for those of us who are not so bold, here’s how I got around the issue:

    To show the current 3 articles:

    Instead of using a global
    [display-posts category=”article” posts_per_page=”3″ include_excerpt=”true”]

    I used separate shortcodes with offset
    [display-posts category=”article” posts_per_page=”1″ include_excerpt=”true”]
    [display-posts category=”article” posts_per_page=”1″ include_excerpt=”true” offset=”1″]
    [display-posts category=”article” posts_per_page=”1″ include_excerpt=”true” offset=”2″]

    Plugin Author Bill Erickson

    (@billerickson)

    More information regarding this change can be found here: https://github.com/billerickson/display-posts-shortcode/issues/110

    Please read through that and let me know if you like how the new features are implemented. I want to make sure these new parameters are implemented the way most users expect them to work because once they start being used I won’t want to change their default behavior.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Read More only linking to first article link on all listed postings’ is closed to new replies.