Ok, so i'm editing the wordpress defult theme's sidebar file. I"m trying to get something like this:
PAGES
home
about
contact
The "PAGES" is supposed to be a header with it's own formating, and the rest of the list are links to pages that are surrounded by div's.
Here's the code i'm dealing with:
<?php wp_list_pages('title_li=<div class="menuheader">Pages</div>' ); ?>
i guess what it's going is calling up a list and then lets you modify the list title with the bit of code in the parenthesis. i've checked in my database and can't find the list it's bringing up. but the problem is that it surrounds the list with
so i need to get rid of the
any help would be appreciated.
thanks so much,
Joe