Forums
Forums / Fixing WordPress / hide sidebar from a page
(@anchalee)
13 years, 8 months ago
Hi Everyone,
I would like to hide the sidebar from a page. I create one page and set it as my homepage and I don’t want sidebar show on this page
I use: wordpress version: 3.4.2 theme: AdStyle, author: Gordon French, (provided on wordpress dashboard).
Can you please advise how can I do this.
Thanks a lot, Anchalee
(@esmi)
Create a custom page template that lacks the <?php get_sidebar();?> call and apply the new template to your static home page.
<?php get_sidebar();?>
The topic ‘hide sidebar from a page’ is closed to new replies.