by minimus
3.2 (21 reviews)
Special Text Boxes
Highlights any portion of text as text in the colored boxes.
Compatible with WP 6.9.4
v6.5
Current Version v6.5
Updated 1 month ago
Last Update on 04 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#5,024
+11 this week
Active Installs
2K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
254.6K
+5 today
Support Resolved
0%
—
No change
Rating
64%
Review 3.2 out of 5
3.2
(21 reviews)
Next Milestone 3K
2K+
3K+
663
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 649 more installs to reach 3K+
Rank Changes
Current
#5,024
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.2
21 reviews
Overall
64%
5
8
(38%)
4
4
(19%)
3
1
(5%)
2
1
(5%)
1
7
(33%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 6.5
- Last Updated
- Mar 04, 2026
- Requires WP
- 5.6+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- minimus
Support & Rating
- Rating
- ★ ★ ★ ☆ ☆ 3.2
- Reviews
- 21
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,708
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#955
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#273
Frequently Asked Questions
Common questions about Special Text Boxes
[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.
How to insert special text box to theme file (not to post)?
Use function stbHighlightText:
<?php if(function_exists('stbHighlightText')) echo stbHighlightText('Test of function stbHighlightText.', 'warning'); ?>
defined as
function stbHighlightText( $content = null, $id = 'warning', $caption = '', $atts = null )
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.
How to insert special text box to theme file (not to post)?
Use function stbHighlightText:
<?php if(function_exists('stbHighlightText')) echo stbHighlightText('Test of function stbHighlightText.', 'warning'); ?>
defined as
function stbHighlightText( $content = null, $id = 'warning', $caption = '', $atts = null )
[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
More about Special Text Boxes usage and customising read on the plugin page