/ Published in: PHP
URL: http://css-tricks.com/snippets/wordpress/post-divider/
From CSS-Tricks.com
Expand |
Embed | Plain Text
<?php if (($wp_query->current_post + 1) < ($wp_query->post_count)) { echo '<div class="post_divider"></div>'; } ?>
You need to login to post a comment.
