內容簡介
這個外掛可以使用短碼來輸出子頁面列表或者網站地圖。
在您的文章文字中輸入下面的短碼。
生成網站地圖:[get_sitemap]
生成子頁面列表:[get_childlist]
您也可以使用可選參數自定義輸出:
[get_childlist id=”父網頁ID(可選)” add=”額外元素(可選)” exclude=”排除網頁的ID(可選,例如 exclude=”34,123,35,23″)” exclude_by_slug=”排除網頁的slug(可選,例如 exclude_by_slug=”test,hoge,home”)]
外掛標籤
開發者團隊
原文外掛簡介
With this plug-in, you can use shortcodes to output list of children pages or sitemap.
Write following shortcode in your post text.
Generate a sitemap : [get_sitemap]
Generate a list of child and descendant pages: [get_childlist]
You can also customize output with optional arguments:
[get_childlist id=”parentID (optional)” add=”additional element (optional)” exclude=”exclude page by id (optional, e.g. exclude=”34,123,35,23″)” exclude_by_slug=”exclude page by slug (optional, e.g. exclude_by_slug=”test,hoge,home”)]
