Display date that post was made
-
Hi there,
I have this date in one of my pages (WP Job Manager).
<date><?php printf( __( '%s ago', 'wp-job-manager' ), human_time_diff( get_post_time( 'U' ), current_time( 'timestamp' ) ) ); ?></date>
It currently displays the “month’s ago” that the post/listing was made.
What I would like to do is to display the actual date that the post was made. Is this possible?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display date that post was made’ is closed to new replies.