Advertisement
kobial8

beautify excerpt

Dec 22nd, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. function new_excerpt_more($more) {
  3.     global $post;
  4.     return'... <a class="moretag" href="'. get_permalink( $post->ID ) . '"> continue reading &raquo; </a>';
  5. }
  6. add_filter('excerpt_more', 'new_excerpt_more');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement