October 21, 2014 at 19:46
#32479
Abe
Keymaster
Hi chazzzzy,
This should work but you need to change a file that will be also included in next update. Add the code in your child theme.
COPY CODE
add_action( 'after_setup_theme', 'kleo_my_remove_actions' );
function kleo_my_remove_actions()
{
global $kleo_post_types;
remove_action('init', array( $kleo_post_types, 'setup_clients_post_type'), 100);
}
And change this file content from your theme: wp-content/themes/kleo/lib/theme-functions.php with the content from the one attached
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.