Hi,
Hope this is something that has been discussed already. I couldn’t find anything precisely pertaining to this below. Any help would be very much appreciatted. Maybe a link to somewhere else somebody had the same problem.
So my entries results would be outputted like this:
{exp:channel:entries channel="channel_name" status="featured"}
...featured entries show first here
{/exp:channel:entries}
{exp:channel:entries channel="channel_name" status="open"}
... all the other entries come after the featured entries
{/exp:channel:entries}But these entries results I would like to paginate 10 entries per page. How do I wrap these multiple results entries? The way I see it being used is that the {paginate} utility has to be wrapped with in a {exp:channel:entries} tag and not outside of it. Correct?