Hi,
I'm trying to create a conditional on a single portfolio post page to display some extra information depending on what category the portfolio entry is under. I understand these to be taxonomies, but am having difficulty query these custom taxonomies in php
eg: if (is_tax('portfolio_entries','threestar')) {
Any help on what query I am meant to be using would be greatly appreciated.
:)














