Changeset 324210
- Timestamp:
- 12/18/2010 10:27:32 PM (15 years ago)
- File:
-
- 1 edited
-
striptease/tags/2.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
striptease/tags/2.0/readme.txt
r321797 r324210 13 13 The Striptease plugin changes WordPress's default "Read More" teaser links so that they link to full posts. 14 14 15 WordPress makes it easy to break up long posts so you can save space on your home page. Simply insert the `<!--more-->` quicktag while editing a post, and WordPress will display the text that comes before it as a "teaser" followed by a "Read More"link to the rest of the post. When a reader follows the link, the single-post page is loaded and the browser "jumps" to the unread text.15 WordPress makes it easy to break up long posts so you can save space on your home page. Simply insert the `<!--more-->` quicktag while editing a post, and WordPress will display the text that comes before it as a teaser followed by a Read More link to the rest of the post. When a reader follows the link, the single-post page is loaded and the browser "jumps" to the unread text. 16 16 17 This jump can be disorienting, and some bloggers prefer to link their teasers to the full post instead of the unread text.17 This jump can be disorienting, and some bloggers prefer to link their teasers to the full posts instead of the unread text. 18 18 19 19 That's where the StripTease plugin comes in. It automatically strips the "#more" fragments from the end of your teaser links and turns them into links to your full posts. … … 21 21 == Installation == 22 22 23 1. P lace the `striptease.php` plugin filein your WordPress plugins directory.23 1. Put the striptease plugin folder in your WordPress plugins directory. 24 24 2. Activate the StripTease plugin on your WordPress plugins administration panel. 25 3. Once it's activated, StripTease will immediately begin stripping your teaser links. 25 26 The StripTease plugin doesn't require any configuration. Once it's activated, it will immediately begin stripping your teaser links. 27 28 == Frequently Asked Questions == 29 30 = Why would I use this plugin? = 31 32 If you create teasers for your posts with the `<!--more-->` quicktag, and you want those teasers to link to the full posts instead of jumping to the unread text, you should use the StripTease plugin. 33 34 = How do I configure this plugin? = 35 36 The StripTease plugin doesn't require any configuration. Once it's activated, it will immediately begin stripping the "#more" fragments from the end of your teaser links. 37 38 = Do I have to use "pretty permalinks" with this plugin? = 39 40 No, you dont. The StripTease plugin will work with WordPress's default querystring permalinks as well as its rewrite-based pretty permalinks. 26 41 27 42 == Changelog == 28 43 29 44 = 2.0 = 30 * Replaced the_content filter with the_content_more_link filter 45 46 * Replaced `the_content` filter with `the_content_more_link` filter 31 47 32 48 = 1.1 = 33 * Removed an unnecessary call to get_permalink() 49 50 * Removed unnecessary call to `get_permalink` function 34 51 35 52 = 1.0 = 53 36 54 * Initial release 37 55 … … 39 57 40 58 = 2.0 = 59 41 60 This version filters teaser links directly instead of filtering the entire post. Requires WordPress 2.8 or higher. 42 43 == Frequently Asked Questions ==44 45 = Why would I use this plugin? =46 47 If you create teasers for your posts with the `<!--more-->` quicktag, and you want those teasers to link to your full posts instead of jumping to the unread text, you should use the StripTease plugin.48 49 = How do I configure this plugin? =50 51 The StripTease plugin doesn't require any configuration. Once it's activated, it will immediately begin stripping the "#more" fragments from the end of your teaser links.52 53 = Do I have to use "Pretty Permalinks" with this plugin? =54 55 No, you don't. StripTease will work with WordPress's default querystring permalinks, as well as its rewrite-based pretty permalinks.56 61 57 62 == Example == 58 63 59 StripTeaseautomatically changes your teaser links from this:64 The StripTease plugin automatically changes your teaser links from this: 60 65 61 66 http://guyfisher.com/2005/09/striptease/#more-6
Note: See TracChangeset
for help on using the changeset viewer.