/ Published in: PHP
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-item-divider">Post Divider</div>'; } ?>
URL: http://css-tricks.com/snippets/wordpress/post-divider/