This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SimpleSitemap

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 with your regular page content.

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
  2. Activate plugin through the Plugins menu in WordPress
  3. Look at the configuration screen (found under Settings in the WordPress menu)
  4. Choose which page to show the sitemap on, and tick which pages or post-categories you wish to exclude from the sitemap.

FAQ

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. There are plugins available which let you drag/drop pages to set your preferred order.

Are pages displayed hierarchically?

Yes – if you have pages & subpages, they will be listed as an indented list.

Can I change the order in which Posts are listed?

No. Posts are listed from newest to oldest, and are not grouped by category.

Can I display my blog posts grouped by category?

No, I haven’t build that feature yet.

How do I use the shortcode to show my custom post-type?

[simplesitemap view=”POST_TYPE”]

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SimpleSitemap” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SimpleSitemap” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.1

  • Code formatting changes to bring inline with WordPress PHP Code Standards
  • Convert class to singleton model

1.3

  • Update code to suit WordPress 4.4 standards
  • Better handling of post type outputs
  • Now supports Pages, Posts, and Products out of the box
  • Shortcode can be used to draw additional types
  • Action hooks included, might be useful to developers
  • Remove the Custom Titles function – haven’t used it in a long time.

1.1

  • Now supports Custom Titles through Thesis Theme and All In One SEO Plugin
  • Added ShortCode Support: [simplesitemap] or [simplesitemap view=pages] or [simplesitemap view=posts]
  • Auto-Add to Page now allows you to insert before OR after original page content

1.0

  • Initial release.