I’m breaking my head over this one. maybe it’s pretty simple, and am i just being blind. however, something is not going right with pagination. On the homepage we want to display general info, a content slider, and the lates 5 projects, with a pagination for the older projects.
All things are parsed nicely, except when it comes to the pagination. When i call the homepage(http://www.domain.com) the pagination is not working. I see the pagination buttons, but the items are allways the same, the latest 5. However, if i call http://www.domain.com/site/index, everything works the way it should.
{exp:channel:entries channel='algemene_teksten_nl' limit='1' dynamic="no" url_title='home'}
{embed='_inc/.header' pagetitle='{algemene_teksten_nl_browsertitle}' pagedescription='{algemene_teksten_nl_description}'
}
{/exp:channel:entries}
{embed="_inc/.home-boxes"}And the embed is
{exp:channel:entries channel="projecten_nl|boxes_nl" status="not niet-op-home" limit="5" paginate="bottom" paginate_base="/" dynamic="no"}
<h2>{if channel_short_name == "projecten_nl"}{box_title}{if channel_short_name != "projecten_nl"}{title}{/if}</h2>
<p>{paginate}<br />
{pagination_links}<br />
<ul class="pagination"><br />
{page}<br />
<li{if current_page} class="current"{/if}><a href="http://{pagination_url}">{pagination_page_number}</a></li><br />
{/page}<br />
</ul><br />
{/pagination_links}<br />
{/paginate}<br />
{/exp:channel:entries}And oh yeah, i’m on 2.5.5…