My articles can get too long some times and make the page longer than it should be, whats the best way to implement a pager system? So that after a certain amount of words the viewer has to click to the next page for the rest of an article. For example there would be buttons at the bottom for page 2 etc like most publications do nowadays.

Comments

jec006’s picture

I don't think there is a contrib module out there to do this right now (or at least not that I know of).

You would most likely need to implement this as custom functionality. There was this module http://drupal.org/project/paging for drupal 6, but it doesn't appear to be maintained for d7.