Folks, I need some help. Is there a way (or a workaround) to turn off sidebar just on the homepage?
I searched the Support Forum but didn’t find an answer...
Turn off sidebar on homepage - how to?
3 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in index.php delete:
get_sidebar();and replace:
get_header();with:
$k_option['custom']['bodyclass'] = "fullwidth"; //$k_option['custom']['bodyclass'] = ""; get_header();I'm not sure if this will give you a perfect result - maybe you need to fiddle around with css a bit (apply the .home class to all homepage specific styling rules).
Posted 1 year ago # -
Thanks - I will try that out.
Posted 1 year ago #
Reply
You must log in to post.














