Guest User

Untitled

a guest
Jul 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. function wdc_no_more_jumping($post) {
  4. return '<a href="'.get_permalink($post->ID).'" class="read-more">'.'Continue Reading'.'</a>';
  5. }
  6. add_filter('excerpt_more', 'wdc_no_more_jumping');
Add Comment
Please, Sign In to add comment