How do i add layout options to custom post type

  • Author
    Posts
  • #106750
    Christian Johnson
    Power User

    Hi,

    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?

    All responses will be appreciated.

    Many Thanks

    #106912
    Zed
    Cryout Creations mastermind

    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.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How do i add layout options to custom post type’ is closed to new replies.