Title: WP Simple HTML Sitemap
Author: Ashish Ajani
Published: <strong>31 d'agost de 2018</strong>
Last modified: 25 de febrer de 2026

---

Cerca extensions

![](https://ps.w.org/wp-simple-html-sitemap/assets/banner-772x250.jpg?rev=3357935)

![](https://ps.w.org/wp-simple-html-sitemap/assets/icon-256x256.png?rev=1933627)

# WP Simple HTML Sitemap

 Per [Ashish Ajani](https://profiles.wordpress.org/ashishajani/)

[Baixa](https://downloads.wordpress.org/plugin/wp-simple-html-sitemap.3.8.zip)

 * [Detalls](https://ca.wordpress.org/plugins/wp-simple-html-sitemap/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/wp-simple-html-sitemap/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/wp-simple-html-sitemap/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/wp-simple-html-sitemap/#developers)

 [Suport](https://wordpress.org/support/plugin/wp-simple-html-sitemap/)

## Descripció

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.

#### Features Overview

 * Easy to install and configure
 * Offers wide variety of settings for pages and posts
 * Helpful in SEO as Google still values the HTML sitemap
 * Provides options to generate shortcode and use on any page or post
 * Allows interlinking pages and post easily
 * Allows saving generated short code for the reuse

#### Page shortcode example and parameters

Here is an example of shortcode to generate HTML Sitemap for pages

    ```
    [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"]
    ```

Explanation of parameters:

 * post_type=»page» – This shortcode will generate HTML sitemap of pages
 * name=»Page Sitemap» – You can specify sitemap heading (title)
 * order_by=»title» – Pages will be ordered by title alphabetically in ascending
   order
 * order=»asc» – Values can be asc or desc
 * child_of=»» – To specify the parent page by adding parent page ID
 * show_image=»true» – A small image of all pages will be included, if it is not
   available then placeholder image will be shown
 * image_width=»30″ – Images will be 30 pixels wider
 * image_height=»30″ – Height of the image will be 30 pixels
 * content_limit=»140″ – Excerpt will be included under the post title with maximum
   140 characters
 * show_date=»true» – The date will appear for all items in the sitemap
 * date=»created» – Date when the page was created
 * date_format=»F j, Y» – How the date will appear (in this case it will be like
   June 29, 2018)
 * layout=»single-column» – To show the sitemap in single column or in two columns
 * position=»left» – For two-columns, you can choose to show sitemap in left or 
   right column
 * horizontal=»true» – This will generate sitemap having horizontal view
 * separator=» |» – Allows to add separator like ‘|’ or ‘/’ or ‘\’
 * exclude=»100,122,155″ – Comma separated list of post IDs to exclude from the 
   sitemap.

#### Post shortcode example and parameters

Here is an example of shortcode to generate HTML Sitemap for posts

    ```
    [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"]
    ```

Explanation of parameters:

 * post_type=»post» – This shortcode will generate HTML sitemap of posts
 * name=»Post Sitemap» – You can specify sitemap heading (title)
 * order_by=»title» – Posts will be ordered by title alphabetically in ascending
   order
 * show_image=»true» – A small image of all pages will be included, if it is not
 * image_width=»30″ – Images will be 30 pixels wider
 * image_height=»30″ – Height of the image will be 30 pixels
 * content_limit=»140″ – Excerpt will be included under the post title with maximum
   140 characters
 * show_date=»true» – The date will appear for all items in the sitemap
 * date=»created» – Date when the page was created
 * date_format=»F j, Y» – How the date will appear (in this case it will be like
   June 29, 2018)
 * layout=»full» – To show the sitemap in full page or in half view
 * position=»left» – For half layout, you can choose to show sitemap in left or 
   right column
 * taxonomy=»category» – To include custom taxonomy
 * terms=»wordpress-plugins» – To include term of the custom taxonomy
 * horizontal=»true» – This will generate sitemap having horizontal view
 * separator=» |» – Allows to add separator like ‘|’ or ‘/’ or ‘\’
 * exclude=»100,122,155″ – Comma separated list of post IDs to exclude from the 
   sitemap.

_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._

If you like learn more about shortcode parameters and other configuration options
available at admin area, please take a look at here [Simple HTML Sitemap Plugin](https://freelancer-coder.com/wp-simple-html-sitemap-plugin)

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 [https://freelancer-coder.com/contact-wordpress-developer/](https://freelancer-coder.com/contact-wordpress-developer/)

## Captures

[⌊Page Sitemap Configuration Options⌉⌊Page Sitemap Configuration Options⌉[

Page Sitemap Configuration Options

[⌊Post Sitemap Configuration Options⌉⌊Post Sitemap Configuration Options⌉[

Post Sitemap Configuration Options

[⌊Documentation With Shortcode Overview⌉⌊Documentation With Shortcode Overview⌉[

Documentation With Shortcode Overview

[⌊Page Sitemap⌉⌊Page Sitemap⌉[

Page Sitemap

[⌊Post Sitemap⌉⌊Post Sitemap⌉[

Post Sitemap

[⌊Sitemap With Horizontal View⌉⌊Sitemap With Horizontal View⌉[

Sitemap With Horizontal View

[⌊Two Column Layout Sitemap⌉⌊Two Column Layout Sitemap⌉[

Two Column Layout Sitemap

[⌊Page Sitemap With Image, Excerpt And Date⌉⌊Page Sitemap With Image, Excerpt And
Date⌉[

Page Sitemap With Image, Excerpt And Date

[⌊Post Sitemap With Image, Excerpt And Date⌉⌊Post Sitemap With Image, Excerpt And
Date⌉[

Post Sitemap With Image, Excerpt And Date

[⌊CPT And Taxonomy Sitemap⌉⌊CPT And Taxonomy Sitemap⌉[

CPT And Taxonomy Sitemap

[⌊Category Sitemap⌉⌊Category Sitemap⌉[

Category Sitemap

## Instal·lació

Installation process is very simple for Simple HTML Sitemap Plugin. Ways to install
plugin:

#### Installation with FTP:

    ```
      1. Download Simple HTML Sitemap Plugin.
      2. Extract plugin.
      2. Upload Simple HTML Sitemap Plugin directory to the '/wp-content/plugins/' directory.
      3. Go to Plugins option from left menu and activate 'Simple HTML Sitemap' plugin from the list.
    ```

#### Installation with Upload method via WordPress admin panel:

    ```
      1. Download Simple HTML Sitemap Plugin.
      2. Go to plugins page by clicking on Plugins menu item from left menu.
      3. Click on 'Add New' option.
      4. Upload the plugin and activate.
    ```

## PMF

### Support available?

Yes, I will provide support for any of the query, please allow 48 hours to get back
to you.

### I’ve noticed a bug, what should I do now?

Share details about issue/bug via plugin support option or reach at me through my
portfolio website [http://freelancer-coder.com](http://freelancer-coder.com).

## Ressenyes

![](https://secure.gravatar.com/avatar/7c24e67d0f631809a8f0ee57de3bcf0b86232f2174f90ed9e2745fa82b2c2fe9?
s=60&d=retro&r=g)

### 󠀁[Perfect – no fuss, no bloat, just a simple sitemap plugin.](https://wordpress.org/support/topic/perfect-no-fuss-no-bloat-just-a-simple-sitemap-plugin/)󠁿

 [waxaddict3](https://profiles.wordpress.org/waxaddict3/) 1 de setembre de 2024

Perfect plugin – simple, does what it says with no problems or messing around. Thanks
for making it!

![](https://secure.gravatar.com/avatar/98cc3d9bc28faaf17749dd18d698f90561152fa9b2485864ffda8737b40e6e1c?
s=60&d=retro&r=g)

### 󠀁[Does exactly what it says it does](https://wordpress.org/support/topic/does-exactly-what-it-says-it-does-48/)󠁿

 [mccremarc](https://profiles.wordpress.org/mccremarc/) 14 de març de 2024

Really easy to use. There is no hidden features that you can’t access because you
have to pay. This is just a good honest plugin that works and really helps. Thank
you!

![](https://secure.gravatar.com/avatar/628acae47759cddb5117de304f3e6ba62b3af38e921bd2188c44b7a34887fdce?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-9036/)󠁿

 [evolute2](https://profiles.wordpress.org/evolute2/) 23 de febrer de 2024

Enfin un plugin simple à mettre en œuvre, efficace, rationnel et même gratuit ! 
Bravo au développeur et merci à lui, je suis enchanté. Il y a même la possibilité–
et cela très simplement – de rajouter des images en un clic aux liens automatiquement
créés !

![](https://secure.gravatar.com/avatar/917455b38a51871141f9fee6071fbf939e03207ee3079cd19e9df65a34b095f0?
s=60&d=retro&r=g)

### 󠀁[I’m glad I found this plugin…](https://wordpress.org/support/topic/im-glad-i-found-this-plugin-3/)󠁿

 [laerpel](https://profiles.wordpress.org/laerpel/) 17 de desembre de 2020

…because I’ve searched for a html sitemap for quite some time already. Is has really
a lot of useful options and a shortcode generator. It is also very easy to use. 
Recommendation!

![](https://secure.gravatar.com/avatar/944760b9ecbde61bafbd1ad05b50508961106fde0c415b2346719849b2c0b4ca?
s=60&d=retro&r=g)

### 󠀁[Лучший плагин для Html карты сайта](https://wordpress.org/support/topic/%d0%bb%d1%83%d1%87%d1%88%d0%b8%d0%b9-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-%d0%b4%d0%bb%d1%8f-html-%d0%ba%d0%b0%d1%80%d1%82%d1%8b-%d1%81%d0%b0%d0%b9%d1%82%d0%b0/)󠁿

 [frozengrob](https://profiles.wordpress.org/frozengrob/) 13 de desembre de 2020

Попробовал множество плагинов для построения карты сайты. Это реально топ, так ещё
и бесплатно.

![](https://secure.gravatar.com/avatar/0543020670c5824ec41fa51f94c34b2e3061e6c0568513617e2bf47bd80adb4d?
s=60&d=retro&r=g)

### 󠀁[Simple and easy](https://wordpress.org/support/topic/simple-and-easy-391/)󠁿

 [tomkey55](https://profiles.wordpress.org/tomkey55/) 29 de abril de 2020

Working great and easy. Only one/two column selection doesn´t work.

 [ Llegiu totes les 10 ressenyes ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/)

## Col·laboradors i desenvolupadors

«WP Simple HTML Sitemap» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Ashish Ajani ](https://profiles.wordpress.org/ashishajani/)

[Traduïu «WP Simple HTML Sitemap» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/wp-simple-html-sitemap)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/wp-simple-html-sitemap/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/wp-simple-html-sitemap/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/wp-simple-html-sitemap/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/wp-simple-html-sitemap/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 3.8

 * Resolved a warning related to time function

#### 3.7

 * Resolved issues pointed out by WordPress plugin review team.
 * Issues including Internationalization standards, Sanitized-Escaped-Validated 
   data, used proper escaping, disallowed direct file access, etc…

#### 3.6

 * Resolved issues pointed out by WordPress plugin review team.
 * Issues including Internationalization standards, Sanitized-Escaped-Validated 
   data, used proper escaping, disallowed direct file access, etc…

#### 3.5

 * Updated plugin name to resolve trademark violation.
 * Resolved vulnerability issues, updated security, and tested with the latest version.

#### 3.4

 * Resolved vulnerability issues, updated security, and tested with the latest version.

#### 3.3

 * Removed unauthenticated AJAX actions to resolve broken access control vulnerability.
 * Resolve an crtical error when no posts or pages found.

#### 3.2

 * Updated security standards
 * Added ability to define limit of items to include in sitemap
 * Added an option to allow website admin to disable the default css of the plugin

#### 3.1

 * Removed unwanted error logs

#### 3.0

 * Resolve an issue related to exclude parameter

#### 2.9

 * Updated security standards.

#### 2.8

 * Resolved vulnerability issues, updated security, and tested with the latest version.

#### 2.7

 * Resolved issue of post shortcode and improve security

#### 2.6

 * Resolved vulnerability issue and Updated security.

#### 2.5

 * Resolved vulnerability issue and tested with the latest release of WordPress.

#### 2.4

 * Updated security.

#### 2.3

 * Updated security and resolved the vulnerability issue.

#### 2.2

 * Tested with the latest release of WordPress.

#### 2.0

 * Resolved an error and made the plugin compatible with PHP 8.
 * Corrected menu item image
 * Added a placeholder image to show on listing page
 * Added ability to order by ascending or descending
 * Added an option to save the generated short-code

#### 1.0

 * Initial release of this plugin

## Meta

 *  Versió **3.8**
 *  Darrera actualització **fa 4 mesos**
 *  Instal·lacions actives **3.000+**
 *  Versió del WordPress ** 6.0 o posterior **
 *  Provada fins a **6.9.4**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-simple-html-sitemap/)
 * Etiqueta
 * [sitemap](https://ca.wordpress.org/plugins/tags/sitemap/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/wp-simple-html-sitemap/advanced/)

## Valoracions

 4.9 sobre 5 estrelles.

 *  [  9 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/?filter=5)
 *  [  1 valoració de 4 estrelles     ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/wp-simple-html-sitemap/reviews/)

## Col·laboradors

 *   [ Ashish Ajani ](https://profiles.wordpress.org/ashishajani/)

## Suport

Problemes resolts durant els darrers dos mesos:

     0 de 3

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/wp-simple-html-sitemap/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](http://freelancer-coder.com)