Plugin Directory

Changeset 324210


Ignore:
Timestamp:
12/18/2010 10:27:32 PM (15 years ago)
Author:
guyfisher
Message:

Validated readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • striptease/tags/2.0/readme.txt

    r321797 r324210  
    1313The Striptease plugin changes WordPress's default "Read More" teaser links so that they link to full posts.
    1414
    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.
     15WordPress 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.
    1616
    17 This jump can be disorienting, and some bloggers prefer to link their teasers to the full post instead of the unread text.
     17This jump can be disorienting, and some bloggers prefer to link their teasers to the full posts instead of the unread text.
    1818
    1919That'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.
     
    2121== Installation ==
    2222
    23 1. Place the `striptease.php` plugin file in your WordPress plugins directory.
     231. Put the striptease plugin folder in your WordPress plugins directory.
    24242. 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
     26The 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
     32If 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
     36The 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
     40No, you don’t. The StripTease plugin will work with WordPress's default querystring permalinks as well as its rewrite-based pretty permalinks.
    2641
    2742== Changelog ==
    2843
    2944= 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
    3147
    3248= 1.1 =
    33 * Removed an unnecessary call to get_permalink()
     49
     50* Removed unnecessary call to `get_permalink` function
    3451
    3552= 1.0 =
     53
    3654* Initial release
    3755
     
    3957
    4058= 2.0 =
     59
    4160This 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.
    5661
    5762== Example ==
    5863
    59 StripTease automatically changes your teaser links from this:
     64The StripTease plugin automatically changes your teaser links from this:
    6065
    6166    http://guyfisher.com/2005/09/striptease/#more-6
Note: See TracChangeset for help on using the changeset viewer.