New custom post type not showing up in WP Dashboard menu – Thesis theme framewor
-
Refer to issue reported last year:
https://www.ads-software.com/support/topic/version-102-no-longer-working-thesis-21?replies=11
After updating to latest version of CPT UI 1.4.1, newly created post type does not show in WP Dashboard; similar to issue above.
Changing line 273 of custom-post-type-ui.php
add_action( 'init', 'cptui_create_custom_post_types', 10 ); // Leave on standard init for legacy purposes.
from 10 to 11 resolved the issue.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘New custom post type not showing up in WP Dashboard menu – Thesis theme framewor’ is closed to new replies.