This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #87071
     caxyxn
    Participant

    Hi,

    I would like to unregister Clients, Testimonials and Portfolio from the theme.

    I don’t want those functions (for now at least) and would like to remove them from the admin area.

    Is this something I can do in my child theme functions.php?

    Kindly provide me with the code to use.

    Many thanks.

    #87182
     Radu
    Moderator

    Hi,

    Please add this code to your kleo-child/functions.php

    COPY CODE
    
    
    function remove_menu_links() {
    	remove_menu_page( 'edit.php?post_type=kleo_clients' );
    	remove_menu_page( 'edit.php?post_type=kleo-testimonials' );
    	remove_menu_page( 'edit.php?post_type=portfolio' );
    }
    add_action( 'admin_init', 'remove_menu_links', 9999 );
    

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #87189
     caxyxn
    Participant

    That’s excellent.
    Many thanks Radu.

    #87200
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?