WordPress Sitemap Generator Plugin — gh.mattrude.com
gh.mattrude.com / WordPress Sitemap Generator Plugin
Automatic generate standard XML sitemap (http://example.com/sitemap.xml) for WordPress that supports the providers including Google, Yahoo, MSN, Ask.com, and others.
- Author: mattrude
- Requires at least WordPress: 3.3
- Tested up to WordPress: 3.4
- Stable tag: 1.1
Description
This plugin will create a sitemap for your WordPress site (http://example.com/sitemap.xml). No files are stored on your disk, the sitemap.xml file is generate as needed, like your feeds. No UI to speak of, just drop in place and your good to go.
This plugin was original created for a WordPress Multi-Site setup (with the files placed in the mu-plugins folder). This plugin also works well on Single User setups of WordPress as well.
The Sitemap Generator Plugin is licensed under the GNU General Public License, version 2 as published by the Free Software Foundation, Inc.
Download
There are several diffrent way's of downloading and installing this plugin, both via direct download & git.
- Devel Version: Download zip
- Version 1.1: Download zip
- Version 1.0: Download zip
You may also download this plugin directly from the git repository using the following command:
git clone git@github.com:mattrude/wp-plugin-sitemap-generator.git sitemap-generator
Installation
As with most WordPress plugins, there is two ways of installing this plugin.
Primary Option
- Download the latest version of this plugin from the download page.
- Go to your WordPress Dashboard and login as an Admin
- From your Dashboard go to
Plugins
section on the left hand side and selectupload
from the top. - Find the downloaded plugin in the upload pop up window
- Click the
Install Now
link and follow the instructions.
Secondary Option
- Log onto your web server via SSH or Telnet, and go into the directory that holds your WordPress install.
- Move into your plugins directory
cd wp-content/plugins
- Clone the current revision with the command
git clone git://github.com/mattrude/wp-plugin-sitemap-generator.git
Changelog
Devel Version
- Replace
get_post_time()
withget_post_modified_time()
Version 1.1
- Added filter to remove trailing slash from sitemap.xml, props Ov3rfly
Version 1.0
- Initial Version
License
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.