Home Forums Themes Support Claue Remove portfolio

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #28908

      I want to remove the portfolio section completely.

      How do I do that?

    • #28913

      Hi,

      You mean remove portfolio in dashboard or front-end.

      On Frontend just delete menu.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #28959

      from backend aswell

    • #28963

      Hi,

      Please add below code to claue-child > functions.php

      add_action('admin_head', 'remove_portfolio_menu');
      
      function remove_portfolio_menu() {
        echo '<style>
          #menu-posts-portfolio {
      		display: none;
          } 
        </style>';
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.