Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Site Map customization › Reply To: Site Map customization
November 10, 2013 at 1:22 am
#2683

Keymaster
Yes, it is possible. You will need to create a new template file named template-sitemap.php in your child theme directory to replace the one in the parent and copy over the code contents from the parent and it’s referred file
Remove the lines 69 to 74 which read like this –
-
false)); ?>
and for excluding the pages, modify the line 60 –
wp_list_pages(array('exclude' => '', 'title_li' => ''));
as per the instructions provided here –
http://codex.wordpress.org/Function_Reference/wp_list_pages#Exclude_Pages_from_List
Hope this helps.