How can I rewrite this to remove the "list" bullet?
<?php wp_list_pages('title_li=<h2>' . __('Pages:') . '</h2>' ); ?>
How can I rewrite this to remove the "list" bullet?
<?php wp_list_pages('title_li=<h2>' . __('Pages:') . '</h2>' ); ?>
I think the bullets will be in your stylesheet. You'll have to look there.
This topic has been closed to new replies.