On my home page, when users click on a post title they get taken to a URL like this:
http://www.websitename.com/post-title/
But if they click on the "Read more ..." link, they get taken to a URL that includes the post ID, like this:
http://www.websitename.com/post-title/#more-658
How can I change the "Read more ..." link so it uses the URL structure with just the post title but not ID?
For my Permalink settings I'm using this Custom Structure: /%postname%/
Thanks.