/ Published in: PHP
URL: http://themeshaper.com/forums/topic/modifying-the-destination-of-more-link
Set up to disable the page jump on a Read More link (skip to feature).
Expand |
Embed | Plain Text
//remove the skip link feature on read more function remove_more_jump_link($link) { if ($offset) { } if ($end) { } return $link; } add_filter('the_content_more_link', 'remove_more_jump_link');
You need to login to post a comment.
