Hi there,
Is it possible to remove Portfolio Items options (the whole thing) from the left tab and also from the Page Attributes.
I just want to remove it since I'm not using it.
Thanks.
Hi there,
Is it possible to remove Portfolio Items options (the whole thing) from the left tab and also from the Page Attributes.
I just want to remove it since I'm not using it.
Thanks.
Hey,
in functions.php delete following line:
require_once( 'includes/admin/register-portfolio.php' ); // register custom post types for portfolio entries
and in brightbox\includes\admin\register-admin-options.php delete the code between:
/*portfolio settings*/
and:
/*Contact + social stuff*/Hi there,
I've managed to delete Portfolio from the left tab, but I'm still looking for solution on deleting Portfolio from Template options, it's under Page Attributes, which has the drop down of Default Template, Blog Overview, Fullwidth Page.
Please advise.
Thanks.
You need to delete template_portfolio.php too :)
You must log in to post.