Is it possible to have pagination in a tumbler type page?
If you are outputting different channels within a page say with a limit of 10, I can’t get any pagination to work.
Like this:
{exp:channel:entries channel="notebook-entry|notebook-link|notebook-photo|notebook-quote|notebook-video|notebook-main" orderby="date" disable="member_data|categories|pagination" limit="10"}
{if:elseif channel_short_name == 'notebook-quote'}
<div class="quote">
<h2><a href="http://{notebook-quote-URL}">{title}</a></h2>
<p> </p><blockquote><p>{notebook-quote}</p>
</blockquote>
<p> <span class="source"><a href="http://{notebook-quote-URL}">{journal-quote-source}</a></span><br />
{notebook-quote-description}<br />
<span class="date">Posted on <b>{entry_date format="%F %j, %Y"}</b> <span class="s-toad">{ftimages}/toad-small-b.png</span> <a href="http://{title_permalink=">Permalink</a></span><br />
</div><br />
{if:elseif channel_short_name == 'notebook-photo'}<br />
<div class="photo"><br />
</p><h2><a href="http://{title_permalink=">{title}</a></h2>
<p> {notebook-photo-upload}<br />
{notebook-photo-description}<br />
<span class="date">Posted on <b>{entry_date format="%F %j, %Y"}</b> <span class="s-toad">{ftimages}/toad-small-b.png</span> <a href="http://{title_permalink=">Permalink</a></span><br />
</div><br />
{if:elseif channel_short_name == 'notebook-video'}
Version EE 2.1.3