This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Taxonomic labels on category and tag search results

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

#35747
aharoniumaharonium
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"; }