I want to hide the tag and category boxes from the post editor, the theme I’ve just developed doesn’t need them, thus I want to hide them.
I am aware they could be hidden using the ‘screen options’ menu, however I’d prefer to do this with a bit of code.
Is this possible?
Using
remove metabox
function you can do this. Simply put this inside your themesfunctions.php
file at very end.NOTE – unwrap
<?php
?>
if necessary.