Archive for April, 2007

About this site

Sunday, April 29th, 2007

This site runs a modified version of TextImage. One crucial line of code is different:

$the_text = “<img src=\”$cache_url$basename\”>”;

is replaced with:

$the_text = $the_text . “<img src=\”$cache_url$basename\”>”;

That makes this site display both the HTML version of the post and the resulting image.

If demand warrants I may later add a feature to TextImage to let you designate which posts should be displayed as images and which should not.

Welcome

Saturday, April 28th, 2007

This is the home of the TextImage plugin for WordPress. You can download it here: TextImage 0.11