I want a diferent menu for selected pages
-
I thought this was resolved but it wasn’t. Sorry.
OK this is driving me nuts
I included this code in the page.php template
<?php if (is_page('star-contributors')): get_sidebar('star'); // get the default sidebar else: get_sidebar(); endif; ?>
The page I want to carry the conditionsl sidebar is star-contributors.php
The files sidebar-star.php exists. It includes contribs-vd.phpThey are there on the directory. But I can’t get it to anything other than tell me they don’t exist.
I just want certain pages to carry their own sidebar menus.
Can somebody help me further with this?
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘I want a diferent menu for selected pages’ is closed to new replies.