KeepSpace

ຄຳອະທິບາຍ

WordPress by default omits consecutive spaces and leading/trailing spaces. KeepSpace can automatically convert regular spaces to special character spaces to prevent them from being omitted.

Main functions:

  • Automatically convert regular spaces into special-character spaces
  • Supports four independent toggles for title, excerpt, content, and comments
  • Provides three types of special space characters to choose from

Three types of special space characters:

  1. Non-breaking space (\u00A0) – Recommended

    • Same visual effect as  
    • Counts as only 1 character and does not affect excerpt truncation
  2. Chinese full-width space (\u3000)

    • In a Chinese environment, it’s very natural
    • The width is exactly one Chinese character
  3. HTML Entity Space ( )

    • Best compatibility, supported by all browsers
    • Counting 5 characters will affect the summary extraction

ພາບໜ້າຈໍ

  • Settings interface

ການຕິດຕັ້ງ

  1. Upload the plugin files to the /wp-content/plugins directory
  2. Activate the plugin in the “Plugins” menu of the WordPress admin dashboard
  3. Go to “Settings” > “KeepSpace” to configure the plugin options

ຄຳຖາມທີ່ພົບເລື້ອຍ

Will existing content be automatically updated after changing the space type?

No. The special space type change only applies to newly saved content; existing special spaces in saved content will not be automatically updated.

ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“KeepSpace” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

ແປ “KeepSpace” ເປັນພາສາຂອງເຈົ້າ.

ສົນໃຈຮ່ວມພັດທະນາບໍ່?

ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.

ບັນທຶກການປ່ຽນແປງ

1.0.5(2025-10-13)

  • Optimize the space-replacement logic to reduce the chance of mistakenly intercepting other forms

1.0.4(2025-6-20)

  • Launch on wordpress.org