Geeky Nuggets

Teaser Style Wordpress plugin

October 04, 2004 | 1 Minute Read

Another useless wordpress plugin from my little factory here :). This one takes the teaser text, delimited between the beginning of a post and the <!–more–> tag, and wraps it in a <div> with class morediv. This then allows you style it differently using your style sheet, doing for example:

 .morediv{
      font-weight:bold;
 }

which is exactly what I have here.

To install it, either put the source code in a php file or get the gzip file and uncompress it.

Utterly deprecated. This is here for archeological perspective, but you’d be mad to try and use it. Actually, the files can’t be downloaded anymore

Upload the resulting file to your wp-content/plugins folder and activate it from the admin interface. That’s all there is to it. You can then apply whichever style you want to that block.