Changeset 1233811
- Timestamp:
- 08/29/2015 06:02:55 PM (11 years ago)
- File:
-
- 1 edited
-
default-sort-ascend/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
default-sort-ascend/trunk/README.txt
r616620 r1233811 4 4 Tags: reverse, sort, ascending, chronological, posts, order 5 5 Requires at least: 2.0 6 Tested up to: 3.06 Tested up to: 4.3 7 7 Stable tag: trunk 8 8 … … 11 11 == Description == 12 12 13 By default, the sort order for queries in WordPress is descending. This will produce posts in reverse chronological order, the desired result for most blogs. However, in some cases, it may be desirable to have posts in ascending order. When activated, this plugin changes the default order from descending to ascending. This affects all queries (home page, archives, dates, etc). Deactivating the plugin returns the default order to descending. How well this works out varies from theme to theme. 13 By default, the sort order for queries in WordPress is descending. This will produce posts in reverse chronological order, the desired result for most blogs. 14 15 In some cases, it may be desirable to have posts in ascending order. When activated, this plugin changes the default order from descending to ascending. This affects all queries (home page, archives, dates, etc). Deactivating the plugin returns the default order to descending. 16 17 ***IF YOU DON'T LIKE THE RESULT, IT'S THE THEME*** 18 19 How well this works out varies from theme to theme. Depending on a theme's navigation labels for posts, things may or may not make sense. If labels are "Earlier" and "Later", things will seem backwards. Some themes make sense either way. For example, in the "Twenty Fifteen" theme, "Previous" is above "Next", suggesting list order rather than time. 14 20 15 21 16 22 == Installation == 17 23 18 1. Upload 'default_sort_ascend.php' to the '/wp-content/plugins/' directory. 19 2. Activate the plugin through the 'Plugins' menu in WordPress. 24 From your WordPress dashboard: 25 Visit 'Plugins > Add New' 26 Search for 'Default-Sort-Ascend' 27 Activate from your Plugins page. 20 28 21 29 30 From WordPress.org: 31 Download Default-Sort-Ascend. 32 Upload 'default_sort_ascend.php' to the '/wp-content/plugins/' directory. 33 Activate from your Plugins page. 34 35
Note: See TracChangeset
for help on using the changeset viewer.