Okay
  Public Ticket #2241969
Custom Post Types
Closed

Comments

  •  8
    mrittman started the conversation

    Hi, just curious if the next version of Salient will have better support for custom post types? Would it be possible to get the next beta version of Salient?

    Thanks!

  •  3,023
    Andrew replied

    Hi mrittman,

    We cannot offer the beta version to you.
    What exactly is the issue when you try and set up you own custom post types on the theme? Maybe we could pass on your concerns to the developer so they consider them on future updates to the theme?

    Thanks.

  •  8
    mrittman replied

    Right now I am trying to get the Post Header Settings to show up when I edit my custom post type. It would be really nice to be able to adjust some of the header options. Can you help with this?

  •  3,023
    Andrew replied

    Hi mrittman,

    Those sections are added using the nectar_reg_meta_box function in salient-core\includes\admin\meta-config.php

    salient-core is the core plugin that you need to install when you install and activate the theme.
    For example on a regular page you can see those page header settings etc being add in the file salient-core\includes\admin\page-meta.php

    You can do the same for you custom post type.
    The meta boxes are added in salient-core \ plugin.php in function at 146 metabox_init

    Hope you can work it from there. 

  •  8
    mrittman replied

    Is there any way to change this so that these edits won't get removed when I update the theme?

  •   Andrew replied privately
  •  8
    mrittman replied

    Yes but if the edits you suggested I make are in the 'plugins' directory, and not the parent theme, it sounds like I'm SOL...

  •   Andrew replied privately