I have created a new custom post type using Custom Post Type plugin.
The post are displaying using the single.php template.
How do I add the Static Page Layout options to these custom post type?
Also under page attributes, the template drop down list is missing. What do i do to get them to display?
The theme’s meta layout options are only applied to the standard pages (in the free edition) and extended to posts and jetpack portfolio posts in the Plus edition.
To activate the dashboard controls further, you’ll need to duplicate the respective meta functionality defined in includes/meta.php to apply to your custom post type slug. The frontend should get handled automatically as the existing code doesn’t check for post type.