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

L7 Display Posts

Описание

Use a shortcode to display your posts. Display them by tag, number of posts, order (asc, desc), orderby (date, time created, none, ID, author, title, parent, rand), pagination (pages), and display the results in one column or two.

Intended to be used with object caching (memcache) for maximum efficiency.

[Display Posts tag=’a tag’ pages=’true’ posts=’7′ order=’desc’ orderby=’date’]

cat

  • Category name. Add multiple categories separated by commas. (Note: Using cat and tag will increase query load dramatically)

метка

  • Tag name. Add mulitiple tags separated by commas.

страниц

  • True or false. Display the posts with pagination or all on one page.

постов

  • Number of posts to display. If pages is true it is the number of posts per page.

заказ

  • Display the posts in descending or ascending order.

orderby (There are many options including)

  • дата
  • time created
  • ни один
  • ID
  • Автор
  • Заголовок
  • родитель
  • rand

Requires PHP version 5.3.0 or greater.

Установка

Admin Panel

  1. Search for l7 Display Posts.
  2. Установить плагин.
  3. Activate plugin.

Manual Installation

  1. Upload the entire /l7-display-posts directory to the /wp-content/plugins/ directory.
  2. Activate Primary Tag Plugin through the ‘Plugins’ menu in WordPress.

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

How do I utilize the object caching feature for maximum speed and efficiency?

To maximize this plugins object caching features it is recommended that a caching plugin be installed. There are many free caching plugins available. It order to utilize memcache you may have to contact your hosting provider.

Отзывы

03.09.2016
This plugin is very efficient. Updates object cache when post is saved or updated so user never hits an empty cache. Great for sites with huge numbers of posts and high traffic.
Посмотреть 1 отзыв

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

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

Участники

Перевести «L7 Display Posts» на ваш язык.

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

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

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

0.1.0

  • First release