Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

menu order for posts

add_action( 'admin_init', 'your_custom_post_order_fn' );
function your_custom_post_order_fn() {
    add_post_type_support( 'post', 'page-attributes' );
}
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #menu #order #posts
ADD COMMENT
Topic
Name
8+5 =