>
Download This Plugin | |
Download Elegant Themes | |
Name | HTML Page Sitemap |
Version | 1.1.4 |
Author | |
Rating | 92 |
Last updated | 2015-01-11 11:30:00 |
Downloads |
112229
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
HTML Page Sitemap plugin added 4 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
HTML Page Sitemap plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! HTML Page Sitemap plugin ads no tables to your Wordpress blog database.This simple plugin adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap] in the page content. This simple plugin is configured from the shortcode. Settings include the sort_column
, sort_order
, exclude
, include
, depth
, child_of
, meta_key
, meta_value
, authors
, number
, and offset
. You can set essentially everything you can set in the wp_list_pages function.
This plugins is perfect for those who use WordPress as a CMS.
First example shows how to add the sitemap in its simplest form.
[html_sitemap]
Example shortcode will add a sitemap to a page displaying a depth limit of 3 and exclude page ID 708.
[html_sitemap depth=3 exclude=708]
Example shortcode will add a sitemap to a page displaying only children and grandchildren of the current page.
[html_sitemap depth=2 child_of=CURRENT]
Example shortcode will add a sitemap displaying the page modified date with the pages sorted by the menu order number.
[html_sitemap show_date=modified sort_column=menu_order]
Example shortcode excluding multiple pages with ids 708, 1024 and 42.
[html_sitemap exclude="708,1024,42"]
Please see the Template Documentation for the wp _ list _ pages function for detailed documentation of the available attributes and their values.
Anything you can do with the wp_list_pages
function you should be able to do with this shortcode.
For the latest information visit the website.
http://www.pluginspodcast.com/plugins/html-page-sitemap/
Though html-sitemap
still works, the new HTML Sitemap shortcode is html_sitemap
. The dash/hyphen may not get processed correctly if other plugins use the same prefix such as the Syntax Highlighter plugin. read more, and more