Posts
global $post;
global $last;
$last = null;
$myposts = get_posts('numberposts=100000');
?>
foreach($myposts as $post) : setup_postdata($post);
$my_date = the_date('M Y', '‘, ‘
‘, false);
if (($last != $my_date) && ($my_date != null) && ($my_date != ”))
{
?>
echo $my_date;//the_date('', '', '', true);
$last = $my_date;
}
?>
Leave a Reply
