I am developing a blog page that requires 3 different post styles (Ie; one full page width with featured image and content, one full page width without featured image and the rest are half page width) so I have been using an offset query.
The problem I’m having is that I can’t figure out how to force page 2,3, etc. to only use the half page width styles. On top of that I can’t get pagination to work anyway
Is this even possible?
Offset explicitly doesn’t work with pagination. You can have either, but not both in same query.