I am learning about the read more tag <!--more-->
and have a couple questions. I am using the custom permalink structure of /%year%/%monthnum%/%postname%/
If I click on the linked title of the post, my url is spit out perfect on the single page.
However, when I click on (moreā¦)rather than simply spit out the name of my post in the url, it adds #more-16 after postname as seen below.
e.g. wordpress/2011/05/this-will-be-a-long-one/#more-16
Q1) Why is it doing this, and how can I stop the more tag from adding extra garbage at the end of my url?
Q2) How do I remove the ( ) from around more... ?