I am looking to be able to have one entry that spans multiple pages. I have the following 5 content blocks that need to be on their own page, but are all the same article.
{content block='articletext'}
{content block='articletext2'}
{content block='articletext3'}
{content block='articletext4'}
{content block='articletext5'}
Is there a way to make this possible?
Spread One Entry Over Multiple Pages
Spread One Entry Over Multiple Pages
Last edited by poconnor on Wed Jan 16, 2008 9:07 pm, edited 1 time in total.
Re: Spread One Entry Over Multiple Pages
In this moment, two solutions:poconnor wrote: I am looking to be able to have one entry that spans multiple pages. I have the following 5 content blocks that need to be on their own page, but are all the same article.
{content block='articletext'}
{content block='articletext2'}
{content block='articletext3'}
{content block='articletext4'}
{content block='articletext5'}
Is there a way to make this possible?
- Content Pagination tag: one content and page. Insert in content a few tags (start/end of single pages). It's a JAVASCRIPTS
- Use a normal content con 'articletext' and add other 4 pages with relative content but in Option tab hide in menu. Use relative arrows (look in default page/template) for navigation
Alby