Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action ('kleo_header', 'change_layout_on_search');
- /* Change Layout full-width on search page */
- function change_layout_on_search() {
- if(is_search()) {
- kleo_switch_layout('full');
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment