Forums
Home / Fixing WordPress / Sitebars and pages
(@kaantje)
17 years, 10 months ago
Hi,
Is it possible to not show your sitebars in some pages?
thx
(@animator)
Yes it is, its very simple
You have to make a template and remove
<?php get_sidebar(); ?> from it.
So every page you make using that template will not have sitebars.
If you want more info about templates see: Page Templates Documentation
Thanks, for your quick reply. I will read the documentation ??