=== Child Pages Shortcode === Contributors: miyauchi Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8RADH554RPKDU Tags: shortcode Requires at least: 3.2 Tested up to: 3.2 Stable tag: 0.4.0 You can use shortcode for display child pages from the page. == Description == You can use shortcode for display child pages from the page. [This plugin maintained on GitHub.](https://github.com/miya0001/child-pages-shortcode) = Some features = * This plugin will add shortcode `[child_pages]` display child pages. * You can customize default HTML template on your plugin. * This plugin will be able to "excerpt" to the pages. = Example = Display child pages of the current page. `[child_pages width="33%"]` = Args = * id - ID of page (Optional) * size - Post thumbnail size. e.g. 'thumbnail' or 'large' * width - width of block for child pages. = filter hooks example = Filter for default template. `%post_thumb%'; } ?>` Filter for stylesheet URI. `` Default Template `
%post_thumb%

%post_title%

%post_excerpt%
` Template valiables * %post_id% - ID of the Page * %width% - Width of block for single page * %post_url% - Page permalink * %post_thumb% - for Post thubmail * %post_title% - Page title * %post_excerpt% - Page excerpt = Support = * http://wpist.me/wp/child-pages-shortcode/ (en) * http://firegoby.theta.ne.jp/wp/child-pages-shortcode (ja) = Contributors = * [Takayuki Miyauchi](http://wpist.me/) == Installation == * A plug-in installation screen is displayed on the WordPress admin panel. * It installs it in `wp-content/plugins`. * The plug-in is made effective. == Changelog == = 0.4.0 = * add `add_post_type_support("page", "excerpt");` = 0.3.0 = * Adapt to no-image. = 0.1.0 = * The first release. == Credits == This plug-in is not guaranteed though the user of WordPress can freely use this plug-in free of charge regardless of the purpose. The author must acknowledge the thing that the operation guarantee and the support in this plug-in use are not done at all beforehand. == Contact == * http://wpist.me/ * [@wpist_me](https://twitter.com/#!/wpist_me)