Thread Starter
tmpage
(@tmpage)
thanks esmi,
tried adding that to functions.php, but no luck.
btw technically, i’m not using a child theme, I’m just editing the original TwentyTen files (though I know this is not recommended)
any other thoughts? thanks!
Did anyone ever get it working using wp_list_pages? I’ve been trying to put a horizontal menu in my header using wp_list_pages. if I apply {display: inline; list-style-type: none;} CSS styling on the class .pagenav (to which every list element created from wp_list_pages apparently belongs), I get a horizontal list, but there is a single bullet to the left of it, which I can’t for the life of me figure out how to get rid of. Any suggestiongs?