=== Site Sitemap ===
Contributors: jartes, artesans
Tags: sitemap
Requires at least: 3.7
Tested up to: 3.8.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add a complete list of all posts in any page by [site-sitemap] shortcode. Atts: 'post_type', 'per_page'.

== Description ==

Add a complete list of all posts in any page by [site-sitemap] shortcode. Atts: 'post_type', 'per_page'. Example: <code>[site-sitemap post_type="post, page" per_page="20"]</code>

== Installation ==

1. Upload the plugin folder into to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place [site-sitemap] inside your post or page content area


== Frequently Asked Questions ==

= How can I change the number of posts showed? =

Just add the 'per_page' attribute on the shortcode like: <code>[site-sitemap per_page="50"]</code>

= How can I change the post type showed= =

Just add the 'post_type' attribute on the shortcode like: <code>[site-sitemap post_type="post"]</code> or <code>[site-sitemap post_type="post, page"]</code>

== Changelog ==

= 1.0 =
* First Version


== Upgrade Notice ==

= 1.0 =
Firt version of the plugin 