I'd like to insert recent posts into a page, however only want posts in a certain category to display.
I've tried adding things like category-slug="articles" or cat-slug="articles" and other variations. Perhaps it is not possible, or perhaps there is a configuration somewhere else which will enable this.
Hi there,
I'd like to insert recent posts into a page, however only want posts in a certain category to display.
I've tried adding things like category-slug="articles" or cat-slug="articles" and other variations. Perhaps it is not possible, or perhaps there is a configuration somewhere else which will enable this.
Can you help?
Cheers,
Virginia
Hi Virginia are you using a blog page section or a blog posts shortcode ?
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
The shortcode!
Hi, then you should modify the WP_Query so that it will include a certain category. See function shortcode_show_three_blog_posts in shortcodes.php
More info about wp_query
http://codex.wordpress.org/Class_Reference/WP_Query
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio