Description: 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]
Last 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]
Please see the Template Documentation for the wp_list_pages function for detailed documentation of the available attributes and their values.
For the latest information visit the website.
Installation :
1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/ folder. 2. Activate the "HTML Page Sitemap" plugin in the Plugin Management page. 3. Add the shortcode [html-sitemap] to the page(s) of your choice. License: Freeware Related: shortcode, Sitemap, Plugin, Displaying, Pages, Include, depth, exclude, Simple, list pages, htmlsitemap, Documentation, Template, detailed, Function, show date dmodified, modified, Scripts, Page, Html O/S:BSD, Linux, Solaris, Mac OS X File Size: 10.0 KB Downloads: 10
|
|