Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Last active August 29, 2015 14:15
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/e53016540808c85dc56f to your computer and use it in GitHub Desktop.
Save Dinamiko/e53016540808c85dc56f to your computer and use it in GitHub Desktop.
/**
* Añade contenido antes de la lista
*/
add_action( 'ep_before_list', 'custom_ep_before_list' );
function custom_ep_before_list() { ?>
<h3><?php _e('Últimas entradas', 'text-domain');?></h3>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment