=== Plugin Name === Contributors: madebyguerrilla Tags: the_excerpt, the excerpt, excerpt Requires at least: 3.0 Tested up to: 3.9 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows more than the built in `the_excerpt` function in your WordPress themes. It lets you choose the excerpt length, choose which html tags are allowed, the link text to full post, the html container of the excerpt (p, div, span or plain text) and whether to show the smilies that are output. == Description == This plugin allows more than the built-in the_excerpt function in your WordPress themes. It lets you choose the excerpt length, choose which html tags are allowed, the link text to full post, the html container of the excerpt (p, div, span or plain text) and whether to show the smilies that are output. ### How to add it to your theme You will need to find `` and/or `` in your theme and replace it with ``. You can also use just the defaults (mentioned below) by adding this code instead `` * '120' is what controls the length of the excerpt output (defaults to '40') * 'Continue Reading' is the text for the link to read the full article (defaults to 'Continue') * 'all' is the html tags that you're allowing with the output. You can place specific html tags in this space like this `