The StripTease plugin is a simple filter that strips fragment identifiers from teaser links so that they link to full posts.
When the <--more--> quicktag is used to break up a long post, WordPress displays the text that comes before it as a "teaser" followed by a link to the rest of the post.
By default, WordPress replaces the <!--more--> quicktag with an HTML anchor element and adds a matching fragment identifier to the teaser link. When a reader follows the link, the single-post page is loaded and the browser "jumps" to the anchor. This jump can be disorienting, and some bloggers prefer to link their teasers to the full post instead of the anchor.
Unfortunately, the only way to change the default teaser links is to hack the WordPress source code. Even if you're comfortable with hacking your source files, you'll have to remember to do it every time you upgrade your WordPress installation.
That's where the StripTease plugin comes in. It does the hacking for you!




