Help with Sidebar Please!
-
I am editing the sidebar on a theme because I want to keep a page off the sidebar that I was using as my landing page because it showed up twice on the Nav Bar, once as home and once as the page title. Anyway I took a look in the codex and found the code to hide the page and it worked. Only problem now is I have a piece of white text on my Nav Bar saying “Pages” which I do not want. My web site is https://www.allstarsports.co.uk and the current code is
<div id="sidebar1wrap"> <div id="sidebar1"> <h2><font color="orange">Site Navigation</font></h2> <ul> <?php wp_list_pages('exclude=1' ); ?> </ul> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar1') ) : ?><?php endif; ?> </ul> </div> </div>
Hopefully someone can help. Thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help with Sidebar Please!’ is closed to new replies.