How can I cycle posts with a #next and #previous script?
An easier approach would be to load N (around 10 maybe) posts at the time and then just slide between them using jQuery, you could output an <a name=”POST-ID”> before each one and use some jQuery sliding body plugin to slide to each <a>. If you’d like to load via ajax or go to a … Read more