Title: WP Multilingual Sitemap
Author: adiaz
Published: <strong>Gwynngala 23, 2010</strong>
Last modified: Gwynngala 23, 2010

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-multilingual-sitemap.svg)

# WP Multilingual Sitemap

 By [adiaz](https://profiles.wordpress.org/adiaz/)

[Download](https://downloads.wordpress.org/plugin/wp-multilingual-sitemap.0.1.zip)

 * [Details](https://cor.wordpress.org/plugins/wp-multilingual-sitemap/#description)
 * [Reviews](https://cor.wordpress.org/plugins/wp-multilingual-sitemap/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/wp-multilingual-sitemap/#installation)
 * [Development](https://cor.wordpress.org/plugins/wp-multilingual-sitemap/#developers)

 [Support](https://wordpress.org/support/plugin/wp-multilingual-sitemap/)

## Description

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

#### CMS Features

 * Sitemap settings are set through a **shortcode** added in a post or page
 * Support for pages, posts and custom posts
 * Support for native WordPress functions parameters
 * No data added to the database

#### Multilingual Features

 * **WPML translations fully compatible**
 * Display sitemaps in different languages without changing the shortcodes
 * Built-in plugin localization without .mo files

#### Accesibility Features

 * Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0
 * HTML5 validation

### Examples

Here you can find some examples of use:

#### Sitemap Pages (`[wpms-pages]`)

 * Display pages with a depth limit of 2 and exclude page ID 25
 *     ```
       [wpms-pages depth=2 exclude=25]
       ```
   
 * Display pages with only children and grandchildren of the current page
 *     ```
       [wpms-pages child_of=CURRENT]
       ```
   
 * Display pages with the page modified date and pages sorted by the menu order 
   number.
 *     ```
       [wpms-pages show_date=modified sort_column=menu_order]
       ```
   

#### Sitemap Posts ([wpms-posts])

 * Display 3 posts from a category with ID 50 ordered by title
 *     ```
       [wpms-posts category=50 numberposts=3 orderby=title]
       ```
   
 * Display all private custom ‘movie’ posts with the list title “Movies”
 *     ```
       [wpms-posts post_type=movie post_status=private title_li=Movies]
       ```
   
 * Display posts in all languages (WPML)
 *     ```
       [wpms-posts suppress_filters=1]
       ```
   

#### Sitemap Posts by Categories ([wpms-categories-posts])

 * Display posts of just 5 categories
 *     ```
       [wpms-categories-posts number=5]
       ```
   
 * Display posts of only top categories
 *     ```
       [wpms-categories-posts depth=1]
       ```
   
 * Display posts of categories whose parent’s category ID is 40
 *     ```
       [wpms-categories-posts child_of=40]<h3>Available Parameters</h3>
       ```
   

#### Codex

 * [Template Documentation for the `wp_list_pages` function](https://codex.wordpress.org/Function_Reference/wp_list_pages):
   use this with `[wpms-pages]` shortcode
 * [Template Documentation for the `get_posts` function](https://codex.wordpress.org/Template_Tags/get_posts):
   use this with `[wpms-posts]` and `[wpms-categories-posts]` shortcodes
 * [Template Documentation for the `wp_list_categories` function](https://codex.wordpress.org/Template_Tags/wp_list_categories):
   use this with `[wpms-categories-posts]` shortcode

#### Custom

In addition, for the `[wpms-posts]` shortcode, you can set another two params:

 * _**‘title\_li’**_: (string) the title and style of the outer list item. Defaults
   to “Posts”. If empty, the title will be not displayed.
 * _**‘style’**_: 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 `<br>` tags). The default value is list (creates
   list items for an unordered list).

For the latest information visit the website: [http://code.google.com/p/wp-multilingual-sitemap/](http://code.google.com/p/wp-multilingual-sitemap/)

### Follow us on Twitter

[http://twitter.com/alvarodp](http://twitter.com/alvarodp)

## Screenshots

 * [[
 * Shortcodes in the editor (WPML not installed)
 * [[
 * Plugin running in the Twentyten WordPress theme (WPML not installed)
 * [[
 * Shortcodes in the editor – English (WPML installed)
 * [[
 * Plugin running in the Twentyten WordPress theme – English (WPML installed)
 * [[
 * Shortcodes in the editor – Galician (WPML installed)
 * [[
 * Plugin running in the Twentyten WordPress theme – Galician (WPML installed)

## Installation

 1. Upload the entire directory from the downloaded zip file into the /wp-content/plugins/
    folder.
 2. Activate the “WordPress Multilingual Sitemap” plugin through the ‘Plugins’ menu
    in WordPress.
 3. Add the shortcode(s) to the page(s) / post(s) of your choice.

## FAQ

  There are no questions yet.

## Reviews

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

### 󠀁[Broke my site](https://wordpress.org/support/topic/broke-my-site-125/)󠁿

 [cabral03](https://profiles.wordpress.org/cabral03/) Meurth 13, 2017

It didn´t work, had to delete the plugin trough FTP since it locked me out of my
admin panel. For instance, 1332 errors were generated.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/)

## Contributors & Developers

“WP Multilingual Sitemap” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ adiaz ](https://profiles.wordpress.org/adiaz/)

[Translate “WP Multilingual Sitemap” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-multilingual-sitemap)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-multilingual-sitemap/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-multilingual-sitemap/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-multilingual-sitemap/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-multilingual-sitemap/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

Release Notes for WordPress Multilingual Sitemap

#### v0.1 (2010-09-20)

    ```
    [+] Initial release of WordPress Multilingual Sitemap plugin.
    ```

## Meta

 *  Version **0.1**
 *  Last updated **16 years ago**
 *  Active installations **300+**
 *  WordPress version ** 2.8 or higher **
 *  Tested up to **3.0.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-multilingual-sitemap/)
 * Tags
 * [categories](https://cor.wordpress.org/plugins/tags/categories/)[pages](https://cor.wordpress.org/plugins/tags/pages/)
   [posts](https://cor.wordpress.org/plugins/tags/posts/)[shortcode](https://cor.wordpress.org/plugins/tags/shortcode/)
   [sitemap](https://cor.wordpress.org/plugins/tags/sitemap/)
 *  [Advanced View](https://cor.wordpress.org/plugins/wp-multilingual-sitemap/advanced/)

## Ratings

 4 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/wp-multilingual-sitemap/reviews/)

## Contributors

 *   [ adiaz ](https://profiles.wordpress.org/adiaz/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-multilingual-sitemap/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://code.google.com/p/wp-multilingual-sitemap/)