/ Published in: PHP
From CSS-Tricks.com
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if (($wp_query->current_post + 1) < ($wp_query->post_count)) { echo '<div class="post_divider"></div>'; } ?>
URL: http://css-tricks.com/snippets/wordpress/post-divider/