• Resolved rajbir4all

    (@rajbir4all)


    Hello

    Am using plugin Custom Post Type UI and i have created Custom taxonomies Manufacturer and added manufacturer list like

    Cipla
    Sun Pharma
    Ranbaxy

    Also added Product under Manufacturer eg

    Cipla
    Cipla Product 1
    Cipla Product 2
    Sun Pharma
    Sun Pharma Product 1
    Sun Pharma Product 2
    Ranbaxy
    Ranbaxy Product 1
    Ranbaxy Product 1

    Issue is that am able to open page with slug

    my domain .com / manufacturer/cipla
    my domain .com/ manufacturer/sun-pharma
    my domain .com/ manufacturer/ranbaxy

    Issue is that But am not able to open term page manufacturer

    mydomain .com/ manufacturer/ showing 404 pgae not found error

    please help me to get it done

    Thanks

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

    (@tw2113)

    The BenchPresser

    Hi @rajbir4all

    This is actually not a bug, despite what it may feel like. There’s no “all posts with any taxonomy term” archive like there is with post types. That’s likely what you’re hoping to see when you visit mydomain.com/manufacturer/ where manufacturer is the taxonomy itself, not a term in the taxonomy.

    I wrote a blog post about a “workaround” of sorts on pluginize.com a bunch of years back and turned that blogpost into a more formal documentation page. I’ve linked the docs page below for you to review and see if it’s something you want to try and implement yourself.

    The long and short of it is making use of an “all” term that gets assigned to all the posts in question, and you visit the “all” term’s archive.

    https://docs.pluginize.com/article/111-creating-an-all-term-taxonomy-archive

Viewing 1 replies (of 1 total)

The topic ‘Taxonomy Archive Page’ is closed to new replies.