Term - post types order

How to order Wordpress Posts using a Custom Field value

Need to sort WordPress posts by a custom field instead of the default publish date? Maybe you’re organizing events by start date, products by price, or portfolio pieces by priority. Normally, that means writing a pre_get_posts hook, setting orderby to meta_value (or meta_value_num for numbers), and pointing it at the right meta_key inside a WP_Query […]

Ignore sort apply for certain query on Post Types Order

This replaced the deprecated filter pto/posts_orderby The free WordPress plugin Post Types Order is already a “must have” code on any website. Control any post sorting through a nice and easy to use interface. When Autosort is ON, the sorting is applied to all queries that match the post type. It can be forced by […]

Apply custom sorting for Next / Previous site-wide navigation

A sort will apply to all next / previous side-wide navigation links if the Next / Previous Apply option is turned on. In case this need to apply only when certain conditions are fulfilled . The follogin filter can be used ‘apto/navigation_sort_apply’ The above will makes the code to apply the customized sort on navigation […]

What new goodies Wordpress 3.1 bring in?

Although I am aware are still many who have not upgraded to WordPress 3.0 for various reasons – incompatible themes or plugins or “antique” proclaimed recommendations WordPress Guru, etc.

alt text

Post Types Order

Free Download! Sort easily any of your custom post types order, hierarchical or not using a simple drag and drop jQuery interface. The process is very simple, once updated, the plug-in will take care for you of the template new order. This plug-in also allow you to sort the post types order for the admin interface too.