Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #516860

    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

    #516971

    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

    #517093

    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.

    #517839

    Hi,

    Great, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.