I have been on this for a while now and haven’t really come across a solution to filter the posts on a category page using a sort of offset in php.
There are plugin for posts and pages but I am trying to achieve this with pure php and specifically for a category page.
Scenario example:
A blog with 7 posts, setting the offset to say 3 would begin the loop on the category page to only show (Post4, Post5, Post6, Post7) and NOT (Post1, Post2, Post3).
I am wondering if this would be possible at all and be dynamic enough to apply to all categories without the need to specifically identify which posts to exclude via id numbers.