Описание
The «WP Recent Posts From Category» is a simple plugin that allows you to insert a list of recent posts from the desired category in a widget, post or page.
Using the shortcode generator you can easily customize the list of posts, you just have to paste the generated shortcode wherever you want the list to show.
Customizables options include:
- the desired category
- the number of posts to display
- include/exclude posts from children categories
- show excerpt
- show author and date in the output.
Styling the output is easy if you are confident with CSS, as you can apply a custom class to the list container, or use the default «rpfc-container» class instead.
Скриншоты
Установка
Автоматическая установка
- Go to Plugins > Add New > Upload and select the .zip file from your hard disk
- Click the «Install now» button
- Активируйте плагин используя меню ‘Плагины’ в WordPress
Ручная установка
- Upload the plugin folder to the
/wp-content/plugins/
directory via ftp - Активируйте плагин используя меню ‘Плагины’ в WordPress
Часто задаваемые вопросы
- How do I write a shortcode?
-
Once the plugin is installed and activated, from your dashboard navigate to Settings > WP Recent Posts From Category, select the desired options and click the «Generate Shortcode» button.
- How do I use it in a widget?
-
Generate the shortcode you need, copy it and paste it in a text widget.
- What about sticky posts?
-
The plugin doesn’t exclude sticky posts, but doesn’t display them at the top of the list.
- Can I apply custom css styles to the plugin?
-
Yes, you can use a custom class for the container, or apply styles to the default «rpfc-container» class.
Отзывы
Участники и разработчики
«WP Recent Posts From Category» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WP Recent Posts From Category» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.1.0
- Added excerpt
1.0.2
- Fixed minor bug
1.0.1
- Minor updates
1.0
- First release