Forums
(@reus)
17 years, 5 months ago
John, i can hide the sidebar, but just in the frontpage.
<?php if (is_front_page()) { ?> //DON'T SHOW <?php }else{ ?> // SHOW SIDEBAR <?php get_sidebar(); ?> <?php } ?>
John, you found a solution?
I have the same problem.