Using has_term for Ad Category
Hi!
I want to add a <h5> with some more information for every ad – on the home page, category etc. — so that would be in loop-ad_listing.php. Just some information from custom fields, like country, phone no. etc. This part is easy.
But I only want to do that with two of my three categories. I tried to do it with in_category, but realized ClassiPress use custom taxonomies. Then I guess I should use has_term, but I don’t know how. Any suggestions?
Thank you! :-)