srikat

Untitled

Feb 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_filter( 'the_content_more_link', 'sp_read_more_link' );
  2. /**
  3. * Modify the WordPress read more link.
  4. */
  5. function sp_read_more_link() {
  6. return '<a class="more-link" href="' . get_permalink() . '">Continue Reading</a>';
  7. }
Add Comment
Please, Sign In to add comment