My current set up. An overview page using ditto to display 5 news item headers with links to the actual documents and pagination.
Clicking a links takes you to the document itself. Now on this document page i’d like to include pagination aswell. As in, next previous.
I’m currently using ditto to retrieve that document by its id like so &documents=`[*id*]`.
However. Since ditto now only retrieves one single doc, pagination does not work. well... it shows the active doc but that’s it.
So how to go about this?