Can I have custom posts in "recent posts"?

Hi there,

I’ve posted a screenshot of the “recent posts” shortcode below to use as an example.

I’ve been placing these at the bottom of posts to show the two most recent posts.

But I was wondering if there is code so that I can specifically select the articles I want to show instead?

Hi Adam,

You cannot specify the article in recent post shortcode but a workaround would to create a category and assign the posts that you want to be displayed in the recent post in that category. Let’s say the category is featured.

[recent_posts count="2" category="featured"]

category: to filter your posts by category, input the slug of your desired category; also accepts multiple category slugs separated by a comma to display posts in any of those categories, or multiple category slugs separated by a plus sign to display posts that have all of those categories.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.