I am using a secondary theme, and the tags are showing up in search before the categories (which I want to show).
How can I remove them?
https://www.dropbox.com/s/jw6bennlhoz8xkg/Tags%20in%20Search.png?dl=0
Hey allyson2!
The tags should not be displayed there by default. You can see where we exclude them on line 60 in the /enfold/includes/loop-search.php file.
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
You have done customizations?
Cheers!
Elliott
Hi Elliot,
Yes, we’ve done several customizations to the other theme, not so much to Enfold. I’ll have my programmers give this a try.
Thanks.