Please provide your blog’s URL so that we can properly evaluate the situation.
Somewhere in your template(s) – e.g. sidebar.php – there should be a template tag Template_Tags/wp_list_pages to display the list of Pages.
Thanks for the reply. I dont understand. Could you give me some more detail?
The sidebar has this list page tag:
<?php wp_list_pages(‘title_li=’); ?>
Quote from your sidebar:
<!-- Pages Just uncomment if you want a list of pages in the frontpage
<li>
<ul>
<li class="page_item"><a href="http://www.marginalwalker.co.uk/?page_id=11" title="About Me">About Me</a></li>
</ul>
</li>
-->
Keyword: UNCOMMENT = remove the <!-- from the beginning and --> from the end + delete the comment 🙂