Creating two loops based on different logic
This will most likely require two loops to the best of my knowledge. The second loop just needs to know to exclude the post you just queried. Something like the following should do the trick. $first_id = 5; // This should be set in the previous loop to the post ID of the post returned … Read more