Changeset 403830
- Timestamp:
- 07/02/2011 07:31:36 PM (15 years ago)
- File:
-
- 1 edited
-
my-link-order/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-link-order/trunk/readme.txt
r196530 r403830 4 4 Tags: link, category, categories, order, sidebar, widget 5 5 Requires at least: 2.8 6 Tested up to: 2.9.17 Stable tag: 2.9.16 Tested up to: 3.1.4 7 Stable tag: 3.1.4 8 8 9 9 My Link Order allows you to set the order in which links and link categories will appear in the sidebar. … … 14 14 and drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes. 15 15 16 = Breaking Change Made in 3.1.4 = 17 18 If you do not use widgets to display links you must do the following: replace your call to wp_list_bookmarks() with mylinkorder_list_bookmarks(). 19 16 20 = Big Update! = 17 21 … … 21 25 22 26 == Changelog == 23 27 = 3.1.4 = 28 * The order arguments coming into get_bookmarks() started being matched against a static list of values. To get around this I made copies of wp_list_bookmarks and get_bookmarks and modified them. 29 * Widget will work as is after upgrading. 30 * If you weren't using widgets then replace your call to wp_list_bookmarks() with mylinkorder_list_bookmarks(). It is exactly the same except it calls my version of get_bookmarks(), mylinkorder_get_bookmarks(). 31 * The link categories are also matched against a list now, but there is a filter available after that modifies the orderby value. 32 = 3.0 = 33 * Update for compatibility with 3.0 34 * Switched way menu item was being added, any permission issues should be fixed 35 * Updated drag and drop to include a placeholder, makes it much easier to see where items will move 36 * Updated styles to fit in with Wordpress better 37 * Updated page code to use regular submit buttons, less reliance on Javascript and query strings 38 * Links and categories now wrapped in localization code, thanks for the tip Florian 24 39 = 2.9.1 = 25 40 * Fixed widget checkboxes not holding their value. … … 66 81 2. Go to "My Link Order" under the Links menu and specify your desired order for your link categories and the links in each category 67 82 3. If you are using widgets then replace the standard "Links" widget with the "My Link Order" widget. That's it. 68 4. If you aren't using widgets, modify the sidebar template to use the correct filter (additional parameter seperated by ampersands):69 ` wp_list_bookmarks('orderby=order&category_orderby=order');`83 4. If you aren't using widgets, modify your template to use the correct filter (additional parameter seperated by ampersands): 84 `mylinkorder_list_bookmarks('orderby=order&category_orderby=order');` 70 85 71 86 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.