=== Include === Contributors: mflynn Tags: shortcodes, posts, pages, the loop, include, include other post, include other pages, Requires at least: 3.8.1 Tested up to: 3.8.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A shortcode that includes other posts / pages with no nesting of the shortcode, to allow for multiple pages to call each other so that they display their chunks in different orders. == Description == A shortcode that includes other posts / pages with no nesting of the shortcode, to allow for multiple pages to call each other so that they display their chunks in different orders. **Requires PHP version 5.3.0 or Higher** `[include id="XXX" show_title="true" title_wrapper="h2" recursion="weak" ]` Recursion options: * strict: only show first page, do not run `[include]` if it's included * weak: only filter out shortcodes with the same id as the current shortcode to prevent infinate loops == Installation == 1. Upload `include-shortcode` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress