Orderli
Adds an order field to the link editing page to allow forcing wp_list_bookmarks and get_bookmarks to output links in the specified order.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5383 days ago
Is Orderli abandoned?
Possibly abandoned (last update 5383 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Orderli adds an order input box to the links editing page. The order number lets you explicitly specify an order for the wp_list_bookmarks and get_bookmarks functions. Giving links an order number automatically overrides any sort order you provide with the orderby argument. The links are sorted in ascending or descending order depending on the order argument you provide.
On the other hand, giving links the same order number will apply whatever sort option you provided with orderby. For instance, leaving all links with an order number of zero will have no affect on ordering. This lets you create groups by giving sets of links the same order number. You can then sort within those groups with orderyby parameter.
Installation
- Upload
orderli.phpto your plugins directory. - Activate Orderli in the plugins menu.
- Edit your links and provide the desired order number to each link.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.2
- Fixed pointer to emtpy link_id property
- Added error checking on order input
1.1
- Fixed function redefinition error. PHP != javascript :\
1.0
- Sorts in ascending or descending order based on
orderargument
0.2
- Used mergesort instead of usort for stability
0.1
- Added order meta box to link editing page
- Option saved when link added/edited and used when get_bookmarks called