Hi there,
Hopefully this is pretty simple:
I’ve got a site with pagination of entries working well. the only thing I would like to do is make the first entry on the first page to have a different layout as it’s the first item.
I use a simple count condition to set the layout for the page, but I don’t know how to check which page number you are on as {current_page} does not seem to work outside the paginate tag.
If anyone has a suggestion that would be great thanks,
Tom