post-template.php を編集するだけで OK!

方法はとっても簡単。
wordpress/wp-includes/post-template.php の一部を編集するだけ。

$output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );

から #more-{$post->ID} を消すだけ。


簡単!!!