jamiewalden Profile Topics Started Replies Created Engagements Favorites Forum Replies Created list of topics you have created till now. jamiewaldenParticipant 23 September 2013 at 19:21 Posted in : Continue Reading Button Links to Middle of Page #8862 Thanks for nothing. But if you actually want to be helpful next time someone asks this question, you add this filter to the theme functions file. function remove_more_jump_link($link) { $offset = strpos($link, ‘#more-‘); if ($offset) { $end = strpos($link, ‘”‘,$offset); } if ($end) { $link = substr_replace($link, ”, $offset, $end-$offset); } return $link; } add_filter(‘the_content_more_link’, ‘remove_more_jump_link’); Viewing 1 post (of 1 total)