Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // change [...] in the default excerpt to ...
  2. function new_excerpt_more( $more ) {
  3. return '...';
  4. }
  5. add_filter('excerpt_more', 'new_excerpt_more');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement