How to Link Sub Taxonomy to products in wordpress
Posted
by
rahul251
on Stack Overflow
See other posts from Stack Overflow
or by rahul251
Published on 2012-11-15T10:39:55Z
Indexed on
2012/11/15
11:01 UTC
Read the original article
Hit count: 330
I have created custom post types called Internal products
I Have a page page-internal-products.php which list all the custom taxonomy for the Custom post type Internal product
On clicking on the taxonomies takes me to a page which lists the sub taxonomies for the particular parent taxonomy for which i have created the page called taxonomy-internalproducts_categories.php
On clicking on the sub taxonomy. I need to go to a page which lists all the products for this sub taxonomy. How can I achieve this?
© Stack Overflow or respective owner