rdusnr

Untitled

Oct 23rd, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_action ('kleo_header', 'change_layout_on_search');
  2. /* Change Layout full-width on search page */
  3. function change_layout_on_search() {
  4. if(is_search()) {
  5. kleo_switch_layout('full');
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment