內容簡介
在文章或頁面中(推薦使用頁面),加入短碼即可將您的網站地圖以頁數列出。
簡單短碼範例
[wp_sitemap]
特色
支援文章和頁面
支援頁數,並可選擇在頂部或底部顯示
支援包含和排除特定的頁面/文章
支援停用文章/頁面
支援排序方式
未新增任何資料至資料庫
未新增任何設定頁面至管理員介面
透過在頁面加入短碼方式添加網站地圖設定
使用 WordPress 內建函數,程式碼更輕巧
進階短碼範例
[wp_sitemap pages=”false” exclude=”9,21,34″]
參數
exclude
(字串)指定要從列表中排除的頁面 ID,用逗號分隔(例如:‘exclude=3,7,31’)。沒有預設值。
include
(字串)只包含特定頁面或文章於網站地圖中。和 exclude 一樣,此參數需要以逗號分隔的頁面 ID 列表。沒有預設值。
posts
(字串)包括文章。有效值:
true – 包括文章(預設)
false – 不包括文章
pages
(字串)包括頁面。有效值:
true – 包括頁面(預設)
false – 不包括頁面
sort_column
(字串)以多種不同方式排序文章和頁面的列表。預設按發布日期以最新文章或頁面為先排序。
‘post_date’ – 發布日期。
‘post_title’ – 文章或頁面標題。
‘post_modified’ – 已更新的文章或頁面日期。
‘comment_count’ – 文章或頁面上的評論數。
其他欄位在文章表格中。
sort_order
(字串)更改頁面列表的排序方式(升序或降序)。預設為升序。有效值:
‘ASC’ – 從最低到最高排序。
‘DESC’ – 從最高到最低排序(預設)
paging_position
(字串)頁數的位置。有效值:
‘top’ – 在網站地圖列表上方添加頁數。
‘bottom’ – 在網站地圖列表下方添加頁數(預設)。
‘both’ – 在網站地圖列表上下兩端都添加頁數。
post_count
(字串)設定要顯示的頁面和文章數量。預設為 50。
短碼預設設定
如果您不知道這是什麼,可以忽略此段落。
exclude => 0
include => 0
posts => “true”
pages => “true”
sort_column => “post_date”
sort_order => “DESC”
paging_position => “bottom”
post_count => 50
外掛標籤
開發者團隊
原文外掛簡介
Place a shortcode into a post or a page (page recommended) and your sitemap will apear as a list with page numbers.
Shortcode simple example
[wp_sitemap]
Features
Support for both posts and pages
Support for page numbers and option to place it on top or bottom
Support for include and exclude pages / posts
Support for disable posts / pages
Support for order by and sort order
No data added to the database
No settings page added into admin
Sitemap settings are added through a shortcode added in a page
WordPress built in functions are used to make a very small code
Shortcode advanced example
[wp_sitemap pages=”false” exclude=”9,21,34″]
Parameters
exclude
(string) Define a comma-separated list of Page IDs to be excluded from the list (example: ‘exclude=3,7,31’). There is no default value.
include
(string) Only include certain Pages or Posts in the sitemap. Like exclude, this parameter takes a comma-separated list of Page IDs. There is no default value.
posts
(string) Include Posts. Valid values:
true – Posts are included. (Default)
false – Posts are not included.
pages
(string) Include Pages. Valid values:
true – Pages are included. (Default)
false – Pages are not included.
sort_column
(string) Sorts the list of Posts and Pages in a number of different ways. The default setting is sort newest first by Post / Page date.
‘post_date’ – Published Post / Page date. (Default)
‘post_title’ – The Post or Page title.
‘post_modified’ – The updated Post or Page date.
‘comment_count’ – The number of comments on a Post or Page.
Other fields in the Posts table.
sort_order
(string) Change the sort order of the list of Pages (either ascending or descending). The default is ascending. Valid values:
‘ASC’ – Sort from lowest to highest.
‘DESC’ – Sort from highest to lowest. (Default)
paging_position
(string) The position of the page numbers. Valid values:
‘top’ – Add page numbers above the sitemap list
‘bottom’ – Add the page numbers below the sitemap list (Default)
‘both’ – Add page numbers above and below the sitemap list
post_count
(string) Sets the number of Pages and Posts to display. The default is 50.
Shortcode default settings
If you don’t know what this means, just ignore this section.
exclude => 0
include => 0
posts => “true”
pages => “true”
sort_column => “post_date”
sort_order => “DESC”
paging_position => “bottom”
post_count => 50
