• I’ve upgraded custom post type UI and the wordpress core – this is a site that’s been using these tools for quite some time along with advanced custom fields. When I upgraded to WP 4.2.4 core the ability to click on the “manage” tab in taxonomies and post types is no longer available. I just tried updating to cptui 1.1.2 but still no change. The help support page says the following: “Please note that this plugin will NOT handle display of registered post types or taxonomies in your current theme. It will simply register them for you. If all else fails, visit us on the Support Forums”

    Any advice would be appreciated. The post types and taxonomies are still available I just can’t manage them.

    The site is nhba.yale.edu

    https://www.ads-software.com/plugins/custom-post-type-ui/

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

    (@tw2113)

    The BenchPresser

    Trying to make sure we’re seeing the same spots. By “manage”, you mean the tab that says “Edit Taxonomies” or “Edit Post Types” like so: https://cloudup.com/c7UceLIKNIE ?

    If that tab disappears, then the plugin isn’t finding any saved options to load for specific post types/taxonomies. It doesn’t mean the actual post type/taxonomy data created is missing, just means the settings for our plugin are.

    Do you have any values being displayed on the right hand side of the Import/Export settings page?

    Should be able to fetch the options in a backup, though why they were potentially lost in the first place is not good.

    Hello Michael,

    We do see the Import/Export with the Post Types / Taxonomies / Get Code tabs available. Is there a PHP code we can just import to turn on the saved options?

    Thanks

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    The only import we support at the present time is for the values provided by the export side of the post type/taxonomy tabs, which is a JSON representation of the options we save.

    The Get Code is useful more for leaving behind CPTUI and wanting to retain all the same settings with a quick copy/paste of a callback to register things with. Nothing for import like that though.

    When copying and paste from the Get Code into the theme function.php does it also transfer over the data or just saving the settings such as labels and etc. What is the best resource I can find more information about Get Code importing and exporting.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    The Get Code tab output simply creates a callback that can be used to register post types/taxonomies using the same arguments provided by CPTUI, in a different place. If you have the Get Code output saved already, you can then delete the item in CPTUI and it will still get registered like expected.

    It won’t do anything regarding content created for the post types/taxonomies, just help change point of registration. If you do it for all, you could then remove CPTUI completely

    Hello, I have created a taxonomy and attached it to product..But it;s not coming in the product page of the back-end where the categories are listed..What should I do?? Waiting for your support. I have also inserted this plugin..And created taxonomies by hands..Please help me.

    Thanks in advance.. R
    egards,
    SupriyoG

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    SupriyoG, if you could please start your own thread for your issue, instead of adding it to 3 separate, unrelated threads, I’d appreciate it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Managing Post Types and Taxonomies not working’ is closed to new replies.