I have a need to be able to customize which categories are displayed through the portfolio template. Hopefully something i can add manually to one of these tags? I have duplicated the Portfolio template so I can adjust it for a few different pages and create multiple templates.
This is for a furniture company with categories as follows:
Style category name parent (Milan) > Type of Furniture category (Chair) > Chair Product (product page ie portfolio page using the tags "Milan, Chair")
I have a need to be able to customize which categories are displayed through the portfolio template. Hopefully something i can add manually to one of these tags? I have duplicated the Portfolio template so I can adjust it for a few different pages and create multiple templates.
This is for a furniture company with categories as follows:
Style category name parent (Milan) > Type of Furniture category (Chair) > Chair Product (product page ie portfolio page using the tags "Milan, Chair")
This, I think, can be done in two steps
first is to display only the categories you want.
get rid of the
and add the category manually as an <li> element with category slug and title
Second step is to select the portfolio items belonging only to those categories
so you need to modify query arguments
https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
see 'Multiple taxonomy handling'
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ok sounds good... but i cannot get it to work... am I missing something?
So I finally got this to work... I needed to have the right taxonomy.
Nice!
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy