• Hey there,

    I have an issue, I google it for hours but nothing appeared and at this point all is like a big blur in my head about taxonomies and posts.

    Actually, I think is simple (or maybe not) but like I said before, everything is like a big blur in my head at this point…

    I have a post_type with two different categories (brands and categories) and when I’m on the “categories archive page” I need all the posts that are in this category to be displayed (that’s the easy part and is done), and also all the posts that “brands” and “categories” in common.

    post_type = products
    taxonomy = brands
    taxonomy = categories

    A more detailed example:

    In http://example.com/categories/fast-food you must see the following:

    ==================
    ==================
    == ==
    == FAST FOOD ==
    == ==
    == * Big Burger ==
    == * BBQ Burger ==
    == * Big Mac ==
    == ==
    == ==
    == All brands in this ==
    == category: ==
    == ==
    == * McDonald’s == (This is what I need to be displayed)
    == * Burguer King ==
    == ==
    ==================
    ==================

  • The topic ‘Display taxonomies with common posts’ is closed to new replies.