Custom Post Types Empty
-
Hi P?r,
Thanks for a great plugin. I know your plugin CMS Tree Page View supports Custom Post Types, however when we try to view the tree for a particular post type, it does not show any of the posts for that post type. In the Menu view for a Post Type which has 15 posts it shows the following:
All (15) | Public (15) |Trash (0)No posts found.
Is this because the Post Type should have an attribute set? We use the following settings in the definition of our Custom Post type:
‘public’ => true,
‘publicly_queryable’ => true,
‘exclude_from_search’ => false,
‘has_archive’ => true,
‘show_ui’ => true,
‘supports’ => array( ‘title’, ‘editor’, ‘excerpt’ )
Should your plugin show the posts with these settings or do we need to add something else?KR, Simon
- The topic ‘Custom Post Types Empty’ is closed to new replies.