Awhile ago I wascuriousto see, how easy it would be to add multiple page support to blog posts, within ContentBox. The solution was fairly simple, so I thought I would write up this quick post. Not just to show how to add multiple pages for posts, but to also demonstrate how easy it is to manipulate the content before it gets displayed.
Before we can do this, lets look at how ContentBox displays blog entries. Ifwe go and locate the file called entry.cfc, which can be found in the templates folder for each theme. This is how a group of blogs or the entire entry is displayed, and looks like the code below.