Hi,
I'm planning on deleting the meta section in my sidebar as I've put the log-in part in the footer. Just wondering beforehand, what does
<?php wp_meta(); ?>
do? Is it important? If it is then I'll decide where to put it.
Also how do I change the
<?php wp_list_pages('title_li=<h2>Extras</h2>' ); ?>
and
<?php get_links_list(); ?>
parts?
Thanks