Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Hide Sidebar for search results #196923
     banana7777
    Participant

    That’s great. Thanks.

    In the meantime I added this one to my functions.php (not live site). Is it okay to call from kleo_before_main?:

    COPY CODE
    add_action('kleo_before_main','distillery_switch_layout',10);
    function distillery_switch_layout() {
    	if (is_search()){
    		kleo_switch_layout('full');
    	}
    }
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?