Skip to content

Instantly share code, notes, and snippets.

@Neolot
Created October 27, 2012 11:44
Show Gist options
  • Save Neolot/3964376 to your computer and use it in GitHub Desktop.
Save Neolot/3964376 to your computer and use it in GitHub Desktop.
WORDPRESS Custom excerpt more
function excerpt_more($more) {
return '...';
}
add_filter('excerpt_more', 'excerpt_more');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment