A WordPress plugin that replaces the default "Choose from the most used tags" functionality with an enhanced, user-friendly tag selection interface.
- Enhanced Tag Browser: Replace the basic tag cloud with a comprehensive tag selector
- Multiple Sorting Options:
- Alphabetical A-Z
- Alphabetical Z-A
- Most Used First
- Least Used First
- Smart Search: Real-time search functionality with debouncing
- Selection Management: Selected tags are automatically removed from the options to prevent duplicate selection
- Responsive Design: Works seamlessly on desktop and mobile devices
- Modern UI: Clean, intuitive interface with smooth animations
- Multilingual Support: Full internationalization with built-in translations for Greek, Spanish, French, and German
If you find this plugin helpful, please consider supporting its development:
Your support helps maintain and improve this open-source project!
-
Download the latest version from the GitHub Releases page:
- Go to the releases page
- Download the newest version (
.zipfile)
-
Install the plugin through WordPress admin:
- Go to
Plugins > Add New - Click "Upload Plugin"
- Choose the downloaded
.zipfile - Click "Install Now"
- Go to
-
Activate the plugin:
- Click "Activate Plugin" after installation
- Or go to
Plugins > Installed Plugins, find "Enhanced Tag Selector", and click "Activate"
Alternative for developers: You can also clone this repository directly to your wp-content/plugins/ directory if you want the development version.
-
Creating/Editing Posts:
- Go to
Posts > Add Newor edit an existing post - In the Tags metabox (usually in the sidebar), you'll see a "See All Tags" link
- Click this link to open the enhanced tag selector
- Go to
-
Using the Tag Selector:
- Search: Type in the search box to filter tags by name
- Sort: Use the dropdown to change sorting (Most Used First, Alphabetical, etc.)
- Select Tags: Click on any tag to add it to your post
- Auto-removal: Selected tags disappear from the list to prevent accidental re-selection
-
Sorting Options:
- Most Used First: Tags with the highest post count appear first
- Least Used First: Tags with the lowest post count appear first
- Alphabetical A-Z: Tags sorted alphabetically from A to Z
- Alphabetical Z-A: Tags sorted alphabetically from Z to A
enhanced-tag-selector/
├── enhanced-tag-selector.php # Main plugin file
├── includes/
│ └── class-helper.php # Helper functions and AJAX handlers
├── templates/
│ └── modal-template.php # Modal HTML template
├── assets/
│ ├── js/
│ │ └── enhanced-tag-selector.js # Frontend JavaScript
│ └── css/
│ └── enhanced-tag-selector.css # Styling
├── languages/ # Translation files
│ ├── enhanced-tag-selector.pot # Translation template
│ ├── enhanced-tag-selector-el.po # Greek translation
│ ├── enhanced-tag-selector-el.mo # Greek compiled translation
│ ├── enhanced-tag-selector-es_ES.po # Spanish translation
│ ├── enhanced-tag-selector-fr_FR.po # French translation
│ ├── enhanced-tag-selector-de_DE.po # German translation
│ └── README.md # Translation guide
└── README.md # This file
admin_enqueue_scripts: Load CSS and JavaScriptwp_ajax_ets_get_tags: Handle AJAX requests for tag dataadmin_footer: Inject the modal HTMLadd_meta_boxes: Remove default tag cloud metabox
- Chrome 60+
- Firefox 55+
- Safari 12+
- Edge 79+
The Enhanced Tag Selector supports multiple languages out of the box:
- English (Default)
- Greek (Ελληνικά) - Complete translation ✅
- Spanish (Español) - Complete translation ✅
- French (Français) - Complete translation ✅
- German (Deutsch) - Complete translation ✅
The plugin automatically detects your WordPress language setting and displays the interface in the appropriate language. To change the language:
- Go to WordPress Admin → Settings → General
- Set "Site Language" to your preferred language
- Clear any caching plugins
- The Enhanced Tag Selector will automatically display in your chosen language
Want to add support for your language? See the languages/README.md file for detailed instructions on creating and contributing translations.
The plugin includes comprehensive CSS that can be customized by:
- Editing
assets/css/enhanced-tag-selector.css - Adding custom CSS to your theme's stylesheet
- Using WordPress Customizer additional CSS
The plugin triggers custom JavaScript events you can listen to:
ets:modal:opened- When the tag selector modal opensets:tag:selected- When a tag is selectedets:modal:closed- When the modal is closed
Future versions may include filters for:
- Tag query arguments
- Modal content
- Sorting options
- Check browser console for JavaScript errors
- Verify WordPress AJAX is working properly
- Ensure the plugin is activated
- Check if jQuery is loaded
- Verify no JavaScript conflicts with other plugins
- Try deactivating other plugins temporarily
- Clear browser cache
- Check for JavaScript errors
- Verify AJAX endpoint is responding
- Clone the repository
- Set up a local WordPress environment
- Symlink or copy the plugin to your plugins directory
- Activate and test
This is an open-source project! We welcome contributions:
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
Types of contributions welcome:
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🌍 Translations
- 🎨 UI/UX enhancements
- Initial release
- Basic tag selection with sorting
- Search functionality
- Responsive design
- Auto-removal of selected tags
This plugin is licensed under the GPL v2.
For technical support and bug reports, please create an issue on the GitHub repository.
If you find this plugin useful and want to support its continued development:
🎯 Support Me - Help keep this project alive!
Your contribution helps:
- 🚀 Add new features
- 🐛 Fix bugs faster
- 📚 Improve documentation
- 🌍 Add more language translations
Author: Ntamas
Version: 0.0.1
WordPress Compatibility: 5.0+
PHP Compatibility: 7.4+