Page lists and Archive lists stuck in list format…
-
Ok, so i’m editing the wordpress defult theme’s sidebar file. I”m trying to get something like this:
PAGES
home
about
contactThe “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
- tags, and i can’t get rid of them using css either.
- tags, and change them to div’s.
any help would be appreciated.
thanks so much,
Joe
so i need to get rid of the
- The topic ‘Page lists and Archive lists stuck in list format…’ is closed to new replies.