Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
The way I tackle this issue is by closing the row every nth column, like so. You basically collect the total number of posts in the current loop then at the end of each loop, increment $i and check whether it’s divisible by two wholly (I’m rubbish at explaining this part). Example: You could tweak … Read more