WP Text Widget Extended
Adds a custom CSS class field to the core Text widget for easier styling, plus an option to hide the widget title on the frontend.
by Rob Huijben · github.com/robhuijben/wp-text-wiget-extended
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/robhuijben/wp-text-wiget-extended/archive/refs/heads/main.zipWP Text Widget Extended adds a field to the default WordPress Text widget so you can assign extra CSS classes without editing theme files.
Features
- Additional CSS class field on the Text widget
- Optional toggle to hide the widget title on the frontend
- Sanitizes and deduplicates the entered class list
- Translation-ready via the
languages/directory
Installation
- Upload the
wp-text-widget-extendedfolder to thewp-content/plugins/directory of your WordPress site. - Activate the plugin via Plugins → Installed Plugins in the WordPress dashboard.
- Edit or create a Text widget under Appearance → Widgets; the extra field appears at the bottom of the widget settings.
Translations
Bundled locales:
- Dutch (
nl_NL) - German (
de_DE) - French (
fr_FR) - Spanish (
es_ES)
To add more translations, place your .po and .mo files in the languages/ directory using a tool such as Poedit.
Support
Questions or suggestions? Open an issue or reach out via the WordPress plugin support forum.