list of posts

  • Unknown's avatar

    After applying the short code, only the first 10 of my 20 posts are shown in the list.
    I tried this,[display-posts category='must-read' posts_per_page='-1' include_date='true' order='ASC' orderby='title'] not sure where to put this code.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    That shortcode would replace the shortcode that is displaying only 10 posts. However, the shortcode
    [display-posts category='must-read' posts_per_page='-1' include_date='true' order='ASC' orderby='title']
    probably includes some arguments that you don’t need or necessarily want in your shortcode. For example, this code only display posts assigned to the “must read” category, which might not be applicable to your case.

    Alternatively, you could edit the shortcode that’s displaying 10 posts, simply adding to code: posts_per_page='-1'

    The default number of posts displayed is 10. To display the most recent 20, you could use posts_per_page='20'

    If you want it to display all posts in the list, up to a maximum of 100, then use the value “-1.”

    See the Display Posts Shortcode support page.

  • Unknown's avatar

    I still can’t list all posts. I used the code [display-posts_per_page=’ -‘]

    veganbabyboomer.home.blog

  • The topic ‘list of posts’ is closed to new replies.