Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sidebars
#6
Another way: edit template.php, change this line:
Code:
<?php get_component('sidebar'); ?>
to:
Code:
<?php if (return_page_slug()=='index') { get_component('sidebar'); } ?>
Reply


Messages In This Thread
Sidebars - by schluters - 2010-09-24, 00:22:47
Sidebars - by spring - 2010-09-24, 00:31:46
Sidebars - by schluters - 2010-09-24, 01:49:07
Sidebars - by Zegnåt - 2010-09-24, 03:11:29
Sidebars - by schluters - 2010-09-24, 04:03:09
Sidebars - by Carlos - 2010-09-24, 04:31:06
Sidebars - by Zegnåt - 2010-09-24, 05:29:18
Sidebars - by Carlos - 2010-09-26, 18:48:30



Users browsing this thread: 1 Guest(s)