=== Plugin Name === Contributors: edir Tags: pagination, paginate, ajax Requires at least: 2.9.0 Tested up to: 2.9.2 Stable tag: trunk A simple Ajax pagination with only one button forward. Click to get more posts without reload the page, click again to get more, again and again, until you get satified. == Description == This plugin attends to set posts navigation in Ajax mode, with only one forward button and without loosing accessibility and search engine index. == Installation == 1. Upload `hungry-for-posts` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Try to use. == Frequently Asked Questions == = How to use? = Just make sure your layout agree with the good pratices for theme development and uses the traditional navigation links [previous_posts_link()](http://codex.wordpress.org/Template_Tags/previous_posts_link) and [next_posts_link()](http://codex.wordpress.org/Template_Tags/next_posts_link). If yes, your theme is ready to work. = It's not working! = Try to read the theme HTML code to confirm the selectors used here, if different, set here the css selectors you found on it. = I got repeatedly content when paginate. = Sometimes the Theme put some extra elements inside the content area. To remove this, search the theme HTML code for the elements you want to remove, get the css selectors of its and then put all that extra in the option *"Extra content to remove"*. If you got problem, try to read the [Selectors](http://api.jquery.com/category/selectors/) documentation from jQuery. == Changelog == = 0.1 = * First beta release.