前言介紹
- 這款 WordPress 外掛「WordPress Simple HTML Sitemap」是 2018-08-30 上架。
- 目前有 2000 個安裝啟用數。
- 上一次更新是 2025-05-01,距離現在已有 3 天。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 10 人給過評分。
- 論壇上目前有 2 個提問,問題解答率 50%
外掛協作開發者
外掛標籤
WordPress Sitemap | Simple HTML Sitemap | Post And Pages Sitemap | WordPress HTML Sitemap Plugin | WordPress HTML Sitemap Shortcode |
內容簡介
e alphabetically in ascending order
order=”asc” – Values can be asc or desc
show_image=”true” – A small image of all posts will be included, if it is not available then placeholder image will be shown
image_width=”30″ – Images will be 30 pixels wider
image_height=”30″ – Height of the image will be 30 pixels
content_limit=”140″ – Excerpt will be included under the post title with maximum 140 characters
show_date=”true” – The date will appear for all items in the sitemap
date=”created” – Date when the post was created
date_format=”F j, Y” – How the date will appear (in this case it will be like June 29, 2018)
layout=”single-column” – To show the sitemap in single column or in two columns
position=”left” – For two-columns, you can choose to show sitemap in left or right column
horizontal=”true” – This will generate sitemap having horizontal view
separator=” |” – Allows to add separator like ‘|’ or ‘/’ or ‘\’
taxonomy=”category” – Name of taxonomy to get terms from, default is ‘category’
terms=”wordpress-plugins” – A comma-separated list of term slugs to include, If null, all terms will be shown.
exclude=”100,122,155″ – Comma separated list of post IDs to exclude from the sitemap.
原文外掛簡介
HTML sitemap helps website visitors navigating through a website. WordPress Simple HTML Sitemap plugin provides facility to generate shortcode and show HTML sitemap using generated shortcode. If you are running WordPress website having large number of CMS pages and blogs, this plugin can be really useful for you. This plugin is very simple and easy to use, yet it provides various configuration options to generate sitemap shortcode and place it anywhere on the website.
Features Overview
Easy to install and configure
Offers wide variety of settings for pages and posts
Helpful in SEO as Google still values the HTML sitemap
Provides options to generate shortcode and use on any page or post
Allows interlinking pages and post easily
Allows saving generated short code for the reuse
Page shortcode example and parameters
Here is an example of shortcode to generate HTML Sitemap for pages
[wshs_list post_type="page" name="Page Sitemap" order_by="title" show_image="true" image_width="30" image_height="30" content_limit="140" show_date="true" date="created" date_format="F j, Y" depth="4" layout="single-column" position="left"]
Explanation of parameters:
post_type=”page” – This shortcode will generate HTML sitemap of pages
name=”Page Sitemap” – You can specify sitemap heading (title)
order_by=”title” – Pages will be ordered by title alphabetically in ascending order
order=”asc” – Values can be asc or desc
child_of=”” – To specify the parent page by adding parent page ID
show_image=”true” – A small image of all pages will be included, if it is not available then placeholder image will be shown
image_width=”30″ – Images will be 30 pixels wider
image_height=”30″ – Height of the image will be 30 pixels
content_limit=”140″ – Excerpt will be included under the post title with maximum 140 characters
show_date=”true” – The date will appear for all items in the sitemap
date=”created” – Date when the page was created
date_format=”F j, Y” – How the date will appear (in this case it will be like June 29, 2018)
layout=”single-column” – To show the sitemap in single column or in two columns
position=”left” – For two-columns, you can choose to show sitemap in left or right column
horizontal=”true” – This will generate sitemap having horizontal view
separator=” |” – Allows to add separator like ‘|’ or ‘/’ or ‘\’
exclude=”100,122,155″ – Comma separated list of post IDs to exclude from the sitemap.
Post shortcode example and parameters
Here is an example of shortcode to generate HTML Sitemap for posts
[wshs_list post_type="post" name="Post Sitemap" order_by="title" show_image="true" image_width="30" image_height="30" content_limit="140" show_date="true" date="created" date_format="F j, Y" layout="single-column" taxonomy="category" terms="wordpress-plugins"]
Explanation of parameters:
post_type=”post” – This shortcode will generate HTML sitemap of posts
name=”Post Sitemap” – You can specify sitemap heading (title)
order_by=”title” – Posts will be ordered by title alphabetically in ascending order
show_image=”true” – A small image of all pages will be included, if it is not
image_width=”30″ – Images will be 30 pixels wider
image_height=”30″ – Height of the image will be 30 pixels
content_limit=”140″ – Excerpt will be included under the post title with maximum 140 characters
show_date=”true” – The date will appear for all items in the sitemap
date=”created” – Date when the page was created
date_format=”F j, Y” – How the date will appear (in this case it will be like June 29, 2018)
layout=”full” – To show the sitemap in full page or in half view
position=”left” – For half layout, you can choose to show sitemap in left or right column
taxonomy=”category” – To include custom taxonomy
terms=”wordpress-plugins” – To include term of the custom taxonomy
horizontal=”true” – This will generate sitemap having horizontal view
separator=” |” – Allows to add separator like ‘|’ or ‘/’ or ‘\’
exclude=”100,122,155″ – Comma separated list of post IDs to exclude from the sitemap.
Important note: If you like to generate a sitemap having both posts and pages, you need to use two shortcodes. One for the pages and another for the posts.
If you like learn more about shortcode parameters and other configuration options available at admin area, please take a look at here WordPress Simple HTML Sitemap Plugin
Please feel free to connect with me in case if you find any difficulties using this plugin, I’ll remain attentive to comments. You can use this form to connect with me https://freelancer-coder.com/contact-wordpress-developer/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WordPress Simple HTML Sitemap」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 2.6 | 2.7 | 2.8 | 2.9 | 3.0 | 3.1 | 3.2 | 3.3 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。