Warning: Undefined property: WP_Error::$name in /srv/users/nsp-code/apps/nsp-code/public/wp-content/themes/apto/templates/parts/category-header.php on line 15

Warning: Undefined property: WP_Error::$name in /srv/users/nsp-code/apps/nsp-code/public/wp-content/themes/apto/templates/parts/category-header.php on line 18

How to retrieve the sticky posts for a sort

The default WordPress Sticky functionality is very limited. It allows to put a post on top of the list which is pretty much everything about it. Beside other missing functionality, there is no control over order, making the list totally uncontrollable.

Selectively Hiding features/elements in the reorder interface

The Advanced Post Types Order (APTO) plugin in WordPress provides a powerful way to manage and reorder posts and custom post types. However, there are cases where you might want to customize the interface further, such as hiding specific options for certain user roles to keep the dashboard cleaner and more secure. In this guide, […]

Update Order for Child Categories When Modifying Parent Category Sort Order

In WordPress, organizing content through categories is a fundamental aspect of structuring your website. When dealing with a hierarchical structure of categories, sorting can be managed individually per each category, depending on the required order. Sometimes, when changing the sorting for the parent category, it require to reflect for their child categories too. Upon updating […]