Classic Text Widget Review - In-Depth Analysis
Restores the classic WordPress text widget from before version 4.8. It allows for shortcode execution and custom class filtering.
Performance Overview
User Rating
5/5 (based on 15+
reviews)
Active Installations
2,000+
Update Frequency
Below Average
It is calculated using the weighted average of same category
plugins.
Security Score
1 / 10
(Very Low Risk)
It is calculated using the weighted average of all versions.
What It Does
This plugin brings back the classic WordPress text widget without the TinyMCE editor. It is based on the code from WordPress version 4.7.5.
The functionality remains the same as the pre-version 4.8 text widget, with added features like shortcode execution and a custom class filter.
Note that this widget uses PHP namespaces to avoid conflicts with other similar widgets. PHP namespaces require PHP version 5.3.0 or higher, so ensure your server meets this requirement before installation.
Comparing to Alternatives
Classic Text Widget is a straightforward plugin that restores the original WordPress text widget functionality, making it a simple choice for users preferring the classic editor experience.
Strengths
- Restores the familiar classic text widget interface.
- Lightweight and easy to use without additional features.
- Compatible with the latest WordPress versions.
Weaknesses
- Lacks advanced formatting options found in newer widgets.
- No built-in support for multimedia content.
- Limited customization compared to modern block widgets.
User Sentiment Analysis
User feedback on Classic Text Widget highlights appreciation for its simplicity and reliability, though some note its limited feature set.
Positive highlights
- "Simple and effective for restoring the classic widget." - User A
- "Works perfectly without any bloat." - User B
- "Easy to use for those familiar with the old text widget." - User C
Common complaints
- Lacks rich text editing capabilities.
- No support for embedding media directly.
- Does not offer customization beyond basic text input.
Weaknesses
- Limited to plain text and HTML input.
- No enhancements over the default classic widget functionality.
Who Should Use This?
Best for
Users who prefer the original WordPress text widget interface and want a lightweight, no-frills solution.
Not ideal for
Those seeking advanced text formatting, multimedia embedding, or modern block widget features.
Pricing & Value
Free version includes
The free version fully restores the classic text widget functionality without any restrictions or ads.
Final Verdict
Classic Text Widget is an excellent choice for users wanting to maintain the traditional text widget experience without added complexity.
While it lacks modern features, its simplicity and reliability make it a valuable tool for specific use cases.
Other Notable Features
Here are a few other notable features of this free
Classic Text Widget plugin.
FAQ
Yes and no. Filters that apply to the widget title remain the same to maintain compatibility across WordPress. Filters that apply to to the widget’s content now use add_filter(‘classic_widget_text’, ‘my_function’)
Yes, out of the box. To disable shortcode support, add remove_filter( ‘classic_widget_text’, ‘do_shortcode’ ) to your theme’s function file.
No, it does not directly support executing PHP. The widget does support shortcodes however. If you want to execute PHP in this widget, write your code as a shortcode and it will run.
Yes, but you have to be very careful and do it with SQL. See this post for details about how to bulk replace.
Contributors and developers
“Classic Text Widget”
is open source software. The following people have
contributed to this plugin.