Revision: 43018
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 15, 2011 07:26 by ToddSmithSalter
Initial Code
global $post; wp_list_pages("exclude=$post->ID&title_li=<h2>" . __('List of Pages') . "</h2>");
Initial URL
Initial Description
This lists all the pages that are "Published", excluding the current one. Useful for a sitemap template.
Initial Title
List all pages excluding the current one
Initial Tags
wordpress
Initial Language
PHP