- At first please check in documentation if theme supports your custom post type.
- Also check, you are loged as administrator on your site.
- Maybe there was some problem after initializing of your theme. Please try to go to: /wp-content/plugins/ait-toolkit/lib/AitCptsManager.php file, there is registerCpts() function so just remove or comment if statement like on source code bellow.
//if (!get_option('ait_cpts_capabilities_assigned', null)) { foreach($this->cpts as $cptId => $cpt){ $this->addCptCapabilities($cpt->getId()); } update_option( 'ait_cpts_capabilities_assigned', true ); //}
then reload your admin page and check if missing custom posts are showing again. If custom posts are back, then please uncomment if statement from your code.
Please do not submit multiple tickets for the same request, as this does not result in a faster response time.