• Resolved Dosges

    (@doges)


    Hi,
    I am using your custom post type plugin. I have created several taxonomies with children. All good until I see that I can’t display the parent taxonomies as a dropdown.
    Is there any way to fix this?
    Thank you.

    The page I need help with: [log in to see the link]

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

    (@tw2113)

    The BenchPresser

    This may or may not work still over at https://codebriefly.com/display-wordpress-custom-taxonomy-dropdown/

    However, I believe the metabox callback field isn’t used at all with the Block editor experience, so if the link above does work, it’d also need to be used just with classic editor.

    Thread Starter Dosges

    (@doges)

    Hi Michlael,
    First of all, thanks for your answer.

    I think I didn’t explain myself well though…
    I already have the thing about showing the drop-down list of taxonomies in the back end.

    What I need is to display it on the front end. On a page where all the taxonomies appear.

    In the example I send you. There is the ASTM taxonomy and the children have A-B-C and then there are the following children that are ASTM A1007,ASTM 1064… I need it to be displayed as follows:

    How would I have to do to display it that way?

    Thread Starter Dosges

    (@doges)

    Thread Starter Dosges

    (@doges)

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hmm. Honestly not sure what the best solution to achieve that would be. It’s definitely not something that CPTUI has as any of its features/settings.

    Based on what I’m seeing on that page, this right now is all some sort of Elementor widget configuration, which doesn’t make things any easier in my experiences.

    Thread Starter Dosges

    (@doges)

    Hello
    You used the CPT UI plugin to create these taxonomies. And the element to be able to show them.

    Is there no php code to tell taxonomies to have a dropdown hierarchy?

    thanks.

    • This reply was modified 2 years, 11 months ago by Dosges.
    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Our plugin only handles the registration of the content types, we don’t do anything with display on the frontend, which this toggle panel dropdown falls under.

    I’m not saying it’s not possible to achieve what you’re wanting for display, just that CPTUI itself doesn’t have anything that helps there.

    Thread Starter Dosges

    (@doges)

    Hello,

    And could this be solved with some code?

    Thank you

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    However this task gets solved, it’s going to involve coding and theme template editing in some way, yes. I don’t know of any ready-made, able to be copied code that will just solve it for you though, yourself or someone else is going to have to work out how to achieve it.

    Thread Starter Dosges

    (@doges)

    okey.
    Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom post type taxonomies’ is closed to new replies.