Comments 2JargonGR started the conversationFebruary 22, 2017 at 12:43pmHi there,Is there a way to disable custom post types that we do not use? (Quickfinders, Team, etc?) 7,092Oliver repliedFebruary 22, 2017 at 4:01pmHI!Here is code example, you can add to the functions.php of the child theme: function delete_post_type(){ unregister_post_type( 'thegem_client' ); } add_action('init','delete_post_type'); Pls. check:/wp-content/plugins/thegem-elements/inc/post-typesPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2JargonGR repliedFebruary 22, 2017 at 9:34pmOk thank you very much. I will work on this before handing the site to the customer. 7,092Oliver repliedFebruary 23, 2017 at 1:30pmFeel free to contact us if you need help.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 ...
Hi there,
Is there a way to disable custom post types that we do not use? (Quickfinders, Team, etc?)
HI!
Here is code example, you can add to the functions.php of the child theme:
Pls. check:
/wp-content/plugins/thegem-elements/inc/post-types
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Ok thank you very much. I will work on this before handing the site to the customer.
Feel free to contact us if you need help.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver