Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 2, 2024 23:59
Show Gist options
  • Save henshaw/f7129e6b83892ef3739c585ca3067dff to your computer and use it in GitHub Desktop.
Save henshaw/f7129e6b83892ef3739c585ca3067dff to your computer and use it in GitHub Desktop.
Dynamically inserting the article timestamp in WordPress
<time datetime="<?php the_time('c'); ?>"><?php the_time('m/j/Y'); ?> <?php the_time('g:ia T'); ?></time>
@henshaw
Copy link
Author

henshaw commented Jan 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment