Display Today’s Date on your Blog
Want to show the date on your WordPress blog just anywhere? Well, here’s a simple little hack with just a little bit of code that you can place anywhere for the date to be shown. Here’s that code, and you can place it anywhere that suits your needs: <?php echo date(‘l jS F Y’); ?>… Read More »