Changeset 956146
- Timestamp:
- 07/28/2014 05:50:20 PM (12 years ago)
- Location:
- post-sorter
- Files:
-
- 2 edited
-
tags/v1.4.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-sorter/tags/v1.4.1/readme.txt
r956142 r956146 13 13 == Description == 14 14 15 Plugin for easy sorting of posts or pages (both called *posts* below) by user-selected integer numeric factor. The plugin allows easily to switch direction or to15 Plugin for easy sorting of posts by user-selected integer numeric factor. Works natively with all custom post types. The plugin allows easily to switch direction or to 16 16 enable/disable it. After activation you will be able to manage post position in a loop directly by the new column - Sort or when adding/editing post to fulfill the 17 17 desired number in the new metabox, that will appear for you - *Post Sorter*. 18 18 19 There are two arrows in the admin post list, which could be used for fast switching of posts positions, i.e. if you click up it will set post order *numeric factor* with 1 more or less (depending on sorting direction) than the one above. 19 There are two arrows in the admin post list, which could be used for fast switching of posts positions, i.e. if you click up it will set post order *numeric factor* 20 with 1 more or less (depending on sorting direction) than the one above. 20 21 21 22 In the options page of the plugin you will see several basic settings, whether to enable it and the sorting direction - ascending or descending. … … 40 41 41 42 Access management is now available. You can authorize specific roles to use the plugin from its section - submenu **Permissions**. By default, only administrator would be allowed to operate with the plugin. 43 44 You can now easily turn off sorting only for administration by selecting *Disable Admin Sorting* option in general settings. 42 45 43 46 == Installation == … … 69 72 70 73 == Changelog == 74 75 = 1.4.1 = 76 Ability to turn off sorting of administrative listings added. 71 77 72 78 = 1.4 = -
post-sorter/trunk/readme.txt
r956142 r956146 13 13 == Description == 14 14 15 Plugin for easy sorting of posts or pages (both called *posts* below) by user-selected integer numeric factor. The plugin allows easily to switch direction or to15 Plugin for easy sorting of posts by user-selected integer numeric factor. Works natively with all custom post types. The plugin allows easily to switch direction or to 16 16 enable/disable it. After activation you will be able to manage post position in a loop directly by the new column - Sort or when adding/editing post to fulfill the 17 17 desired number in the new metabox, that will appear for you - *Post Sorter*. 18 18 19 There are two arrows in the admin post list, which could be used for fast switching of posts positions, i.e. if you click up it will set post order *numeric factor* with 1 more or less (depending on sorting direction) than the one above. 19 There are two arrows in the admin post list, which could be used for fast switching of posts positions, i.e. if you click up it will set post order *numeric factor* 20 with 1 more or less (depending on sorting direction) than the one above. 20 21 21 22 In the options page of the plugin you will see several basic settings, whether to enable it and the sorting direction - ascending or descending. … … 40 41 41 42 Access management is now available. You can authorize specific roles to use the plugin from its section - submenu **Permissions**. By default, only administrator would be allowed to operate with the plugin. 43 44 You can now easily turn off sorting only for administration by selecting *Disable Admin Sorting* option in general settings. 42 45 43 46 == Installation == … … 69 72 70 73 == Changelog == 74 75 = 1.4.1 = 76 Ability to turn off sorting of administrative listings added. 71 77 72 78 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.