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