Changeset 804920
- Timestamp:
- 11/15/2013 03:47:48 PM (12 years ago)
- Location:
- post-sorter/trunk
- Files:
-
- 2 edited
-
page/about.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-sorter/trunk/page/about.php
r804473 r804920 8 8 <blockquote><?php echo $post_sorter->meta( 'Description' ) ?></blockquote> 9 9 10 <p>This plugin is part of my work, done in spare time, more like hobby. Sadly, this time is not enough to update my personal page and place my own blog, although I am a silent speaker. :D</p>10 <p>This plugin is part of my work, done in spare time, more like hobby. Sadly, this time is not enough to create new stuff every day, but it is enoght. :)</p> 11 11 12 12 <p> -
post-sorter/trunk/readme.txt
r804516 r804920 4 4 Tags: sort, sorting, order, ordering, position, custom sort, custom sorting, custom order, custom ordering, post, page, posts, pages 5 5 Requires at least: 3.2 6 Tested up to: 3. 57 Stable tag: 1. 3.16 Tested up to: 3.7.1 7 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 WordPress plugin for easily sorting of posts or pages by numeric factor .11 WordPress plugin for easily sorting of posts or pages by numeric factor or custom mechanism. 12 12 13 13 == Description == … … 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 20 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* with 1 more or less (depending on sorting direction) than the one above. 21 20 22 21 In the options page of the plugin you will see several basic settings, whether to enable it and the sorting direction - ascending or descending. … … 72 71 = 1.4 = 73 72 Access to plugin funcionality is now granted with permissions. These permissions are given to roles from the new settings screen. 73 Optimized and refactored code added. 74 74 75 75 = 1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.