=== Plugin Name === Contributors: weyhan Donate link: http://sandboxblogger.com/ Tags: teaser, excerpt, preview, statistics, navigation, more Requires at least: 1.5 Tested up to: 2.3 Stable tag: 3.10 Post Teaser generates excerpts of posts for the main, archive and category pages, also generate a word count, image count, and estimated reading time. == Description == Post Teaser generates a preview or "teaser" of a post for the main, archive and category pages, with a link underneath to go to the full post page. It includes features to generate a word count, image count, and an estimated reading time. Reasons you might want to use Post Teaser: * You keep putting `` into your posts * You would like to save bandwidth by only having people view a full post if they actually want to read it * You just like the "teaser" format Contributors: * [WeyHan Ng](http://sandboxblogger.com/ "SandboxBlogger.com") -- Maintainer * [Jonathan Leighton (Turnip)](http://turnipspatch.com "Turnip") -- Concept and programming * [eleZeta](http://ele-zeta.com.ar/ "eleZeta") -- Estimated reading time code was adapted from his plugin : ) **** NOTE: PLEASE DO NOT EMAIL JONATHAN LEIGHTON FOR SUPPORT. Instead contact [me](http://sandboxblogger.com/contact/ "Contact me") for support. Translators: * el_GR: * [Alexander Kanakaris](http://www.tech-spot.gr/ "Alexander Kanakaris") * de_DE: * [Sören Weber](http://soeren-weber.net/ "Sören Weber") * nl_BE, nl_NL: * [Mathias Bynens](http://mathibus.com/ "Mathias Bynens") * pl_PL: * [Przemysław Naruszewicz](http://www.ikeris.com/ "Przemysław Naruszewicz") == Installation == 1. Download [post-teaser.zip](http://downloads.wordpress.org/plugin/post-teaser.zip "post-teaser.zip") 2. Extract and place `post-teaser.php` it in the wp-content/plugins directory of your WordPress installation. **Do not place it in a sub-directory of the plugins directory.** 3. Go to the Plugins configuration page in your WordPress admin panel, and enable Post Teaser Post Teaser does not need to be configured in order to work but some users understandably wish to change settings. That's easy too -- the dead simple configuration page can be found under `Options > Post Teaser` in your WordPress admin panel. == Frequently Asked Questions == = Do I really need this plugin? = No, of course not, but it makes a nice addition and some people find it easier to skim over previews to find something that interests them rather than to scroll down huge chunks of text. = Why Post Teaser fail to split some/all post on the front page? = Post Teaser is a paragraph aware teaser. Not only just aware, it will not break in the middle of a paragraph unless explicitly told to do so with the `` tag. There are two reasons why Post Teaser seems to have failed to split a post: 1. *The post has only one long paragraph.* Well, as stated, Post Teaser is a paragraph aware teaser therefore will split post with only one lone paragraph at the end of the first paragraph which in this case is the end of the post. To fix this problem, either split the post into shorter paragraph or add a `` to force a split. 1. *The post have multiple paragraph, however, instead of the `
` tag, the `
` tag was used.* To a human being, using a `
` tag to break a new paragraph is just fine. However, to a computer program, schematically it makes a big difference. While it reads like a post with multiple paragraphs, Post Teaser sees it as one long paragraph. To fix this problem, the `
` tags needs to be replace with the proper `
...
` paragraph marker pair. = Help! I get an error that says "Warning: Cannot modify header information..." = This one is very common and applies to any WordPress plugin. There must not be any content in the plugin file other than PHP code. Sometimes if people have copied the code into their own file, rather than downloading it, they accidentally leave whitespace or other characters at the beginning or end of the file, outside of the `` block. Removing any excess characters will solve the problem. = How can I apply presentation to the teaser text? = The teaser text is placed inside a block level `