How to remove the Wordpress sidebar
-
tangoshoes
- Posts: 113
- Joined: 24 Nov 09
- Location: United States
- Trust:
26 Mar 10 10:56 am
How to remove the Wordpress sidebar
I need some kind of code to remove the sidebar from one of my pages in a site I made for my guild. "http://bad-karma-guild.com" I need to remove the side bar from the forums page so that there is more of a view space. I found several articles online about how to put the code into your page.php file but the code they want me to replace doesn't seem to match the code in my file. The only line of code which refers to the sidebar in my page.php file is this:
Anyone wana take a crack at this?
Thanks!
- Code: Select all
<?php get_header(); ?>
<div class="art-contentLayout">
<?php include (TEMPLATEPATH . '/sidebar1.php'); ?><div class="art-content">
Anyone wana take a crack at this?
Thanks!
Free AMA alternative:
http://www.freetrafficsystem.com/a.php?p=15706
Outsourcing for $200/mo 40hr/week:
http://store.replacemyself.com/?aid=3884
http://www.freetrafficsystem.com/a.php?p=15706
Outsourcing for $200/mo 40hr/week:
http://store.replacemyself.com/?aid=3884
-
idleme125
- Posts: 19
- Joined: 23 Nov 09
- Location: United States
- Trust:
26 Mar 10 8:33 pm
what if you delete the "'/sidebar1.php" or put a forward slash in the first place of all of these lines to disable them? I dont exactly know if this will work, I am totally new to this coding stuff but hey, the worst that can happen is it will not accept the change, I think.....
-
Aletta - Posts: 1363
- Joined: 09 Jul 06
- Location: New Zealand
- Trust:
26 Mar 10 9:58 pm
It doesn't match your code (I guess) because all themes are different.
I'm not seeing a sidebar on your forum page... did you figure it out?
I'm not seeing a sidebar on your forum page... did you figure it out?
-
tangoshoes
- Posts: 113
- Joined: 24 Nov 09
- Location: United States
- Trust:
31 Mar 10 4:11 am
Yeah I ended up making another page template for that page.... Thanks guys! Now getting the forums to be large enough to view text/width wise is a whole different ball game!
Free AMA alternative:
http://www.freetrafficsystem.com/a.php?p=15706
Outsourcing for $200/mo 40hr/week:
http://store.replacemyself.com/?aid=3884
http://www.freetrafficsystem.com/a.php?p=15706
Outsourcing for $200/mo 40hr/week:
http://store.replacemyself.com/?aid=3884
