Problem:
Remove 'Content Template' and 'Template Layout' widgets/metabox for certain CPT in admin screen.
Solution:
Please add this code in your theme’s or child theme’s functions.php file:
add_action( 'admin_head', 'wpv_custom_admin_head', 20); function wpv_custom_admin_head() { remove_meta_box( 'wpddl_template', 'book', 'side' ); // replace book with your CPT slug remove_meta_box( 'views_template', 'book', 'side' ); // replace book with your CPT slug }
==> Whereas 'book' should be replaced with your CPT slug.
Relevant Documentation:
https://codex.wordpress.org/Function_Reference/remove_meta_box
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
- | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 14:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Jamaica (GMT-05:00)
Este tema contiene 3 respuestas, tiene 3 mensajes.
Última actualización por hace 6 años, 7 meses.
Asistido por: Shane.