=== 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.1 Stable tag: 1.1.0 == Description == It's really simple. Sometimes you just need to retrieve the body of a post or page. This plugin detects Ajax requests and returns just the formatted body of the post or page. == Installation == * Unzip plugin and upload the betancourt-ajax-content directory to the wp-content/plugins directory. * Activate the plugin through the 'Plugins' menu in WordPress. * That's it. Now you can make an Ajax request for a post. == Frequently Asked Questions == None == Screenshots == None == Changelog == = 1.0.0 = Initial version = 1.1.0 = Tested on 3.1.1 Minor change to evaluation of XHR headers. Avoids PHP warnings.