Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
themes

Remove the Default Posts Menu

Remove the Default Posts Menu — Featured

Remove the Default Posts Menu — a practical guide to Remove the Default Posts Menu themes tutorial with clear examples you can reuse in real projects.

Remove the default WordPress Posts menu from the admin dashboard when using only custom post types.

/*Default Post Remove*/
add_action( 'admin_menu', 'remove_default_post_type' );
function remove_default_post_type() {
    remove_menu_page( 'edit.php' );
}

Leave a reply

Your email address will not be published. Required fields are marked *