On all of my theme's i try to use, when i go to a page, the PAGE list on my sidebar disapears. how can i change that to stay on all pages?
On all of my theme's i try to use, when i go to a page, the PAGE list on my sidebar disapears. how can i change that to stay on all pages?
I checked your site and it seems you found a theme that keeps the Pages list in place. But for reference, when this happens check first to see if the theme has a sidebar.php template, and in this look for a PHP if statement of this sort:
<?php if(!is_page(); ?>
Note the !, which is PHP for *not*.
This topic has been closed to new replies.