=== SimpleSitemap === Contributors: ajferg Tags: sitemap, posts, pages Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0 Generates a simple sitemap for your site. == Description == Generates a simple sitemap, listing the page and posts on your site. You can set which page will become your sitemap, and the sitemap will be automatically inserted after your regular page content. Does not currently support custom post-types. This plugin is useful in helping your visitors find their way around the site, and is beneficial for search engines crawling your site. == Installation == 1. Upload plugin to your wordpress installation plugin directory 1. Activate plugin through the `Plugins` menu in Wordpress 1. Look at the configuration screen (found under `Settings` in the Wordpress menu) 1. Choose which page to show the sitemap on, and tick which pages or post-categories you wish to exclude from the sitemap. == Frequently Asked Questions == = Can I change the order in which Pages are listed? = Pages are listed according to 'menu order'. When you edit pages, you can set the Order. An easier way to do this is to use the 'pageMash' plugin, which allows you to click-and-drag pages into the order you prefer. = Can I change the order in which Posts are listed? = Not yet. Posts are listed from newest to oldest, and are not grouped by category. == Changelog == = 1.0 = * Initial release.