• Resolved NewSha

    (@newsha)


    The Custom Post Types I created before installing this plugin do not appear in UI. I assume I need to change ‘Show UI’ to true for these old CPTs, am I correct? Can I change it directly in the database? Which table should I be looking at?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Our plugin doesn’t inherit other existing post types/taxonomies, and the “Show UI” part isn’t going to have any effect on that either.

    Post types are registered via plugins/theme files so there’s not anything to change in the database either. If you’re wanting to modify your post type/taxonomy settings via CPTUI, then you’re going to need to find where they’re presently registered, and manually add them to your CPTUI settings to match as best possible. At that point, you could remove the code that was originally registering them and let CPTUI handle the rest.

    Thread Starter NewSha

    (@newsha)

    Thanks for your explanation.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Show UI for old CPT’ is closed to new replies.