Static Page eXtended

Inline PHP in posts and pages. Posts and pages can redirect based on category,
id and title. Pages may be replaced by external php scripts. Pages and

Author:Stephen Ingram (profile at wordpress.org)
WordPress version required:1.5
WordPress version tested:2.6.2
Plugin version:2.1
Added to WordPress repository:10-06-2005
Last updated:03-10-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://jp.jixor.com/plugins/static-page-exten...
Total downloads:4 999
Active installs:20+
plugin download
Click to start download

This plugin creates a variety of new functionallity.

Redirection features: Posts and pages may feature a meta redirect key which can redirect the user to a post/page based on a specific id, the most recent in a given category or the most recent with a given title.

Replace feature: The contents of an entire page may be replaced with a single PHP file.

Include feature: You may use inline includes in your posts and pages to include a php script or otherwise.

Inline PHP: You may write PHP directly into your posts and pages. However ensure you read the instructions carefully before doing this. Most importantly inline PHP must not echo or print output, all output must be returned. As the code is is passed through eval() there are some other niggles too.