Use short codes:
[stextbox id="ValidID"]Highlighted text here[/stextbox]
or (for captioned textbox)
[stextbox id="ValidID" caption="CaptionText"]Highlighted text here[/stextbox]
were
ValidID may be: alert, info, download, grey, black, warning, custom
CaptionText may be: any text you needed.
Use function stbHighlightText:
<?php if(function_exists('stbHighlightText')) stbHighlightText('Test of function stbHighlightText.', 'warning'); ?>
defined as
function stbHighlightText( $content = null, $id = 'warning', $caption = '', $atts = null )
No! Special Text widget wrote with using Wordpress Widget Factory technology and this one can work only under Wordpress 2.8 and higher!
More about Special Text Boxes usage and customising read on the plugin page




