Implementing paging in Sitecore content pages

admin

Administrator
Staff member
I have a section on my website where I plan to add a lot of text-based content, and rather than display this all at once it would be nice if I could add paging on just these pages. If possible, I would like to put all of my content within one content item and have the paging work automatically, building a URL along the lines of <a href="http://example.org/articles/title?page=2" rel="nofollow">http://example.org/articles/title?page=2</a> or similar.

I've stumbled across an article that mentions paging with Sitecore items and this seems rather close to what I require, although mine requires pagination on a single content item, rather than multiple items. Can someone help me adapt <a href="http://briancaos.wordpress.com/2010/09/10/create-a-google-style-paging-component-in-c/" rel="nofollow">this article</a> towards my needs (if it's on the right track of where I should be looking)?

Is it possible to do this with a Sitecore content item?

<a href="http://briancaos.wordpress.com/2010/09/10/create-a-google-style-paging-component-in-c/" rel="nofollow">http://briancaos.wordpress.com/2010/09/10/create-a-google-style-paging-component-in-c/</a>