Roi An
0
Q:

wordpress echo the date in post

<?php echo get_the_date( 'l F j, Y' ); ?>
5
$post_date = get_the_date( 'l F j, Y' ); echo $post_date;
0
$post_date = get_the_date( 'D M j' ); echo $post_date;
0

New to Communities?

Join the community