=== Ajax Content Renderer ===
Contributors: cbetancourt
Donate Link: http://betancourt.us/wordpress/plugins/ajax-content/
Tags: json, xhr, ajax
Requires at least: 2.7.1
Tested up to: 3.1.4
Stable tag: 1.3.0
== Description ==
Sometimes you just need to retrieve the body of a post or page without the header, footer and their includes.
This plugin detects Ajax requests and returns just the formatted body of the post or page.
== Installation ==
1 Unzip plugin and upload the betancourt-ajax-content directory to the wp-content/plugins directory.
1 Activate the plugin through the 'Plugins' menu in WordPress.
1 That's it. Now you can request a post via Ajax. The response will be clean HTML containing the text of the post.
== Frequently Asked Questions ==
See this [sample implementation that uses jQuery](http://betancourt.us/wordpress/plugins/ajax-content/ "jQuery Sample").
== Screenshots ==
None
== Changelog ==
= 1.0.0 =
Initial release
= 1.1.0 =
Minor change to evaluation of XHR headers. Avoids PHP warnings.
Tested against WP 3.1.2
= 1.1.1 =
Updated documentation and added link to sample implementation.
== Upgrade Notice ==
= 1.1.0 =
Upgrade to avoid PHP warnings.
= 1.2.0 =
Cleaned up code.
= 1.3.0 =
Fixed bug reported by zulien on 30-Jun-2011. The plugin was only supporting single pages. It now supports single posts, pages and multi-post homepages.