Comments 23desarrollos started the conversationMay 10, 2022 at 9:37pmHi,how can I completely disable testimonials, teams, and portfolio post types. Will the answer help performance?Thank you 7,092Oliver repliedMay 11, 2022 at 7:15amHi,No, you don't need to make it, performance won't change if you deactivate post types.. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver23desarrollos repliedMay 11, 2022 at 1:22pmThanks. How Can I deactivate them anyway? 7,092Oliver repliedMay 12, 2022 at 8:56amHI,Here is code example: function delete_post_type(){ unregister_post_type( 'thegem_pf_item' ); unregister_post_type( 'thegem_testiminials' ); unregister_post_type( 'thegem_team_person'); } add_action('init','delete_post_type'); Add this code to the functions.php of the child theme.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver23desarrollos repliedJune 3, 2022 at 4:00pmHi, testimonials are not disabled.there's a mispelling in the code ( 'thegem_testiminials' );...but changing to unregister_post_type( 'thegem_testimonials' );also doesn't work 7,092Oliver repliedJune 6, 2022 at 5:26amHi,pls. give me wp-admin and FTP accessPlease 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,
how can I completely disable testimonials, teams, and portfolio post types. Will the answer help performance?
Thank you
Hi,
No, you don't need to make it, performance won't change if you deactivate 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
Thanks. How Can I deactivate them anyway?
HI,
Here is code example:
Add this code to the functions.php of the child theme.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi, testimonials are not disabled.
there's a mispelling in the code ( 'thegem_testiminials' );...but changing to unregister_post_type( 'thegem_testimonials' );
also doesn't work
Hi,
pls. give me wp-admin and FTP access
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver