Hi guys,
I need to display a different sidebar depending on the page or child of, so I have
but I can't figure out how to make it calls the same sidebar if we are in a sub-pagePHP Code:<?php if (is_page('405')) { get_sidebar('2');} elseif ( is_page('98') ) {get_sidebar('3');} else { get_sidebar(); } ?>
Thanks for any help


LinkBack URL
About LinkBacks
Reply With Quote



