I'd really want my p2 theme with endless scroll to previous posts.
I try Infinite Scroll but it's not compatible with it.
That's my p2 site http://www.asromanews.com
That's some of plugin configuration:
Content CSS Selector:
The selector of the content div on the main page.
Post CSS Selector:
The selector of the post block.
Examples:
#content > *
#content div.post
div.primary div.entry
Navigation Links CSS Selector:
The selector of the navigation div (the one that includes the next and previous links).
Previous posts CSS Selector:
The selector of the previous posts (next page) A tag.
Examples:
div.navigation a:first
div.navigation a:contains(Previous)
I try all examples... any ideas? Other plugins? Modify theme?
Thanks