News

Automatically order WooCommerce products based on attributes

WooCommerce is a powerful e-commerce platform that allows you to create and manage an online store with ease. One of the key features of WooCommerce is the ability to customize and sort products based on various criteria. In this article, we’ll explore how to implement custom sorting for WooCommerce products, specifically focusing on sorting products by a custom attribute. (more…)

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 plugin and how it can be utilized to fine-tune the automatic ordering of content based on a secondary criterion.

One of the plugin’s standout features is the Automatic Order option, which enables automatic sorting of content based on various criteria such as date, title, and more. This feature streamlines content management by automating the sorting of posts, ensuring that the most relevant and up-to-date content is presented to site visitors.
(more…)

How to Apply different sorts for Desktop and Mobile devices

WordPress is one of the most popular content management systems that allows you to create and manage your website without any coding knowledge. With the rise of mobile devices, it’s essential to create a responsive website that looks great, from information perspective, on any device. One way to achieve this is by using the Advanced Post Types Order plugin. In this article, we’ll show you how to apply different sorts for desktop and mobile devices using this powerful plugin.
(more…)

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 customer. WooCommerce product order is a must to consider for every shop. Relevant content should always stand first, before anything else. This ensures the potential products are viewed first and spotted, rather than lost in endless lists. (more…)

How to show items categories, within the sort interface

When viewing the sort interface, within the drag & drop section, the system outputs the current object items ( post types ). As default a line include a Thumbnail, the Post Title and the Post ID
(more…)

How to reset Post Order and show on top of the list, when change Date

When publishing a new Post, the object shows the first on the front side lists, also the first item in the Sort List. Creating further customized sorting, automatically assign an order index to the object, for a specific taxonomy term or archive. This way the Advanced Post Types Order plugin knows in what position each of the objects needs to show up when display on the front side.
(more…)

How to Randomize order but keep in place the Sticky Items

Setting Sticky Items within the re-order interface is a cool plugin feature, through which fixed position for posts can be set, independently of sorting or newly created items.
Randomizing items while keeping in place the Sticky Items is each to achieve through a programmable filter.
(more…)

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 (e.g. category link). (more…)

How to add DIVI Post Navigation with Sort support

Divi is a nice theme, the incorporated builder is very easy to use and provides lots of functionalities. But like default WordPress navigation methods it misses any kind of support for Sorting and ordering apply when outputs navigation links.

Since version 4.3.5 the Advanced Post Types Order plugin introduced a new module APTO – Post Navigation which can be used to show post navigation link while applying the customized order. When add a new module, within the list there will be shown a new item which can be inserted in the template:
(more…)

How to show posts only for current category and not include childs, when view the re-order interface

For hierarchical taxonomies like Categories, the terms can take a parent-child structure scheme. This helps for a better organization of the customs port type objects assigned to the categories.

Sometimes, the themes and plugins, when query and outputs categories, specify a taxonomy argument called include_children. If set to TRUE, the query returns only direct post objects assigned to queries taxonomy term and not including the child of current terms ( which is the default behavior ).
(more…)