Alternating div's for posts
-
I have my page setup with the typical <?php if(have_posts()) : while(have_posts()) : the post() ?><?php endwhile; endif; ?> but I have a two DIV’s inside this loop that needs to alternate. How could I do this with as little as code as possible.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Alternating div's for posts’ is closed to new replies.