=== Plugin Name ===
Contributors: Joerg Schueler
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=schueler%40tionet%2ede&item_name=WpJsListPageShortCode%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8
Tags: shortcodes, treepages, pages, list pages, child pages, parent pages, subpages, pagelist
Requires at least: 2.8
Tested up to: 3.01
Stable tag: 1.21

Give you the posibility easily dispaying a list of pages by typing the simple shortcodes [tree-pages], [list-pages] and [child-pages].

== Description ==
Support for [tree-pages], [list-pages] and [child-pages] shortcodes in your posts or pages to display all child and/or parent pages. The shortcodes accept all parameters available for (http://codex.wordpress.org/Template_Tags/wp_list_pages) function.

**Usage**

List of all pages with the same parents: [tree-pages]
List of all pages: [list-pages]
List of all pages sorted by title: [list-pages sort_column="post_title"]
List of pages but exclude some page by ID: [list-pages exclude="64,128,233"]
List of child pages exclude one page by ID: [child-pages exclude=64]

== Installation ==

1. Download and unzip the last version of this plugin.
2. Upload the wp-js-list-pages-shortcodes folder to ./wp-content/plugins/
3. Go to WP Admin panel > Plugins > activate "WP Js List Pages Shortcodes"

== Frequently Asked Questions ==

== Screenshots ==

== Changelog ==

= 1.0 =
* first release

= 1.1 =
* fixed a bug with "sort_order".

= 1.2 =
* added number and offset support

= 1.21 =
* fixed a bug with "include" parameter.