Post display by category shortcode

Hello,
I am using a shortcode to display recent posts on the sidebar of my blog page and it looks great.
[recent_posts style=“margin: 0;” type=“post” count=“3” orientation=“vertical”]

Now I need a shortcode that can allow me to display posts based on a specific category (featured).
I tried this to no avail
[display-posts category=“featured” style=“margin: 0;” type=“post” count=“3” orientation=“vertical”]
I will appreciate any help.
Thank you

Hello @Webmasternastel,

Thanks for writing to us.

To display the post of specific category you can use this shortcode.

[recent_posts count="1" orientation="vertical" category="test"]

Please change the post category name from “test” to your category name.

Hope it helps
Thanks

Worked like a charm.

Thank You,
Happy Holidays!

Hello @Webmasternastel,

Glad that we were able to help you.

Happy Holidays!
Thanks

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