[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fm5Vf0vTrJMtHhhboEO-DhPojH5szFwfR3J__v-F1bok":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":24,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":39,"analysis":139,"fingerprints":173},"html-sitemap","HTML Page Sitemap","1.3.9","Angelo Mandato","https:\u002F\u002Fprofiles.wordpress.org\u002Famandato\u002F","\u003Cp>This simple plugin adds an HTML (Not XML) sitemap of your pages (not posts) by using the shortcode \u003Ccode>[html_sitemap]\u003C\u002Fcode>. This plugin can display a sitemap with specific depths, from a specific parent page and include\u002Fexclude specific pages by ID. The sitemap uses the unordered HTML list tags \u003Ccode>\u003Cul>\u003C\u002Fcode> and \u003Ccode>\u003Cli>\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>Shortcode attributes include \u003Ccode>sort_column\u003C\u002Fcode>, \u003Ccode>sort_order\u003C\u002Fcode>, \u003Ccode>exclude\u003C\u002Fcode>, \u003Ccode>include\u003C\u002Fcode>, \u003Ccode>depth\u003C\u002Fcode>, \u003Ccode>child_of\u003C\u002Fcode>, \u003Ccode>meta_key\u003C\u002Fcode>, \u003Ccode>meta_value\u003C\u002Fcode>, \u003Ccode>authors\u003C\u002Fcode>, \u003Ccode>number\u003C\u002Fcode>,  \u003Ccode>offset\u003C\u002Fcode>, \u003Ccode>post_type\u003C\u002Fcode>,  and \u003Ccode>post_status\u003C\u002Fcode> parameters from the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages\" rel=\"nofollow ugc\">\u003Ccode>wp_list_pages\u003C\u002Fcode>\u003C\u002Fa> function. In addition you can also set \u003Ccode>class\u003C\u002Fcode>, \u003Ccode>id\u003C\u002Fcode>, and \u003Ccode>ordered_list_type\u003C\u002Fcode> to further customize the html page sitemap.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin is perfect for those who use WordPress as a CMS.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Shortcode Tag Attribute Options\u003C\u002Fh3>\n\u003Cp>The following wp_list_pages tag attribute options are supported:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>authors\u003C\u002Fcode> &mdash; Comma-separated list of author IDs. Default empty (all authors).\u003C\u002Fli>\n\u003Cli>\u003Ccode>child_of\u003C\u002Fcode> &mdash; ID of child page, ‘CURRENT’, or ‘PARENT’. The value ‘CURRENT’ will use the current page ID. The value ‘PARENT’ will use the current page parent ID.\u003C\u002Fli>\n\u003Cli>\u003Ccode>depth\u003C\u002Fcode> &mdash; -1 (any depth), 0 (all pages), 1 (top-level pages only), 2 (top-level and 2nd level pages only), etc.\u003C\u002Fli>\n\u003Cli>\u003Ccode>date_format\u003C\u002Fcode> &mdash; e.g. ‘l, F j, Y’. See \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fdocumentation\u002Farticle\u002Fcustomize-date-and-time-format\u002F\" rel=\"ugc\">WordPress Date Format\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ccode>exclude\u003C\u002Fcode> &mdash; Comma-separated list of page IDs to exclude.\u003C\u002Fli>\n\u003Cli>\u003Ccode>include\u003C\u002Fcode> &mdash; Comma-separated list of page IDs to include.\u003C\u002Fli>\n\u003Cli>\u003Ccode>item_spacing\u003C\u002Fcode> &mdash; Whether to preserve whitespace within the menu’s HTML. Accepts ‘preserve’ or ‘discard’.\u003C\u002Fli>\n\u003Cli>\u003Ccode>meta_key\u003C\u002Fcode> &mdash; Limits output to pages having a specific custom field key. \u003C\u002Fli>\n\u003Cli>\u003Ccode>meta_value\u003C\u002Fcode> &mdash; Limits output to pages having a specific custom field value.\u003C\u002Fli>\n\u003Cli>\u003Ccode>number\u003C\u002Fcode> &mdash; Limits the number of links displayed (SQL LIMIT).\u003C\u002Fli>\n\u003Cli>\u003Ccode>offset\u003C\u002Fcode> &mdash; Skips a specific number of pages before displaying the list.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_type\u003C\u002Fcode> &mdash; Post type to query for. Default ‘page’\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_status\u003C\u002Fcode> &mdash; Comma-separated list or array of post statuses to include. Default ‘publish’\u003C\u002Fli>\n\u003Cli>\u003Ccode>show_date\u003C\u002Fcode> &mdash; Whether to display the page publish or modified date for each page. Accepts ‘modified’ or any other value. An empty value hides the date.\u003C\u002Fli>\n\u003Cli>\u003Ccode>sort_column\u003C\u002Fcode> &mdash; 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’.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please see documentation for the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages\" rel=\"nofollow ugc\">\u003Ccode>wp_list_pages\u003C\u002Fcode>\u003C\u002Fa> function for reference.\u003C\u002Fp>\n\u003Cp>In addition the following tag attributes are available exclusively for this plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>class\u003C\u002Fcode> &mdash; Specify class values for the initial HTML Page Sitemap \u003Ccode>\u003Cul>\u003C\u002Fcode> list tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>id\u003C\u002Fcode> &mdash; Specify ID values for the initial HTML Page Sitemap \u003Ccode>\u003Cul>\u003C\u002Fcode> list tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type\u003C\u002Fcode> &mdash; Specify the ordered list type. Accepts ”, ‘1’, ‘A’, ‘a’, ‘I’, and ‘i’. Default empty value will display an unordered list.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The \u003Ccode>ordered_list_type\u003C\u002Fcode> attribute options in more detail:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>ordered_list_type=\"\"\u003C\u002Fcode> &mdash; The list items will be unordered\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type=\"1\"\u003C\u002Fcode> &mdash; The list items will be numbered with numbers\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type=\"A\"\u003C\u002Fcode> &mdash; The list items will be numbered with uppercase letters\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type=\"a\"\u003C\u002Fcode> &mdash; The list items will be numbered with lowercase letters\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type=\"I\"\u003C\u002Fcode> &mdash; The list items will be numbered with uppercase roman numbers\u003C\u002Fli>\n\u003Cli>\u003Ccode>ordered_list_type=\"i\"\u003C\u002Fcode> &mdash; The list items will be numbered with lowercase roman numbers\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: This plugin only works with Hierarchical Custom Post Types such as \u003Ccode>pages\u003C\u002Fcode>. This plugin will not work if your post type is not hierarchical. Not setting an ordered_list_type will use an unordered list (default).\u003C\u002Fp>\n\u003Ch4>Examples\u003C\u002Fh4>\n\u003Cp>First example shows how to add a sitemap for the entire site.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add a sitemap to a page displaying a depth limit of 3 and exclude page ID 708.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap depth=3 exclude=708]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add a sitemap to a page displaying only children and grandchildren of the current page.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap depth=2 child_of=CURRENT]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add a sitemap to a page displaying children and grandchildren of the parent page (would include the curent page as well).\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap depth=2 child_of=PARENT]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add a sitemap displaying the page modified date with the pages sorted by the menu order number.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap show_date=modified sort_column=menu_order]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode excluding multiple pages with ids 708, 1024 and 42.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap exclude=\"708,1024,42\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add a class attribute to the \u003Ccode>\u003Cul>\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap class=\"custom-class\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will add an id attribute to the \u003Ccode>\u003Cul>\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap id=\"custom-element-id\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode will display an ordered list using lowercase letters with a depth of 1.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap ordered_list_type=\"a\" depth=1]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example shortcode with roman numbering in capitalization, with custom field “featured-list” and custom value “yes”\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[html_sitemap ordered_list_type=\"I\" meta_key=featured-list meta_value=yes sort_column=post_date]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the latest information visit the website.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwww.pluginspodcast.com\u002Fplugins\u002Fhtml-page-sitemap\u002F\" rel=\"nofollow ugc\">http:\u002F\u002Fwww.pluginspodcast.com\u002Fplugins\u002Fhtml-page-sitemap\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Contributors\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fangelo.mandato.com\" rel=\"nofollow ugc\">Angelo Mandato\u003C\u002Fa>, founder of \u003Ca href=\"https:\u002F\u002Fwww.painlessanalytics.com\" rel=\"nofollow ugc\">Painless Analytics\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwww.frontpup.com\" rel=\"nofollow ugc\">FrontPup\u003C\u002Fa> – Plugin author\u003C\u002Fp>\n","Adds an HTML (Not XML) sitemap of your pages (not posts) by entering the shortcode [html_sitemap], perfect for those who use WordPress as a CMS.",10000,379036,86,22,"2026-02-11T09:30:00.000Z","6.9.4","3.7","5.4",[4,20,21,22,23],"page","pages","shortcode","sitemap","http:\u002F\u002Fwww.pluginspodcast.com\u002Fplugins\u002Fhtml-page-sitemap\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhtml-sitemap.1.3.9.zip",100,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":35,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"amandato",7,10150,87,30,85,"2026-04-03T23:21:06.367Z",[40,65,86,103,123],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":50,"num_ratings":51,"last_updated":52,"tested_up_to":16,"requires_at_least":53,"requires_php":54,"tags":55,"homepage":60,"download_link":61,"security_score":62,"vuln_count":63,"unpatched_count":27,"last_vuln_date":64,"fetched_at":29},"wp-simple-html-sitemap","WP Simple HTML Sitemap","3.8","Ashish Ajani","https:\u002F\u002Fprofiles.wordpress.org\u002Fashishajani\u002F","\u003Cp>HTML sitemap helps website visitors navigating through a website. Simple HTML Sitemap plugin provides facility to generate shortcode and show HTML sitemap using generated shortcode. If you are running WordPress website having large number of CMS pages and blogs, this plugin can be really useful for you. This plugin is very simple and easy to use, yet it provides various configuration options to generate sitemap shortcode and place it anywhere on the website.\u003C\u002Fp>\n\u003Ch4>Features Overview\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easy to install and configure\u003C\u002Fli>\n\u003Cli>Offers wide variety of settings for pages and posts\u003C\u002Fli>\n\u003Cli>Helpful in SEO as Google still values the HTML sitemap\u003C\u002Fli>\n\u003Cli>Provides options to generate shortcode and use on any page or post\u003C\u002Fli>\n\u003Cli>Allows interlinking pages and post easily\u003C\u002Fli>\n\u003Cli>Allows saving generated short code for the reuse\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Page shortcode example and parameters\u003C\u002Fh4>\n\u003Cp>Here is an example of shortcode to generate HTML Sitemap for pages\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wshs_list post_type=\"page\" name=\"Page Sitemap\" order_by=\"title\" show_image=\"true\" image_width=\"30\" image_height=\"30\" content_limit=\"140\" show_date=\"true\" date=\"created\" date_format=\"F j, Y\" depth=\"4\" layout=\"single-column\" position=\"left\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Explanation of parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>post_type=”page” – This shortcode will generate HTML sitemap of pages\u003C\u002Fli>\n\u003Cli>name=”Page Sitemap” – You can specify sitemap heading (title)\u003C\u002Fli>\n\u003Cli>order_by=”title” – Pages will be ordered by title alphabetically in ascending order\u003C\u002Fli>\n\u003Cli>order=”asc” – Values can be asc or desc\u003C\u002Fli>\n\u003Cli>child_of=”” – To specify the parent page by adding parent page ID\u003C\u002Fli>\n\u003Cli>show_image=”true” – A small image of all pages will be included, if it is not available then placeholder image will be shown\u003C\u002Fli>\n\u003Cli>image_width=”30″ – Images will be 30 pixels wider\u003C\u002Fli>\n\u003Cli>image_height=”30″ – Height of the image will be 30 pixels\u003C\u002Fli>\n\u003Cli>content_limit=”140″ – Excerpt will be included under the post title with maximum 140 characters\u003C\u002Fli>\n\u003Cli>show_date=”true” – The date will appear for all items in the sitemap\u003C\u002Fli>\n\u003Cli>date=”created” – Date when the page was created\u003C\u002Fli>\n\u003Cli>date_format=”F j, Y” – How the date will appear (in this case it will be like June 29, 2018)\u003C\u002Fli>\n\u003Cli>layout=”single-column” – To show the sitemap in single column or in two columns\u003C\u002Fli>\n\u003Cli>position=”left” – For two-columns, you can choose to show sitemap in left or right column\u003C\u002Fli>\n\u003Cli>horizontal=”true” – This will generate sitemap having horizontal view\u003C\u002Fli>\n\u003Cli>separator=” |” – Allows to add separator like ‘|’ or ‘\u002F’  or ‘\\’\u003C\u002Fli>\n\u003Cli>exclude=”100,122,155″ – Comma separated list of post IDs to exclude from the sitemap.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Post shortcode example and parameters\u003C\u002Fh4>\n\u003Cp>Here is an example of shortcode to generate HTML Sitemap for posts\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wshs_list post_type=\"post\" name=\"Post Sitemap\" order_by=\"title\" show_image=\"true\" image_width=\"30\" image_height=\"30\" content_limit=\"140\" show_date=\"true\" date=\"created\" date_format=\"F j, Y\" layout=\"single-column\" taxonomy=\"category\" terms=\"wordpress-plugins\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Explanation of parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>post_type=”post” – This shortcode will generate HTML sitemap of posts\u003C\u002Fli>\n\u003Cli>name=”Post Sitemap” – You can specify sitemap heading (title)\u003C\u002Fli>\n\u003Cli>order_by=”title” – Posts will be ordered by title alphabetically in ascending order\u003C\u002Fli>\n\u003Cli>show_image=”true” – A small image of all pages will be included, if it is not\u003C\u002Fli>\n\u003Cli>image_width=”30″ – Images will be 30 pixels wider\u003C\u002Fli>\n\u003Cli>image_height=”30″ – Height of the image will be 30 pixels\u003C\u002Fli>\n\u003Cli>content_limit=”140″ – Excerpt will be included under the post title with maximum 140 characters\u003C\u002Fli>\n\u003Cli>show_date=”true” – The date will appear for all items in the sitemap\u003C\u002Fli>\n\u003Cli>date=”created” – Date when the page was created\u003C\u002Fli>\n\u003Cli>date_format=”F j, Y” – How the date will appear (in this case it will be like June 29, 2018)\u003C\u002Fli>\n\u003Cli>layout=”full” – To show the sitemap in full page or in half view\u003C\u002Fli>\n\u003Cli>position=”left” – For half layout, you can choose to show sitemap in left or right column\u003C\u002Fli>\n\u003Cli>taxonomy=”category” – To include custom taxonomy\u003C\u002Fli>\n\u003Cli>terms=”wordpress-plugins” – To include term of the custom taxonomy\u003C\u002Fli>\n\u003Cli>horizontal=”true” – This will generate sitemap having horizontal view\u003C\u002Fli>\n\u003Cli>separator=” |” – Allows to add separator like ‘|’ or ‘\u002F’  or ‘\\’\u003C\u002Fli>\n\u003Cli>exclude=”100,122,155″ – Comma separated list of post IDs to exclude from the sitemap.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cem>Important note: If you like to generate a sitemap having both posts and pages, you need to use two shortcodes. One for the pages and another for the posts.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>If you like learn more about shortcode parameters and other configuration options available at admin area, please take a look at here \u003Ca href=\"https:\u002F\u002Ffreelancer-coder.com\u002Fwp-simple-html-sitemap-plugin\" rel=\"nofollow ugc\">Simple HTML Sitemap Plugin\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Please feel free to connect with me in case if you find any difficulties using this plugin, I’ll remain attentive to comments. You can use this form to connect with me \u003Ca href=\"https:\u002F\u002Ffreelancer-coder.com\u002Fcontact-wordpress-developer\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Ffreelancer-coder.com\u002Fcontact-wordpress-developer\u002F\u003C\u002Fa>\u003C\u002Fp>\n","Using Simple HTML Sitemap plugin, you can add HTML Sitemap anywhere on the website using Shortcode.",2000,34037,98,10,"2026-02-25T07:53:00.000Z","6.0","7.4",[56,57,58,59,23],"html-sitemap-plugin","html-sitemap-shortcode","post-and-pages-sitemap","simple-html-sitemap","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-simple-html-sitemap\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-simple-html-sitemap.3.8.zip",94,6,"2025-04-01 00:00:00",{"slug":66,"name":67,"version":68,"author":69,"author_profile":70,"description":71,"short_description":72,"active_installs":73,"downloaded":74,"rating":75,"num_ratings":76,"last_updated":77,"tested_up_to":78,"requires_at_least":79,"requires_php":80,"tags":81,"homepage":84,"download_link":85,"security_score":37,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"wp-multilingual-sitemap","WP Multilingual Sitemap","0.1","adiaz","https:\u002F\u002Fprofiles.wordpress.org\u002Fadiaz\u002F","\u003Cp>\u003Cstrong>WP Multilingual Sitemap is a highly customizable WordPress plugin that allows displaying, in posts and pages, an HTML sitemap of: pages, posts and posts ordered by categories.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>CMS Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Sitemap settings are set through a \u003Cstrong>shortcode\u003C\u002Fstrong> added in a post or page\u003C\u002Fli>\n\u003Cli>Support for pages, posts and custom posts \u003C\u002Fli>\n\u003Cli>Support for native WordPress functions parameters\u003C\u002Fli>\n\u003Cli>No data added to the database\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Multilingual Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>WPML translations fully compatible\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Display sitemaps in different languages without changing the shortcodes\u003C\u002Fli>\n\u003Cli>Built-in plugin localization without .mo files\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Accesibility Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0\u003C\u002Fli>\n\u003Cli>HTML5 validation\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Examples\u003C\u002Fh3>\n\u003Cp>Here you can find some examples of use:\u003C\u002Fp>\n\u003Ch4>Sitemap Pages (`[wpms-pages]`)\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>Display pages with a depth limit of 2 and exclude page ID 25\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-pages depth=2 exclude=25]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display pages with only children and grandchildren of the current page\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-pages child_of=CURRENT]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display pages with the page modified date and pages sorted by the menu order number.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-pages show_date=modified sort_column=menu_order]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Sitemap Posts ([wpms-posts])\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>Display 3 posts from a category with ID 50 ordered by title\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-posts category=50 numberposts=3 orderby=title]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display all private custom ‘movie’ posts with the list title “Movies”\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-posts post_type=movie post_status=private title_li=Movies]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display posts in all languages (WPML)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-posts suppress_filters=1]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Sitemap Posts by Categories ([wpms-categories-posts])\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>Display posts of just 5 categories\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-categories-posts number=5]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display posts of only top categories\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-categories-posts depth=1]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Display posts of categories whose parent’s category ID is 40\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wpms-categories-posts child_of=40]\u003Ch3>Available Parameters\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Codex\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages\" rel=\"nofollow ugc\">Template Documentation for the \u003Ccode>wp_list_pages\u003C\u002Fcode> function\u003C\u002Fa>: use this with \u003Ccode>[wpms-pages]\u003C\u002Fcode> shortcode\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fget_posts\" rel=\"nofollow ugc\">Template Documentation for the \u003Ccode>get_posts\u003C\u002Fcode> function\u003C\u002Fa>: use this with \u003Ccode>[wpms-posts]\u003C\u002Fcode> and \u003Ccode>[wpms-categories-posts]\u003C\u002Fcode> shortcodes\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fwp_list_categories\" rel=\"nofollow ugc\">Template Documentation for the \u003Ccode>wp_list_categories\u003C\u002Fcode> function\u003C\u002Fa>: use this with \u003Ccode>[wpms-categories-posts]\u003C\u002Fcode> shortcode\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Custom\u003C\u002Fh4>\n\u003Cp>In addition, for the \u003Ccode>[wpms-posts]\u003C\u002Fcode> shortcode, you can set another two params:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>\u003Cstrong>‘title_li’\u003C\u002Fstrong>\u003C\u002Fem>: (string) the title and style of the outer list item. Defaults to “Posts”. If empty, the title will be not displayed.\u003C\u002Fli>\n\u003Cli>\u003Cem>\u003Cstrong>‘style’\u003C\u002Fstrong>\u003C\u002Fem>: style to display the categories list. The value ‘list’ displays the categories as list items while empty value generates no special display method (the list items are separated by \u003Ccode>\u003Cbr>\u003C\u002Fcode> tags). The default value is list (creates list items for an unordered list). \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For the latest information visit the website: \u003Ca href=\"http:\u002F\u002Fcode.google.com\u002Fp\u002Fwp-multilingual-sitemap\u002F\" title=\"Wordpress Multilingual Sitemap\" rel=\"nofollow ugc\">http:\u002F\u002Fcode.google.com\u002Fp\u002Fwp-multilingual-sitemap\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Follow us on Twitter\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Ftwitter.com\u002Falvarodp\" rel=\"nofollow ugc\">http:\u002F\u002Ftwitter.com\u002Falvarodp\u003C\u002Fa>\u003C\u002Fp>\n","Allows creating complete multilingual sitemaps of your entire blog.",300,14313,80,3,"2010-09-23T12:36:00.000Z","3.0.5","2.8","",[82,21,83,22,23],"categories","posts","http:\u002F\u002Fcode.google.com\u002Fp\u002Fwp-multilingual-sitemap\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-multilingual-sitemap.0.1.zip",{"slug":87,"name":88,"version":89,"author":90,"author_profile":91,"description":92,"short_description":93,"active_installs":26,"downloaded":94,"rating":26,"num_ratings":95,"last_updated":96,"tested_up_to":97,"requires_at_least":97,"requires_php":80,"tags":98,"homepage":101,"download_link":102,"security_score":37,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"simple-hierarchical-sitemap","Simple Hierarchical Sitemap","1.2","LordPretender","https:\u002F\u002Fprofiles.wordpress.org\u002Flordpretender\u002F","\u003Cp>By using a shortcode or PHP function, this plugin generates and HTML Code which is displayed in your page or anywhere you want.\u003Cbr \u002F>\nIt displays pages and posts sorted hierarchically in their categories.\u003C\u002Fp>\n\u003Cp>The generated page will give an easy navigation for your users and is SEO user frendly.\u003C\u002Fp>\n\u003Ch3>Configuration\u003C\u002Fh3>\n\u003Cp>The shortcode \u003Ccode>[simple_hierarchial_sitemap]\u003C\u002Fcode> has optional parameters :\u003C\u002Fp>\n\u003Cul>\n\u003Cli>exclude : with this one, you can list posts (or pages) ID you don’t want to be displayed (example : [simple_hierarchial_sitemap exclude=445,446]).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Parameters can be used together.\u003C\u002Fp>\n","Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog...",5184,2,"2013-12-11T20:38:00.000Z","3.6.1",[4,21,99,100,23],"pages-list","seo","http:\u002F\u002Fwww.my-wp-plugins.com\u002FForum-simple-hierarchical-sitemap.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-hierarchical-sitemap.1.2.zip",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":26,"num_ratings":113,"last_updated":114,"tested_up_to":115,"requires_at_least":116,"requires_php":80,"tags":117,"homepage":121,"download_link":122,"security_score":37,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"sitemap-simple","Sitemap simple","1.3","Abhay","https:\u002F\u002Fprofiles.wordpress.org\u002Fabhay-raj\u002F","\u003Cp>This plugin will create a Sitemap for pages. Use the shortcode “\u003Ccode>[sitemap_simple]\u003C\u002Fcode>” to render the sitemap.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>easy to install\u003C\u002Fli>\n\u003Cli>Add ID and class.\u003C\u002Fli>\n\u003Cli>Exclude multiple pages.\u003C\u002Fli>\n\u003Cli>Exclude Single pages.\u003C\u002Fli>\n\u003Cli>Grand Children of the current page.\u003C\u002Fli>\n\u003Cli>Children of the current page.\u003C\u002Fli>\n\u003Cli>Easy to use with shortcode.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cp>This plugin requires PHP 5 or PHP 7 and WordPress 3.0 or greater. It works in standard WordPress environments. It is strongly recommended to use WordPress in the newest version.\u003C\u002Fp>\n\u003Ch4>Contact\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>If you have any suggestion, feel free to email me at abhayrajmca@gmail.com, info@wordpressoutsourcingpartners.com.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How to display sitemap\u003C\u002Fh3>\n\u003Cp>Using Shortcode, copy and paste this shortcode to view the sitemap\u003Cbr \u002F>\n    [sitemap_simple]\u003C\u002Fp>\n\u003Cp>Using shortcode to add a class.\u003Cbr \u002F>\n    [sitemap_simple class=”example”]\u003C\u002Fp>\n\u003Cp>Using shortcode to add a ID.\u003Cbr \u002F>\n    [sitemap_simple id=”example”]\u003C\u002Fp>\n\u003Cp>Using shortcode to exclude Single pages.\u003Cbr \u002F>\n    [sitemap_simple exclude=”21″]\u003C\u002Fp>\n\u003Cp>Using shortcode to exclude multiple pages.\u003Cbr \u002F>\n    [sitemap_simple exclude=”21,29,25″]\u003C\u002Fp>\n\u003Cp>Using shortcode to show only children and grandchildren of the current page.\u003Cbr \u002F>\n    [sitemap_simple depth=2 child_of=CURRENT]\u003C\u002Fp>\n","This plugin will create a Sitemap for pages. Use the shortcode \"[sitemap_simple]\" to render the sitemap.",70,5540,1,"2020-09-01T09:33:00.000Z","5.5.18","3.0",[4,118,23,119,120],"simple-sitemap","sitemap-for-pages","wordpress","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsitemap-simple\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsitemap-simple.zip",{"slug":124,"name":125,"version":68,"author":126,"author_profile":127,"description":128,"short_description":129,"active_installs":51,"downloaded":130,"rating":131,"num_ratings":113,"last_updated":80,"tested_up_to":132,"requires_at_least":133,"requires_php":80,"tags":134,"homepage":136,"download_link":137,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":138},"customize-sitemap","Customize Sitemap","rsjeyakumar","https:\u002F\u002Fprofiles.wordpress.org\u002Frsjeyakumar\u002F","\u003Cp>Customize sitemap Give  you the real website sitemap features\u003C\u002Fp>\n\u003Cp>Simply insert the following shortcode onto a page or a post:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[customize-sitemap]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The plugin adds wrapper functions around the WordPress wp_list_pages function.  You can configure the plugin via shortcode.  Settings included are:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>sort_column\nsort_order\nexclude\ninclude\ndepth\nchild_of\nmeta_key\nmeta_value\nauthors\nnumber\noffset\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more information on how to use the settings, see the \u003Ccode>wp_list_pages\u003C\u002Fcode> function (https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fwp_list_pages)\u003C\u002Fp>\n\u003Ch3>Contributors\u003C\u002Fh3>\n\u003Cp>rsjeyakumar – Plugin Author\u003C\u002Fp>\n\u003Ch3>Follow us on Twitter\u003C\u002Fh3>\n\u003Cp>[http:\u002F\u002Ftwitter.com\u002Frsjyekaumar]\u003C\u002Fp>\n","Customize sitemap Give  you the real website sitemap features",4606,20,"3.7.41","2.7.0",[135,21,83,22,23],"html","http:\u002F\u002Fwww.techhunts.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustomize-sitemap.0.2.zip","2026-03-15T10:48:56.248Z",{"attackSurface":140,"codeSignals":156,"taintFlows":163,"riskAssessment":164,"analyzedAt":172},{"hooks":141,"ajaxHandlers":142,"restRoutes":143,"shortcodes":144,"cronEvents":155,"entryPointCount":76,"unprotectedCount":27},[],[],[],[145,149,152],{"tag":4,"callback":146,"file":147,"line":148},"html_sitemap_shortcode_handler","html-sitemap.php",136,{"tag":150,"callback":146,"file":147,"line":151},"htmlsitemap",137,{"tag":153,"callback":146,"file":147,"line":154},"html_sitemap",138,[],{"dangerousFunctions":157,"sqlUsage":158,"outputEscaping":160,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":162},[],{"prepared":27,"raw":27,"locations":159},[],{"escaped":63,"rawEcho":27,"locations":161},[],[],[],{"summary":165,"deductions":166},"The \"html-sitemap\" plugin version 1.3.9 exhibits a generally strong security posture based on the provided static analysis.  The absence of dangerous functions, SQL queries, file operations, and external HTTP requests are all positive indicators.  Furthermore, the perfect score for output escaping and the lack of any recorded vulnerabilities in its history suggest a commitment to secure coding practices or, at the very least, a lack of previously discovered exploitable flaws. The plugin's attack surface is limited to three shortcodes, none of which are identified as unprotected, which is a good practice.",[167,169],{"reason":168,"points":51},"Missing capability checks on entry points",{"reason":170,"points":171},"Missing nonce checks on entry points",8,"2026-03-16T17:36:54.970Z",{"wat":174,"direct":179},{"assetPaths":175,"generatorPatterns":176,"scriptPaths":177,"versionParams":178},[],[],[],[],{"cssClasses":180,"htmlComments":181,"htmlAttributes":182,"restEndpoints":183,"jsGlobals":184,"shortcodeOutput":185},[],[],[],[],[],[186,187,188,189],"\u003Cul","\u003Col type=\"","\u003C\u002Ful>","\u003C\u002Fol>"]