• Hi guys,

    So I’m currently struggling to list all the posts that belong to each custom taxonomy.

    For example:
    Post Type: Cars
    Taxonomy: Brands

    How could list the Brands (Audi, BMW, VW etc) and under the posts (cars) assigned to it?

    Example:

    Taxonomy: BMW
    Posts Associated: 1 Series, 2 Series, 3 Series …

    Taxonomy: Audi
    Posts Associated: A1, A3, A4 …

    So far this has worked to list all the Car Brands, but now I also want under brands, the post associated with the taxonomy:

    [for each=brands]
    [each name-link]
    [/for]

    Any help would be really appreciated!

    • This topic was modified 6 years, 1 month ago by baidoc.
Viewing 1 replies (of 1 total)
  • I think you need to start with a loop to do that

    Example:
    [loop type=cars taxonomy=brands term=Audi]

Viewing 1 replies (of 1 total)
  • The topic ‘Get Posts Under Custom Taxonomy’ is closed to new replies.