forked from mgibbs189/sitemap-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
44 lines (31 loc) · 1.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== Sitemap UI ===
Contributors: mgibbs189
Tags: sitemap, sitemaps, ui, settings, configuration
Requires at least: 5.5
Tested up to: 5.5
Stable tag: trunk
License: GPLv2
Sitemap UI for WordPress 5.5+
== Description ==
WordPress 5.5 includes built-in [sitemap functionality](https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/).
This plugin provides a UI for some of the most common sitemap configuration settings.
NOTE: some plugins (like Yoast SEO) replace core sitemaps with their own version. This plugin only works with core sitemaps.
= Screenshots =
* [Settings screen](https://i.imgur.com/KkDLTvQ.png)
= Features =
* Turn off WP core sitemaps entirely
* Exclude all (or specific) post types
* Exclude all (or specific) taxonomies
* Exclude taxonomy terms by ID
* Exclude post items by ID
* Exclude all users
= Important Links =
* [Github →](https://github.com/mgibbs189/sitemap-ui)
== Installation ==
1. Download and activate the plugin.
2. Browse to `Settings > Sitemap UI` to configure.
== Changelog ==
= 1.2 =
* Added daily cron to ping Google of sitemap updates
= 1.0 =
* Initial release