Popular

Leveraging the Fallback in Advanced Post Types Order for Smart Content Organization

WordPress users often rely on plugins to enhance the functionality and management of their websites. One such powerful plugin is “Advanced Post Types Order,” which is designed to help users reorder and organize posts, custom post types, and taxonomies efficiently. In this article, we’ll delve into the Fallback function of the Advanced Post Types Order […]

Easy WooCommerce order by Total Sales

WooCommerce is a free eCommerce plugin for WordPress that makes it incredibly easy for selling products online. WooCommerce is an Open-source platform and highly customisable code. Why WooCommerce sort is important for a shop? Every aspect of a WooCommerce shop is important. Apparently insignificant details can make a difference between a sale and a lost […]

How to Order Posts by Category Name

Creating custom Sort for Posts (or any other custom post type) within categories is an easy task using the Advanced Post Types Order plugin, a visual drag & drop interface is easy to set-up and self explanatory. The order can be customized for individual categories which apply accordingly on front side when view such area […]

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. […]

Create sorting for queries containing Custom Field Handling / Meta

Staring version 3.8.9 the Advanced Post Types Order got a major code extension to include the possibility to focus a sort on an exact front site query contain a Custom Field Handling / meta_query section. The Custom Fields meta data is the way WordPress save additional information for custom post types. These are used by […]