Highlights any portion of text as text in the colored boxes.
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!
Use stb shortcode inside stextbox shortcode
[stextbox]Some text [stb]Some text in the indoor box[/stb][/stextbox]
More about Special Text Boxes usage and customising read on the plugin page
Requires: 3.0 or higher
Compatible up to: 3.3.1
Last Updated: 2011-12-16
Downloads: 41,975




