Articles

Customizing sort through default post type archive interface

Customizing the sort for a site content is the key to improve SEO ratting and keep you in business. Any new visitor will navigate your page just a bit before leave for another site, if not find quality information. Placing the best products and articles in the relevant spots is the way to catch a […]

Pagination for large Sort Lists

The Advanced Post Types Order plugin provides a Pagination functionality that allows you to split a large number of objects into multiple pages using a WordPress pagination style. This feature is particularly useful when dealing with sort lists that have a high number of items, as it helps to improve the sorting process by making […]

Pagination on AJAX Sort List Update

For very large list, it can be a challenge to save an order list. Something this can take a while, on certain hosts it can be stopped from execution returning an 500 server error. The main cause for this is a php environment variable called Maximum Execution Time. This is generally set for 30 seconds. […]

Sort WordPress custom post types through Front End

This will allow you to create custom sort lists through the Front End of your site. This is a sample of how the sort interface will appear: During the last years the WordPress become one of the best Content Management System, the features and a great interface, also the ease of usage makes the best […]

How to apply WooCommerce category order while using visual attributes filtering

Sorting WooCommerce products is an easy job, specific area ordering is possible after selecting the appropriate taxonomy or attribute.  When using mix of multiple taxonomies or/and attributes a sort is still easy to create through advanced set-up Sometimes, there’s no need to apply a very specific order for all those areas, as it become impractical […]

Turn off visibility for WooCommerce Hidden products within sort list

Catalog visibility for WooCommerce is a simple way to keep certain products visible or invisible for customers, hidden products will not show on front side shop. Mainly this is being used for content not yet available or under development. The option is being integrated within Publish widget or through Quick Edit.

Using sorting functionality along with DIVI Filterable Portfolio module

DIVI provided by Elegant Themes is just great! Excellent functionality provided through their visual composer and modules, make things easy to manage and stunning layout creation a breeze. Advanced Post Types order plugin provide total control over the content sorting for your DIVI powered website. Sorts are maintained easily through lists, which can apply globally […]

Sort post objects assigned to a taxonomy terms but not it’s children

Per WordPress Codex when creating a custom query, and request objects which belong to a specific term, direct assigned objects will be included. Also all other objects which belong to child terms related to queried term will be returned too. This is the default behavior observed within WordPress dashboard, when filter for a specific category, […]