Removing unwanted custom post types

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Removing unwanted custom post types

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23576
    thevibrand
    Member

    I would like to remove portfolio, gallery, etc. from my Worpdress backend before providing access to the client. Where can I comment out the creation of these custom post types in the framework?

    #23579
    Veena
    Moderator

    In plugins/livemesh-tools/includes/register-post-types.php you need to comment out the required custom post types inside the function lm_register_custom_post_types .
    If you wish to remove gallery then you need to comment out the below line .

    lm_register_gallery_type();
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.