Tom Nicholson
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Viewing 2 topics - 1 through 2 (of 2 total)
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Remove ‘Content Template’ and ‘Template Layout’ widgets for Editors
Started by: Tom Nicholson
in: Toolset Professional Support
Problem: Solution: 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: |
2 | 5 | 7 years, 3 months ago | ||
Allow Contributors to See custom fields in custom post type
Started by: Tom Nicholson in: Types Community Support |
2 | 3 | 7 years, 4 months ago |
Viewing 2 topics - 1 through 2 (of 2 total)