Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

List Category's Posts

Описание

This is the simplest plugin that can list all the post in a category with it’s featured image. The user can click on the title of post to navigate to the post.

Установка

  1. Upload the plugin files to the /wp-content/plugins/posts-in-category directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Часто задаваемые вопросы

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/posts-in-category directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
How to use this plugin?

You can use the short code «cateposts» to use this plugin.

What are the attributes of the shortcode?

Currently, there is only on attribute «name» whose value should be the name of WordPress post category.

Can you show me the complete example?

Just write the following line in your WordPress page or post:
[cateposts name=»uncategorized»]
The above line will list all the posts with thier thumbnail and links in category named «uncategorized».

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«List Category's Posts» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«List Category's Posts» переведён на 2 языка. Благодарим переводчиков за их работу.

Перевести «List Category's Posts» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.0.1

  • List all posts in a category in columns with a border around it.