Version Description
- Released on 1/11/2015
- Tested with WordPress 4.1.
- End of source no longer includes closing PHP tag as recommended by WordPress.
- Updated readme, added additional example excluding multipe pages.
Download this release
Release Info
Developer | amandato |
Plugin | HTML Page Sitemap |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- html-sitemap.php +9 -10
- readme.txt +17 -5
html-sitemap.php
CHANGED
@@ -3,18 +3,18 @@
|
|
3 |
Plugin Name: HTML Page Sitemap
|
4 |
Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
|
5 |
Description: <a href="http://www.pluginspodcast.com/plugins/html-page-sitemap/" target="_blank">HTML Page Sitemap</a> Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap]. A plugin from <a href="http://www.pluginspodcast.com/" target="_blank">Plugins: The WordPress Plugins Podcast</a>.
|
6 |
-
Version: 1.1.
|
7 |
-
|
8 |
Author URI: http://www.pluginspodcast.com/
|
9 |
-
Change Log:
|
10 |
-
See readme.txt for complete change log
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
|
17 |
-
|
18 |
*/
|
19 |
|
20 |
|
@@ -55,4 +55,3 @@ add_shortcode('html-sitemap', 'html_sitemap_shortcode_handler'); // This is no l
|
|
55 |
add_shortcode('htmlsitemap', 'html_sitemap_shortcode_handler');
|
56 |
add_shortcode('html_sitemap', 'html_sitemap_shortcode_handler');
|
57 |
|
58 |
-
?>
|
3 |
Plugin Name: HTML Page Sitemap
|
4 |
Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
|
5 |
Description: <a href="http://www.pluginspodcast.com/plugins/html-page-sitemap/" target="_blank">HTML Page Sitemap</a> Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap]. A plugin from <a href="http://www.pluginspodcast.com/" target="_blank">Plugins: The WordPress Plugins Podcast</a>.
|
6 |
+
Version: 1.1.4
|
7 |
+
Contributors: Angelo Mandato, CIO RawVoice and host of the PluginsPodcast.com
|
8 |
Author URI: http://www.pluginspodcast.com/
|
|
|
|
|
9 |
|
10 |
+
Requires at least: 3.7
|
11 |
+
Tested up to: 4.1
|
12 |
+
Text Domain: html-sitemap
|
13 |
+
Change Log: See readme.txt for complete change log
|
14 |
+
Contributors: Angelo Mandato, CIO RawVoice and host of the PluginsPodcast.com
|
15 |
+
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
16 |
|
17 |
+
Copyright 2009-2015 Angelo Mandato, host of the Plugins Podcast (http://www.pluginspodcast.com)
|
18 |
*/
|
19 |
|
20 |
|
55 |
add_shortcode('htmlsitemap', 'html_sitemap_shortcode_handler');
|
56 |
add_shortcode('html_sitemap', 'html_sitemap_shortcode_handler');
|
57 |
|
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== HTML Page Sitemap ===
|
2 |
-
Contributors:
|
3 |
Donate link: http://www.pluginspodcast.com/contact/
|
4 |
Tags: sitemap, page, pages, shortcode, cms, static, short code, map, pagemap, site, html
|
5 |
Requires at least: 2.7.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.1.
|
8 |
|
9 |
Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap], perfect for those who use WordPress as a CMS.
|
10 |
|
@@ -25,12 +25,17 @@ Example shortcode will add a sitemap to a page displaying only children and gran
|
|
25 |
|
26 |
`[html_sitemap depth=2 child_of=CURRENT]`
|
27 |
|
28 |
-
|
29 |
|
30 |
`[html_sitemap show_date=modified sort_column=menu_order]`
|
31 |
|
|
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
34 |
|
35 |
For the latest information visit the website.
|
36 |
|
@@ -54,6 +59,13 @@ Though `html-sitemap` still works, the new HTML Sitemap shortcode is `html_sitem
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
= 1.1.3 =
|
58 |
* Released 3/11/2013
|
59 |
* HTML Sitemap compatible with latest versions of WordPress up to 3.5.1
|
1 |
=== HTML Page Sitemap ===
|
2 |
+
Contributors: amandato, pluginspodcast
|
3 |
Donate link: http://www.pluginspodcast.com/contact/
|
4 |
Tags: sitemap, page, pages, shortcode, cms, static, short code, map, pagemap, site, html
|
5 |
Requires at least: 2.7.0
|
6 |
+
Tested up to: 4.1
|
7 |
+
Stable tag: 1.1.4
|
8 |
|
9 |
Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap], perfect for those who use WordPress as a CMS.
|
10 |
|
25 |
|
26 |
`[html_sitemap depth=2 child_of=CURRENT]`
|
27 |
|
28 |
+
Example shortcode will add a sitemap displaying the page modified date with the pages sorted by the menu order number.
|
29 |
|
30 |
`[html_sitemap show_date=modified sort_column=menu_order]`
|
31 |
|
32 |
+
Example shortcode excluding multiple pages with ids 708, 1024 and 42.
|
33 |
|
34 |
+
`[html_sitemap exclude="708,1024,42"]`
|
35 |
+
|
36 |
+
Please see the [Template Documentation for the wp _ list _ pages function](http://codex.wordpress.org/Template_Tags/wp_list_pages) for detailed documentation of the available attributes and their values.
|
37 |
+
|
38 |
+
Anything you can do with the `wp_list_pages` function you should be able to do with this shortcode.
|
39 |
|
40 |
For the latest information visit the website.
|
41 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.1.4 =
|
63 |
+
* Released on 1/11/2015
|
64 |
+
* Tested with WordPress 4.1.
|
65 |
+
* End of source no longer includes closing PHP tag as recommended by WordPress.
|
66 |
+
* Updated readme, added additional example excluding multipe pages.
|
67 |
+
|
68 |
+
|
69 |
= 1.1.3 =
|
70 |
* Released 3/11/2013
|
71 |
* HTML Sitemap compatible with latest versions of WordPress up to 3.5.1
|