WordPress: Enabling Page attributes for posts (sort_order)

I’ve often come across the need to sort blog posts by manualy setting the order and not ordering them by name or date, by default WordPress posts do not support the page attributes like pages: ( see image right ) Using the native WordPress function “add_post_type_support( $post_type, $supports )”, set the post type to “post” and support to “page-attributes”, see … Read more