• Resolved call

    (@salvationcall)


    I use a child theme of Vantage. I have installed a custom post plugin called Toolset and I have created a custom post type called Gold Dust. I wanted to stop displaying the sidebar and the post title for this custom post type. So I did settings for it in the WordPress Customize. However, it did not work. The posts in this post type still show the sidebar and the post title despite all my efforts to stop displaying them.
    Moreover, the Vantage theme Page Settings does not show on the WordPress classic editor for this custom post type.
    This problem of not being able to hide the sidebar and the post title has prevented me from publishing articles for the custom post type (Gold Dust) I have created.
    Please, any help?

    • This topic was modified 4 years, 2 months ago by call.
    • This topic was modified 4 years, 2 months ago by call.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for reaching out.

    You can insert the following into your child theme functions.php file:

    add_post_type_support( 'jetpack-portfolio', 'so-page-settings' );

    The above is an example of adding support to Jetpack Portfolio post type. Replace jetpack-portfolio with your post type.

    Thread Starter call

    (@salvationcall)

    Wow! Genius! It worked. Lots of thanks and God bless you.

    Super, glad to hear that helped. All the best with your site ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Remove Side Bar and post title from Custom Post Types’ is closed to new replies.