Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created February 15, 2015 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dinamiko/862c635a439bb325983a to your computer and use it in GitHub Desktop.
Save Dinamiko/862c635a439bb325983a to your computer and use it in GitHub Desktop.
/**
* Añade contenido después de la lista
*/
add_action( 'ep_after_list', 'custom_ep_after_list' );
function custom_ep_after_list() { ?>
<p><?php _e('Última modificación: ', 'text-domain') . the_modified_date( 'd-m-Y g:i a' );?></p>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment