=== 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.2 Stable tag: 1.2.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 == For a sample implementation that uses jQuery see: http://betancourt.us/wordpress/plugins/ajax-content/ 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.