Archive for the ‘Discussion’ Category

One with a tag

Tuesday, January 8th, 2008

This is the first post with the new and extremely useful

Well, OK, it is still pretty basic. The only change is that everything between <textimage> and </textimage> gets turned into an image. It still uses the settings from the plugin options page, so all your images will look alike. Here’s another example:


These may change and there may be others. Please suggest your favorites.

Basic as it is, in my opinion this change makes the Textimage plugin far more potentially useful.

Note: if you’re editing your posts with the online Wordpress editor, you need to use the Code tab to insert the tags. If you see the tags like this:

<textimage>This is supposed to be an image but isn’t</textimage>

you have created your tags on the Visual tab. Go back and edit on the Code tab. The changes you need to make will be obvious.

Many thanks to David Tames for the comment that suggested this.

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.