Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created June 29, 2012 04:44
Show Gist options
  • Save claudiosanches/3015815 to your computer and use it in GitHub Desktop.
Save claudiosanches/3015815 to your computer and use it in GitHub Desktop.
Display modified date - Wordpress
<!-- Mostra a data como: 28/06/2012 às 01h44 -->
<div class="entry-modified-data"><?php the_modified_date('d/m/Y \à\s H\hi'); ?></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment