外掛說明
The plugin allows you to control which post types should be included in the WordPress sitemap. By default on build-in sitemap are all public post types and taxonomies, but now you can include or exclude the selected type of content from your sitemap. Learn about sitemaps.
安裝方式
There are 3 ways to install this plugin:
The super-easy way
- Login to your WordPress Admin panel.
- Go to Plugins > Add New.
- Type ‘WP Sitemap Control’ into the Search Plugins field and hit Enter. Once found, you can view details such as the point release, rating, and description.
- Click Install Now. After clicking the link, you’ll be asked if you’re sure you want to install the plugin.
- Click Yes, and WordPress completes the installation.
- Activate the plugin.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
The easy way
- Download the plugin (.zip file) on the right column of this page.
- In your Admin, go to menu Plugins > Add.
- Select button
Upload Plugin
. - Upload the .zip file you just downloaded.
- Activate the plugin.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
The old and reliable way (FTP)
- Upload
WP Sitemap Control
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
常見問題集
-
I do not see /wp-sitemap.xml
-
The site needs to be public. If you ask for no indexing, then a sitemap is not available.
-
What is a sitemap?
-
A sitemap is a file where you provide information about the pages, videos, and other files on your site. Search engines read this file to more intelligently crawl your site.
使用者評論
There are no reviews for this plugin.
參與者及開發者
變更記錄
1.0.2 (2021-02-01)
- Fixed wrong date format for
lastmod
tag.
1.0.1 (2020-12-02)
- Fixed wrong method call. Props for Maciej Kuchnik.
1.0.0
- Init version. Props for Sebastian Miśniakiewicz for inspiration.