• Resolved databell96

    (@databell96)


    Using WOOF for the first time and have what I hope is a simple question. I currently have two dropdown / select filters on top of my products. Great but I wanted to place some text to the left to the filters that says “FILTER BY:”. Is there a way to add this text into the area? Or must I just use the dropdowns?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello

    To add any text use this filter -‘woof_print_content_before_search_form’

    EXAMPLE:

    add_filter('woof_print_content_before_search_form', function(){
    return "FILTER BY:";
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Place text next to the filter group’ is closed to new replies.