Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1820605
custom post type page options
Closed

Comments

  • bobby wilson started the conversation

    I have custom post types (toolset) and I need the normal post/page options to show up for each of these custom posts types.

    I am talking about the options you have for each post/page such as title options, header and footer options etc etc.

    is there some code I can place in the functions file to make custom post types include the normal post/page options?

  •  7,095
    Oliver replied

    Hi,

    You need to edit:

    /wp-content/themes/thegem/inc/post-types/init.php

    line 23:

    $post_types = array('post', 'page', 'thegem_pf_item', 'thegem_news', 'product');
    

    and add there your post-type name. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver