Outputting child taxonomies as separate loops on parent taxonomy page
-
Hello,
I am currently working with custom post types and custom taxonomies and am just not having any luck, getting the content to output/display as needed. I am using various custom post types and each of them have their own custom taxonomies (which are basically acting as categories and sub-categories that are specific only to the custom post type they are attached to).
So, for example, I have:
Product Line 1 [This is setup as a Custom Post Type]
– Product Type 1 [This and everything below is setup as a Custom Taxonomy named Product Types]
— Product Sub-Type 1.1
— Product Sub-Type 1.2
– Product Type 2
— Product Sub-Type 2.1
— Product Sub-Type 2.2Ideally, I am trying to setup my theme to output this content as follows on one page:
—–
Page Title: Product Category 1Section Title: Product Subcategory 1.1
Section Content: All posts within Subcategory 1.1Section Title: Product Subcategory 1.2
Section Content: All posts within Subcategory 2.1
—–I hope the info I have provided above is clear, but please let me know if additional clarification is needed. Thank you in advance for your help!
Josh
- The topic ‘Outputting child taxonomies as separate loops on parent taxonomy page’ is closed to new replies.