Hi
How would I go about removing the “Portfolio” custom post type from the theme? I don’t need it to appear in the admin on the left hand side.
Thanks
Hi CreativeH!
There is no point in hiding that but you can do it by commenting out line 45 in /enfold/includes/admin/register-portfolio.php.
//register_post_type( 'portfolio' , $args );
Regards,
Elliott
Hi
The reason for hiding it was to clean up the admin side for our client. Just wanted to remove anything not really relevant.
Thanks,
Hey!
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Best regards,
Günter
Hi,
Would that still work i update my Theme ?