Описание
the Loop to display posts from a specific categorie. Using The Loop, plugins processes each post to be displayed on the current page, and formats it according to how it matches specified.
you can generate your own shortcode
attributes
- title:the name of categorie to display.
- img-width:the width of the featured image.(200 like value mean 200 pixels ).
- img-height:the width of the featured image.(200 like value mean 200 pixels ).
- display:display image or not for your posts (yes or no ).
- title-size:the size of the title (H1,H2,H3,H4).
- link:Read More , you can changed for any chaine of charactere (read all arcticle like value).
- limit:the number of word per post.
- post_number:number of post to display in page.
Exemple
[postcat title=»Help» title-size=»h1″ display=»yes» img-width=»500″ img-height=»300″ post_number=»10″ limit=»20″ link=»Read More»]
How To Use it
What’s new
Скриншоты
Установка
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘Post category’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select post-category.zip from your computer
- Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download post-category.zip
- Extract the post-category.zip directory to your computer
- Upload the post-category directory to the /wp-content/plugins/ directory
- Activate the plugin in the Plugin dashboard
Часто задаваемые вопросы
- Why should install this plugin?
-
The Loop is to display posts. Using The Loop, the plugin processes each post to be displayed on the current page, and formats it according to how it matches specified.
Отзывы
Участники и разработчики
«Категория публикации» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Категория публикации» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.1
- Jump between Page With Previous and Next button
1.0
- Initial version