• Resolved Carsten Lund

    (@carsten-lund)


    Hi Andrea, hope that all is good?

    When a search is cleared, you are directed to the members directory.

    Do I remember wrong, or did you once provide me with a code snippet, so you are returned back to the search page instead?

    Regards
    Carsten

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Carsten,

    I’m fine thanks, I hope everything is fine for you too!

    Yes, the code is the following:

    add_action ('bps_before_filters', 'change_action');
    function change_action ($F)
    {
    	$F->action = 'https://site.com/search-page/?bps_form=clear';
    }
    Thread Starter Carsten Lund

    (@carsten-lund)

    Hi Andrea, thanks for the code snippet – yes, all is fine here too, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Return back to search page after a cleared search’ is closed to new replies.