Meta Box
Support Forum
Support › MB Custom Post Type › Different logo and navagation for CPTResolved
Hello, I have set up a Custom Post Type for /academy/ with MetaBox. Now I need to set a different logo and navigation for the URL /academy/ and everything beneath, like /academy/project1/.
Is that possible in some way with MetaBox?
thanks Jochen
Hi,
Thank you for reaching out.
Yes, it is possible with Meta Box and few lines of code. Here are the guidelines to do that.
Get more details on the documentation https://docs.metabox.io/extensions/mb-settings-page/ https://developer.wordpress.org/reference/functions/get_post_type/
Thank you.
So I need a new template file? I have to look into it...
Create new template files for the custom post type is a good way. For more information, please follow this documentation https://developer.wordpress.org/themes/template-files-section/custom-post-type-template-files/.