wordpress taxonomy query?
-
i need a wordpress taxonomy query. let me explain what i am actually looking for. for ex i have taxonomy call product_cat and that product cat have 4 sub categories
1) sub-cat-1
2) sub-cat-2
3) sub-cat-3
4) sub-cat-4
Now all sub-categories have 4 products
a) product a b) product b c) product c d) product d
now i need a query loop that will show is this way below
1) sub-cat-1
a) product a
b) product b
c) product c
d) product d2) sub-cat-2
a) product a
b) product b
c) product c
d) product d3) sub-cat-3
a) product a
b) product b
c) product c
d) product d4) sub-cat-4
a) product a
b) product b
c) product c
d) product dAny idea how do i do that?
- The topic ‘wordpress taxonomy query?’ is closed to new replies.