Description
Bulk Content Toolkit is designed to enhance your WordPress content management capabilities by providing tools to perform bulk operations on posts, pages, and custom post types. Save time and streamline your content workflow with this intuitive toolkit.
Features
- Bulk Editing: Edit multiple content items at once, including titles, content, categories, tags, and custom fields.
- Quick Actions: Apply actions like publish, unpublish, delete, or change status in bulk.
- Custom Filters: Filter content based on various criteria to manage specific sets of data efficiently.
- Export/Import: Bulk import or export content for migration or backup.
Usage
After activation, navigate to the new ‘Bulk Edit’ menu in your WordPress admin area, in Settings. From there, you can select the type of content you wish to work with and proceed with bulk actions.
Support
If you encounter any issues or have suggestions, please visit https://github.com/tlloancy or open an issue on GitHub.
Contribute
Want to contribute to Bulk Content Toolkit? Fork the repository on GitHub, make your changes, and submit a pull request.
- GitHub: https://github.com/tlloancy
Installation
-
From WordPress Admin:
- Go to ‘Plugins’ > ‘Add New’.
- Search for “Bulk Content Toolkit”.
- Click ‘Install Now’, then ‘Activate’.
-
Manual Upload:
- Download the plugin zip file.
- Upload via the WordPress plugin uploader or extract the zip into the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
-
Does this plugin work with custom post types?
-
Yes, Bulk Content Toolkit supports all registered post types within WordPress.
-
Can I undo bulk actions?
-
While the plugin itself does not store actions for undoing, you can generally do it via mass quick edit or consider using it in conjunction with plugins that track changes or provide undo functionality.
-
Is there a limit to how many items I can edit at once?
-
The limit is generally set by your server resources, but the plugin is optimized to handle large datasets efficiently.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Bulk Content Toolkit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Bulk Content Toolkit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Fixed: Case custom settings triggered event on other tabs e.g “Category”. Case $settings null fixed when array_columns error.
1.0.1
- Fixed: Deprecated FILTER_SANITIZE_STRING
- Fixed: Bad condition leading to misleading bulk display information
1.0.0
- Initial release with core functionality for bulk content management.