0
100
2K
0
31 October 2023
13 August 2023
Based on 0 on WordPress.org
You can edit the category-posts-shortcode.css
file located in the css
folder of the plugin directory. Make sure to clear your cache after making any changes to see the updated styles.
Currently, the plugin only supports displaying posts from a single category per shortcode. To display posts from multiple categories, you can add multiple shortcodes with different category slugs.
Currently, the plugin only supports displaying posts from a single category per shortcode. To display posts from multiple categories, you can add multiple shortcodes with different category slugs.
category-posts-shortcode
folder to the /wp-content/plugins/
directory of your WordPress installation.[category_posts category="your-category-slug"]
shortcode in your WordPress pages, posts, or widgets, replacing “your-category-slug” with the desired category slug.