On display, duplicate whitespace (including unicode whitespace characters) in between sentences or elsewhere within posts will be replaced with a single space. Useful if multiple contributors use different styles for sentence spacing or as a catch-all for any unintended extra whitespace.
This enables consistency in a blog with multiple contributors where one writer uses double spaces between sentences and another uses single spaces.
No modifications are made to the post content itself, the replacement happens when the content is displayed to the user.
Download
Latest version: Download Remove Double Space v0.3 [zip]
Installation
- Unzip
remove-double-space.zip
. - Upload the
remove-double-space
directory to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to the admin panel
Settings > Remove Spaces
to turn the replacement on/off (off by default).
FAQ
Q. Does this plugin clean up after itself if uninstalled?
A. Yes, if deleted via the admin interface, the plugin will remove its options from the database using the uninstall.php
file. Deactivating the plugin won’t have any effect on the database options. If this file is not included with the plugin, the uninstall process will not run.
Changelog
0.3
- Tested up to 3.2
0.2
- Fully uses Settings API
- Changed menu name and moved to Settings panel, added link to settings from plugins page
- Encapsulated plugin in a class
- Fixed donation link
0.1
- Initial release, supports switching replacement off/on globally.
Will this plugin remove the double space on all my content, or just on posts? I am a chronic double spacer, because that’s how I was taught when I learned how to type, and the habit is almost impossible for me to break! Help please!
It will work on all content types.
Thanks for the quick reply! This is exactly what I was looking for! There are others in the repository, but they look like they’re only for individual blog posts! Can’t wait to test it out!
Wow! Thanks so much. You just saved me a ton of frustration. I have a client who has over 1,000 blog articles, and the spacing is double, sometimes triple. I think he writes so fast and doesn’t have time to edit, so this plugin is a such a time saver.
This plugin still works perfectly for me in late 2021 with the latest version of WordPress. You should do an “official” compatibility test so that it doesn’t look abandoned in the WordPress repository. Thanks so much, solved my most annoying problem!