modifying sidebar (need help on PHP!)
-
I’m trying to modify PHP for my sidebar.php file. here is the default for my theme:
<p class=”sideBarTitle”><?php _e(‘Pages’); ?>
<?php wp_list_pages(‘title_li=’); ?>output is:
Pages
– Aboutthere’s a bullet point (in the above example, i used – to represent the bullet point). the weird thing is that i only see the bullet point in Explorer, not Mozilla browser. i don’t want this bullet point, but don’t know how to get rid off it. i’ve tried modifying the css file, but to no avail.
appreciate any advice.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘modifying sidebar (need help on PHP!)’ is closed to new replies.