Archived topic
Hide Layout options
1 reply · Started by Greg on June 1, 2021
On Pages, I'd like to hide all the options in the Layout panel except the option to hide the Content Title. On other post types, I'd like to remove the Layout panel/meta box completely. This is not a permissions issue, it's a relevancy issue. Is the only/best way to do this with CSS in admin_head?
Hi there,
The current metabox wasn't really built to be extendable like this.
The easier method would be to use CSS in the admin_head hook as you mentioned. Each section has a unique ID you can target.
Let me know if you need more info :)