Advertisement
kobial8

Excerpt Length Control

Jul 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function wpdocs_excerpt_more( $more ) {
  2.     return '<a href="'.get_the_permalink().'" rel="nofollow">Read More...</a>';
  3. }
  4. add_filter( 'excerpt_more', 'wpdocs_excerpt_more' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement