Описание
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:
- Set a title to be displayed above list of posts
- Shortcode allows post list to be inserted anywhere
- Limit how many posts should be displayed
- Group posts by year, month or first letter
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
Установка
- Upload the ‘posts-by-category’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Add the shortcode to your post or page
- Enjoy!
Часто задаваемые вопросы
- Installation Instructions
-
- Upload the ‘posts-by-category’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Add the shortcode to your post or page
- Enjoy!
- How do I find my category/tag ID number?
-
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=postThe number after tag_ID is your category or tag ID.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Posts by Category» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Posts by Category» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- First version