Stop duplicate posts

You can use WP_Query to create your custom loop, and then use the offset parameter to skip the posts in the previous loop. You are going to run 3 loops from one query, so all you need to do to rerun the query is to use rewind_posts() after each loop to reset the loop Here … Read more