Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Taxonomic labels on category and tag search results › Reply To: Taxonomic labels on category and tag search results
November 26, 2021 at 3:46 am
#35747
Participant
And to change “Categories” to “category” and “Tags” to “tag” would I do something like the following?
if ($r->content_type == 'Categories') { $term = "category"; } else { $term = "tag"; }