Published
- 1 min read
wordpress get_date
The solution for this is noted below
wordpress get_date
Solution
<?php echo get_the_date( 'l F j, Y' ); ?>
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
<?php echo get_the_date( 'l F j, Y' ); ?>
Try other methods by searching on the site. That is if this doesn’t work