Improved Include Page is an expanded version of the original Include Page developed by Brent Loertscher and it was developed to add some features I needed.
Key Features
- page title display with optional HTML code,
- content display with different styles (full, teaser, custom ‘more’ link),
- Wordpress filters applied to both the content and the title,
- supports Wordpress 2.5.x Shortcode API
Version Notes (0.4.5)
- Page ID can be a valid page path (WP 2.1 or higher required) with
contribution by Guy Leech.
Version notes (0.4.4)
- Added parameter $return (default = false) to iinclude_page() function
- Added support for WP 2.5.x shortcode API
Version notes (0.4.3)
The code of this version it's been cleaned and optimized using WordPress API.
Version notes (0.4.2)
This version fixes a bug that triggers an error when used with some content filter: the $page global variable is backed up and then restored before returning.
Version notes (0.4.1)
This version contains a bug fix by Jesse Plank: resolves a compatibility problem with the plugin EventCalendar.