Created
February 15, 2015 12:35
-
-
Save Dinamiko/862c635a439bb325983a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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