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

AtoZ Sorting

Описание

A simple plugin to sort your posts by «A to Z», i.e. Alphabetically. It supports regular posts as well as Custom_Post_Type. You can also control the number of posts to display and order them in different ways.

Скриншоты

  • Shortcode insterting
  • A to Z navigation
  • Постраничная навигация

Установка

The quickest method for installing the plugin is:

  1. Upload the AtoZ-Sorting folder to the /wp-content/plugins/ directory
  2. Активируйте плагин через меню «Плагины» в WordPress.

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

How can I use this Plugin?

Follow the steps:

  1. Install the plugin,
  2. make a blank page with default template,
  3. use shortcode to display your desired contents.
What are the shortcodes?
  1. [atoz_sorting]
  2. [atoz_sorting post_type=»post»]
  3. [atoz_sorting post_type=»post» number=»10″]
  4. [atoz_sorting post_type=»post» number=»10″ order_by=»title»]
  5. [atoz_sorting post_type=»post» number=»10″ order_by=»title» order=»ASC»]
What are the meaning of shortcodes?
  1. Using only [atoz_sorting] will show posts from blog posts by default with 15 posts per page with ascending order.
  2. Use «post» as «post_type» if you want to display blog posts or use «your_custom_post_type_name» to display posts from that Custom Post Type.
  3. Use «number» to control maximum number posts to show
  4. Use «order_by» to order posts in different ways. The values can be: date, title, popular & random.
  5. Use «order» to order in Ascending or Descending method. The values can be: ASC & DESC.

Отзывы

16.07.2017
Don't let the corrupted screenshots mislead you. The plugin works great. Texts are displaying normally, not corrupted like in the screenshots. Only shortcome of the plugin is that it doesn't support sorting with special chars like "Ç,Ö,Ü" in turkish.
Посмотреть 1 отзыв

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

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

Участники

Перевести «AtoZ Sorting» на ваш язык.

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

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

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

1.0

  • Первая версия.

1.1

  • New options added (Number of posts to display, different ordering methods etc.)
  • Link issue fixed.