I am trying to exclude a page from my sidebar widget Categories. It is a privacy Policy page that I just want to link to from the footer.
However when I edit the functions page
wp_list_pages('exclude=362&title_li=');
362 is the ID of the page, it just doesn't want to seem to exclude itself.
I've tried the fix that was posted about a bug in the post.php file in the includes. No matter what I try just can't seem to get it to exclude itself.