Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. //* do not coppy
  3.  
  4. //* Edit the read more link text
  5. add_filter('get_the_content_more_link', 'custom_read_more_link');
  6. add_filter('the_content_more_link', 'custom_read_more_link');
  7. function custom_read_more_link() {
  8. return '&nbsp;<a class="more-link" href="' . get_permalink() . '" rel="nofollow">Đọc tiếp » </a>';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement