Guest User

Untitled

a guest
Oct 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function excerpt_ellipse($text) {
  2. return str_replace('[...]', ' <a href="'.get_permalink().'">Read more...</a>', $text); }
  3. add_filter('the_excerpt', 'excerpt_ellipse');
Add Comment
Please, Sign In to add comment