Display a list of posts from a specific category or tag.
Posts by Category lets you display a list of posts pulled from a particular category or tag, and optionally
group them by year, month or first letter of the post title.
Current features include:
Usage
To display the list of posts, add the following shortcode to your post or page.
Default settings:
[sb_category_posts]
Custom settings:
[sb_category_posts show="10" cat="3" group_by="year"]
For full list of parameters see the plugin release page
When editing a category or tag, the URL in your browser will look something like this:
yoursite.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=25&post_type=post
The number after tag_ID is your category or tag ID.