Plugin info

Total downloads: 6,228
Active installs: 200
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/16/2017 (3089 days ago)
Added to WordPress: 5/15/2016 (9 years old)
Minimum WordPress version: 2.7.0
Tested up to WordPress version: 4.8.25
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3089 days ago • 2 reviews

22/100

Is WP Html Page Sitemap abandoned?

Possibly abandoned (last update 3089 days ago).

Compatibility

Requires WordPress: 2.7.0
Tested up to: 4.8.25
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Sitemap with woocommerce
Rating 4.5/5 (4 reviews)Active installs 100
Easy Sitemap
Rating 0.0/5 (0 reviews)Active installs 10
Advanced Sitemap Generator
Rating 4.3/5 (8 reviews)Active installs 500
EAS Sitemap Generator
Rating 5.0/5 (1 reviews)Active installs 10

Description

Description

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:

sort_column
sort_order
exclude
include
depth
child_of
meta_key
meta_value
authors
number
offset
post_type
post_status

Examples

  • Simple exameple.

    [SITEMAP]

  • Simple exameple with argument.

[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=”” ]

Parameter Description:

  • ‘id’: Adds id to
      like
      • ‘class’: Adds classes to
          like
          • ‘clield_of’: Display only the sub-pages of a single page by ID. Default 0 (all pages).
          • ‘authors’: (string) Comma-separated list of author IDs. Default empty (all authors).
          • date_format’: (string) PHP date format to use for the listed pages. Relies on the ‘show_date’ parameter. Default is the value of ‘date_format’ option.
          • ‘depth’: (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.
          • ‘echo’: (bool) Whether or not to echo the list of pages. Default true.
          • ‘exclude’: (string) Comma-separated list of page IDs to exclude.
          • ‘include’: (array) Comma-separated list of page IDs to include.
          • ‘link_after’: (string) Text or HTML to follow the page link label. Default null.
          • ‘link_before’: (string) Text or HTML to precede the page link label. Default null.
          • ‘post_type’: (string) Post type to query for. Default ‘page’.
          • ‘post_status’: (string) Comma-separated list of post statuses to include. Default ‘publish’.
          • ‘show_date’: (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.
          • ‘sort_column’: (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’.
          • ‘title_li’: (string) List heading. Passing a null or empty value will result in no heading, and the list will not be wrapped with unordered list
              tags. Default ‘Pages’.

Installation

Plugin easy to install.

e.g.

  • Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  • Activate the plugin through the ‘Plugins’ screen in WordPress
  • Create a page.
  • Past these shortcode in to page.

Frequently Asked Questions

Installation Instructions

Plugin easy to install.

e.g.

  • Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  • Activate the plugin through the ‘Plugins’ screen in WordPress
  • Create a page.
  • Past these shortcode in to page.

We can use custom post type and post in sitemap

Yes, Go to Setting and click on “HTML Site Map” and checked CPT and post which you wont to list in site map.

We can exclude post or page from site map

Yes, Put comma(,) separated post and page id in Field “Exclude post from site map”.

Review feed

Review Rights (Pa1)
2/6/2018

Its support latest version 4.9 of wordpress

I have tested this pluing working on latest version of wordpress.

Screenshots

  1. Page list view

    Page list view

  2. Site map option page.

    Site map option page.

Changelog

2.1

  • Include all post type in site map.

2.0

  • new version update

1.0

  • First stable release.