• Resolved stavroch

    (@stavroch)


    How can I display the 5 latest posts of one category?

    Can I display 5 specific posts? If so how?

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

    (@billerickson)

    To display the 5 most recent posts in “Category A”, use:

    [display-posts posts_per_page="5" category="category-a"]

    To display 5 specific posts, use their post ID:

    [display-posts id="1,5,6,7,39" orderby="post__in"]

    The last parameter ensures the posts are displayed in the order you specify, rather than ordered by post date.

    For more information see: https://displayposts.com/docs/parameters/

Viewing 1 replies (of 1 total)

The topic ‘Display 5 posts’ is closed to new replies.