Skip to content

Instantly share code, notes, and snippets.

@anneallen
Created October 4, 2013 16:44
Show Gist options
  • Save anneallen/6828937 to your computer and use it in GitHub Desktop.
Save anneallen/6828937 to your computer and use it in GitHub Desktop.
Remove the [...] from excerpt
function new_excerpt_more( $more ) {
return '[...]';
}
add_filter('excerpt_more', 'new_excerpt_more');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment