Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Components specific to the page - How?
#2
i think this is how you do it, ...if not, someone will chastise me!
Setup a component for each and inside your sidebar template, place the following:
Code:
<?php if (get_parent(0)=='Sheep') get_component('Sheep'); ?>
Code:
<?php if (get_parent(0)=='Goats') get_component('Goats'); ?>
Reply


Messages In This Thread
RE: Components specific to the page - How? - by eatons - 2013-02-12, 23:10:59



Users browsing this thread: 2 Guest(s)