Git Product home page Git Product logo

Comments (4)

jjgrainger avatar jjgrainger commented on June 21, 2024

When registering the taxonomy to another post type this way, the class uses register_taxonomy_for_object_type (codex), which doesn't seem to be working as expected. I think the taxonomy gets registered to the post type, its the UI doesn't display. So I'll look into fixing this bug when I can.

For now, you could try registering the taxonomy to the post type within its arguments array (codex) like so:

$person = new CPT('person', array(
    'taxonomies' => array('author_type')
));

This should work :)

from wp-custom-post-type-class.

manojhl avatar manojhl commented on June 21, 2024

I have already tried that but this one also registers the taxonomy once again :D, I took into the register_taxonomy_for_object_type inside core, everything looks fine but don't know the registered taxonomies aren't added in the $wp_taxonomies global.. May be you should localize this global variable inside the CTP itself.....

from wp-custom-post-type-class.

manojhl avatar manojhl commented on June 21, 2024

That's cool man I tried for hours and thought its not possible and moved on but you finally got the solution.
Can you give me brief what was causing that error.

from wp-custom-post-type-class.

jjgrainger avatar jjgrainger commented on June 21, 2024

The add_action to register the taxonomies was inside the register_taxonomy method of the class, I think this meant the action wasn't registered early enough to run properly and register taxonomies correctly.

By moving the add_action into the __construct method of the class registers the action and taxonomies correctly.

Hope that makes sense :)

from wp-custom-post-type-class.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.