Cargo Collective developers (those who contributed to the development of developer themes) seem to be in love with autopagia. Thus, I cannot find a piece of code that shows how to do traditional pagination. I.e. when I set the maximum number of articles to β3β, it only shows 3 at a time.
I don't mind that I probably need to provide styles; I just need to know the combination of markup and rudders needed to get raw pagination.
The documentation points to some βautomatedβ views, but does not provide a detailed description of how to use them if I don't miss something: the types and models of documentation .
So the attempts were speculation. My first such attempt:
<div class="pagination" data-view="Pagination"></div>
It seemed like you need to map the data-set , but it doesn't seem to indicate which of the data sets fills the Pagination view with useful data.
I tried several things (it makes no sense to list them all, since they tried to catch a zipper in the attempts of the can), for example the following:
<div class="pag_nav" data-view="Pagination" data-set="Navigation"> {{Navigation}} </div>
I do not think the foregoing has any special meaning, and I did not expect this to work. I just wanted to illustrate that I tried several things, since I can not find any samples or related documentation.
It would be helpful to evaluate the point in the right direction for either of these two things!
Greg pettit
source share