I've put a title on my sidebar and, for some reason, its links back tomy index.php. I have'nt told it to do this. It seems like a simple mistake, but its got me stumpped. While the solution may be staring me in the face (This is my first time with Wordpress, and im no expert in web codeing), I wanted to ask if anyone can take a guess as to what might be causing it.
This is the code for sidebar:
<!-- begin sidebar -->
<div id="sidebar">
<h2>M E N U</h2>
<br>
<ul>
<li><?php wp_list_cats(); ?></li>
<li><?php wp_list_pages('title_li='); ?></li>
</ul>
</div>
<!-- end sidebar -->
The whole thing is made from a modified Wordpress classic theme. Any help is much appreciated.
Thanks flatliner684