Описание
CC Recent Post is a simple recent post showing plugin in both sidebar or anywhere in your website.
Major Features:
1. Simple Shortcode.
2. Most Recent Post List.
3. Most Commented Post List.
How to use:
For Showing Recent Post List:
Shortcode:
[ccrp]
Options:
- per_page: (default: 5) To show number post.
- order: (default: DESC) Use to show the post order. (values: DESC/ASC)
- img: (default: true) Use to show the post image thumbnail. (values: true/false)
- img_type: (default: sqr) Use to show the post image thumbnail shape. (values: sqr/circle)
- excerpt: (default: false) Use to show the post excerpt content. (values: false/true)
- cat: (default: true) Use to show the post category name. (values: true/false)
Full Shortcode :
[ccrp pre_page="5" order="DESC" img="true" img_type="sqr" excerpt="false" cat="true"]
For Showing Most Commented Post List:
Shortcode:
[ccrp_mc]
Options:
- per_page: (default: 5) To show number post.
- order: (default: DESC) Use to show the post order. (values: DESC/ASC)
- img: (default: true) Use to show the post image thumbnail. (values: true/false)
- img_type: (default: sqr) Use to show the post image thumbnail shape. (values: sqr/circle)
- excerpt: (default: false) Use to show the post excerpt content. (values: false/true)
- cat: (default: true) Use to show the post category name. (values: true/false)
Full Shortcode :
[ccrp_mc pre_page="5" order="DESC" img="true" img_type="sqr" excerpt="false" cat="true"]
Plugin Demo: http://www.codycave.com/Plugins/cc-recent-post/
Установка
This section describes how to install the plugin and get it working.
например
- Upload
CC Recent Post
folder to the/wp-content/plugins/
directory - Активируйте плагин используя меню ‘Плагины’ в WordPress
- You can use shortcode in page or post.
- After applying the shortcode please go to the endless scroll plugin option (in your wordpress Dashboard Menu-bar) and click on ‘Save Changes’ button once.
Отзывы
Участники и разработчики
«CC Recent Post» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «CC Recent Post» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- Initial Release.