Hi I want to add home to my sidebar, I want it to display under the Pages menu
this is the current code for pages thats there
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
is it possible to have a link to Home (homepage) display right under Pages and the rest like About and such under Home? i have been messing around with this code but couldnt get it to work right
im currently using the default wordpress temptale