Support ForumProblem with Custom Post Type – Support Forum https://support.ishyoboy.com/forums/topic/custom-post-type-template/feed/ Fri, 04 Sep 2026 00:40:47 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/custom-post-type-template/#post-5968 <![CDATA[Problem with Custom Post Type]]> https://support.ishyoboy.com/forums/topic/custom-post-type-template/#post-5968 Sun, 14 Dec 2014 17:06:08 +0000 Mansur HI Ishoboy,

Recently I create custom post type, i set it archive page will be template inheritance of this new post type.

I can came custom post type archive page without any problem.

but the problem is… the new custom post type editing screen doesn’t contain

1. Template chooser dropdown
2. option to hide or show breadcrumb
3. Can’t set custom sidebar
The only can do is, publish the custom post type.

]]>
https://support.ishyoboy.com/forums/topic/custom-post-type-template/#post-5984 <![CDATA[Reply To: Problem with Custom Post Type]]> https://support.ishyoboy.com/forums/topic/custom-post-type-template/#post-5984 Mon, 15 Dec 2014 06:39:12 +0000 IshYoBoy Hey,

The problem is that the “Meta Boxes” were not generated for the mentioned CPT. This is normal behavior as they cannot be registered for every CPT as we do not know how the post type will be used.

So this is something you will have to enable. Have a look at:
wp-content\themes\minicorp\assets\framework\wp\posts\custom-meta-boxes.php

You could override the file in a child theme and add the new CPT to the array of “pages”. E.g. Original value was:

You need to change it to:

Hope this helps.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>