Even/Odd every two posts
Your code, while looking like it could be every other, is based on math, so it will be even and odds as the query goes by iterations counting up. modulus 2 == 0 means even numbers in this sense (iteration / 2 has no remainder has to be an even number) If you’re looking to … Read more