Comments bobby wilson started the conversationDecember 13, 2018 at 6:23pmI have custom post types (toolset) and I need the normal post/page options to show up for each of these custom posts types.I am talking about the options you have for each post/page such as title options, header and footer options etc etc.is there some code I can place in the functions file to make custom post types include the normal post/page options? 7,095Oliver repliedDecember 14, 2018 at 7:43amHi,You need to edit:/wp-content/themes/thegem/inc/post-types/init.phpline 23: $post_types = array('post', 'page', 'thegem_pf_item', 'thegem_news', 'product'); and add there your post-type name. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
I have custom post types (toolset) and I need the normal post/page options to show up for each of these custom posts types.
I am talking about the options you have for each post/page such as title options, header and footer options etc etc.
is there some code I can place in the functions file to make custom post types include the normal post/page options?
Hi,
You need to edit:
/wp-content/themes/thegem/inc/post-types/init.php
line 23:
and add there your post-type name.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver