• I have a taxonomy registered to two different post types. Is there a way to create landing pages that display only content from one post type?

    For example, let’s say I’m working on a recipe site (I’m not, but let’s say I am):
    Post types are “drinks” and “entrees” with a taxonomy of “ingredient”

    How could I create the following two pages?
    site.com/drinks/ingredient/cilantro
    site.com/entrees/ingredient/cilantro

    Is this possible?

    I see the template hierarchy allows for taxonomy-post_format-post-format-link.php but the docs don’t say anything about taxonomy-post_format-post-type-drinks.php

    Am I better off creating separate taxonomies?

    Also, if this is possible, how would I add links to each page with WordPress’s built in menu system?

  • The topic ‘Multiple taxonomy pages based on post type’ is closed to new replies.