• Resolved Andreas 2013

    (@andreas-2013)


    Hi,
    I’ve created a custom post type “persons” and a custom taxonomy “height” with your plugin. I would like to show all terms of height, which I’ve added to the persons.

    I’m able to open following url (example): mydomain.com/height/168cm
    But when trying to open mydomain.com/height/ to show all terms, I’m getting an error message “404”.

    Is there a way to open the taxonomy-page to show all items?

    Thanks in advance! ??
    Andreas

    • This topic was modified 4 years, 4 months ago by Andreas 2013.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Out of box, WordPress doesn’t have an “all tax terms” archive the way that posts and post types do. They do have individual term archives, that show all posts that have “168cm” like your example above.

    If you’re somewhat code-savy, I did write up a tutorial that sort of gets around this, and helps automate some parts. You can find that over at https://pluginize.com/how-to-create-a-taxonomy-archive-in-wordpress/

    The small caveat of this tutorial is that you’d have a permalink for these of mydomain.com/height/all but if you can live with that detail, you should be good to go.

    Thread Starter Andreas 2013

    (@andreas-2013)

    Hi Michael,
    thank you very much for your help, I will try your plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘taxonomy page not showing’ is closed to new replies.