Описание
Chronological posts reverses the default post order throughout your site to be chronological instead of reverse-chronological. This can be useful for sites displaying historical content, journals, books, etc. where the content is intended to be read chronologically (typically, it works well for any sites where the entire content of the site — every post — is intended to be read sequentially). It is also useful for archived sites, preserving the history of posts in a sequential format, oldest to newest.
Установка
- Take the easy route and install through the WordPress plugin installer, or,
- Download the .zip file and upload the unzipped folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Часто задаваемые вопросы
-
Where are the options?
-
There are no options. When active, this plugin will automatically display your posts in chronological order on all views, including the main blog index day/month/year archives, category/tag archives, author archives, searches, etc. The admin UI is not changed, only the frontend display.
-
Displaying only specific post types in chronological order
-
This plugin changes all post types to be chronological, globally. To apply it only to a specific post type, I suggest forking the plugin and adding a simple check for the post type of the query before it sets the query order to
ASC
. This is not a complicated process — the plugin has only 6 lines of code.
Отзывы
Участники и разработчики
«Chronological Posts» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Chronological Posts» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- First publicly available version of the plugin.