When using Display specific posts When you know exactly which posts you’d like to feature, you can use the “id” parameter to specify their post IDs and orderby=”post__in” to display them in the order you listed. In the example below, I want to highlight my Post Grid tutorial and an article on adapting the layout: Shortcode […]
Filter: display_posts_shortcode_inception_override
When displaying the full content (include_content="true"
), we disable any Display Posts listings within that content from running to prevent infinite loops. If you are SURE you won’t get an infinite loop and want the shortcode to run, use this filter to override it.