
Shortcodes in the editor (WPML not installed)
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.
Here you can find some examples of use:
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]
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]
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]Available Parameters
wp_list_pages function: use this with [wpms-pages] shortcodeget_posts function: use this with [wpms-posts] and [wpms-categories-posts] shortcodeswp_list_categories function: use this with [wpms-categories-posts] shortcodeIn addition, for the [wpms-posts] shortcode, you can set another two params:
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/