Home › Forums › Pro Version › Some Posts not displaying date › Reply To: Some Posts not displaying date
May 30, 2016 at 8:22 am #12192
Guest
Hi,
I had the same problem using <?php the_date(); ?>
but everything works fine using `<?php echo get_the_date(); ?>
Just make the switch and you’re done.
Best regards