/ Published in: PHP
Stick this inside the <?php> and you get the month group title shown only once for that date range. Sexy.
Expand |
Embed | Plain Text
<?php $date = the_date('F Y', '', '', FALSE); if ($date){ if ($temp != $date){ } $temp = $date; } ?>
You need to login to post a comment.
