{"id":47938,"date":"2016-05-15T13:01:03","date_gmt":"2016-05-15T13:01:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-html-page-sitemap\/"},"modified":"2017-07-16T07:40:42","modified_gmt":"2017-07-16T07:40:42","slug":"wp-html-page-sitemap","status":"closed","type":"plugin","link":"https:\/\/bs.wordpress.org\/plugins\/wp-html-page-sitemap\/","author":14261075,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2","stable_tag":"trunk","tested":"4.8.28","requires":"2.7.0","requires_php":"","requires_plugins":"","header_name":"WP Html Page Sitemap","header_author":"Review Rights (Pa1).","header_description":"","assets_banners_color":"ffffff","last_updated":"2017-07-16 07:40:42","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.reviewrights.com","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/wp-html-page-sitemap\/","header_author_uri":"http:\/\/www.reviewrights.com","rating":5,"author_block_rating":0,"active_installs":200,"downloads":6437,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.1":"<ul>\n<li>Include all post type in to sitemap and global exclude field.<\/li>\n<\/ul>","2.0":"<ul>\n<li>Change shortcode parameter and exclude post from site map.<\/li>\n<\/ul>","1.0":"<ul>\n<li>First release.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1435200","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0","2.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1696942","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1696942","resolution":"1","location":"plugin"}},"screenshots":{"1":"Page list view","2":"Site map option page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[34700,170,5044,1557,292],"plugin_category":[43,55],"plugin_contributors":[87115],"plugin_business_model":[],"class_list":["post-47938","plugin","type-plugin","status-closed","hentry","plugin_tags-html-sitemap","plugin_tags-page","plugin_tags-page-sitemap","plugin_tags-sitemap","plugin_tags-wp","plugin_category-customization","plugin_category-seo-and-marketing","plugin_contributors-pa1","plugin_committers-pa1"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-html-page-sitemap_ffffff.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-html-page-sitemap\/trunk\/screenshot-1.png?rev=1696942","caption":"Page list view"},{"src":"https:\/\/ps.w.org\/wp-html-page-sitemap\/trunk\/screenshot-2.png?rev=1696942","caption":"Site map option page."}],"raw_content":"<!--section=description-->\n<h4>Description<\/h4>\n\n<p>This is simple and light weighted plugin to display page links in a single page and go to setting and click option \"HTML Site Map\" and select post type which you wont to show in sitemap. Argument like:<\/p>\n\n<pre><code>sort_column\nsort_order\nexclude\ninclude\ndepth\nchild_of\nmeta_key\nmeta_value\nauthors\nnumber\noffset\npost_type\npost_status\n<\/code><\/pre>\n\n<h4>Examples<\/h4>\n\n<ul>\n<li><p>Simple exameple.<\/p>\n\n<p><strong>[SITEMAP]<\/strong><\/p><\/li>\n<li>Simple exameple with argument.<\/li>\n<\/ul>\n\n<p><strong>[SITEMAP id=\"\" class=\"\" child_of=\"\" authors=\"\" date_format=\"\" depth=\"\" echo=\"\" exclude=\"\" include=\"\" link_after=\"\" link_before=\"\" post_type=\"\" post_status=\"\" show_date=\"\" sort_column=\"\" title_li=\"\" ]<\/strong><\/p>\n\n<h4>Parameter Description:<\/h4>\n\n<ul>\n<li><strong>'id':<\/strong>  Adds id to <code>&lt;ul&gt;<\/code> like <code>&lt;ul id=\"id\"&gt;<\/code> <\/li>\n<li><strong>'class':<\/strong>  Adds classes to <code>&lt;ul&gt;<\/code> like <code>&lt;ul class=\"clesses\"&gt;<\/code><\/li>\n<li><strong>'clield_of':<\/strong>   Display only the sub-pages of a single page by ID. Default 0 (all pages).<\/li>\n<li><strong>'authors':<\/strong>   (string) Comma-separated list of author IDs. Default empty (all authors).<\/li>\n<li><strong>date_format':<\/strong>   (string) PHP date format to use for the listed pages. Relies on the 'show_date' parameter. Default is the value of 'date_format' option.<\/li>\n<li><strong>'depth':<\/strong>   (int) Number of levels in the hierarchy of pages to include in the generated list. Accepts -1 (any depth), 0 (all pages), 1 (top-level pages only), and n (pages to the given n depth). Default 0.<\/li>\n<li><strong>'echo':<\/strong>   (bool) Whether or not to echo the list of pages. Default true.<\/li>\n<li><strong>'exclude':<\/strong>   (string) Comma-separated list of page IDs to exclude.<\/li>\n<li><strong>'include':<\/strong>   (array) Comma-separated list of page IDs to include.<\/li>\n<li><strong>'link_after':<\/strong>  (string) Text or HTML to follow the page link label. Default null.<\/li>\n<li><strong>'link_before':<\/strong>  (string) Text or HTML to precede the page link label. Default null.  <\/li>\n<li><strong>'post_type':<\/strong>  (string) Post type to query for. Default 'page'.                 <\/li>\n<li><strong>'post_status':<\/strong>  (string) Comma-separated list of post statuses to include. Default 'publish'.<\/li>\n<li><strong>'show_date':<\/strong>   (string) Whether to display the page publish or modified date for each page. Accepts 'modified' or any other value. An empty value hides the date.<\/li>\n<li><strong>'sort_column':<\/strong>   (string) Comma-separated list of column names to sort the pages by. Accepts 'post_author', 'post_date', 'post_title', 'post_name', 'post_modified', 'post_modified_gmt', 'menu_order', 'post_parent', 'ID', 'rand', or 'comment_count'. Default 'post_title'.<\/li>\n<li><strong>'title_li':<\/strong>  (string) List heading. Passing a null or empty value will result in no heading, and the list will not be wrapped with unordered list <code>&lt;ul&gt;<\/code> tags. Default 'Pages'.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Plugin easy to install.<\/p>\n\n<p>e.g.<\/p>\n\n<ul>\n<li>Upload the plugin files to the <strong>\/wp-content\/plugins\/plugin-name<\/strong> directory, or install the <strong>plugin<\/strong> through the WordPress plugins screen directly.<\/li>\n<li>Activate the <strong>plugin<\/strong> through the <strong>'Plugins'<\/strong> screen in <strong>WordPress<\/strong><\/li>\n<li>Create a page.<\/li>\n<li>Past these shortcode in to page.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Plugin easy to install.<\/p>\n\n<p>e.g.<\/p>\n\n<ul>\n<li>Upload the plugin files to the <strong>\/wp-content\/plugins\/plugin-name<\/strong> directory, or install the <strong>plugin<\/strong> through the WordPress plugins screen directly.<\/li>\n<li>Activate the <strong>plugin<\/strong> through the <strong>'Plugins'<\/strong> screen in <strong>WordPress<\/strong><\/li>\n<li>Create a page.<\/li>\n<li>Past these shortcode in to page.<\/li>\n<\/ul><\/dd>\n<dt>We can use custom post type and post in sitemap<\/dt>\n<dd><p>Yes, Go to Setting and click on \"HTML Site Map\" and checked CPT and post which you wont to list in site map.<\/p><\/dd>\n<dt>We can exclude post or page from site map<\/dt>\n<dd><p>Yes, Put comma(,) separated post and page id in Field \"Exclude post from site map\".<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.1<\/h4>\n\n<ul>\n<li>Include all post type in site map.<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>new version update<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First stable release.<\/li>\n<\/ul>","raw_excerpt":"Wordpress pages listing, parent and child pages in a page content. By using the shortcode [SITEMAP],[HTMP_sitemap]","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=47938"}],"author":[{"embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pa1"}],"wp:attachment":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47938"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47938"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47938"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47938"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47938"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}