內容簡介
<html>
<ul>
<li>WordPress 預設會刪除連續空格和前後空格。KeepSpace 外掛可以自動將常規空格轉換為特殊字符空格,以防止被省略。</li>
</ul>
<br>
<ul>
<li>主要功能:</li>
<ul>
<li>自動將常規空格轉換為特殊字符空格</li>
<li>支援標題、摘要、內容和評論的四個獨立開關</li>
<li>提供三種特殊空格字符供選擇:</li>
</ul>
</ul>
<br>
<ul>
<li>三種特殊空格字符:</li>
<ul>
<li>不斷行空格 (\u00A0) – 推薦</li>
<ul>
<li>與 具有相同的視覺效果</li>
<li>僅計為 1 個字符,不影響摘要截斷</li>
</ul>
<li>中文全形空格 (\u3000)</li>
<ul>
<li>在中文環境中非常自然</li>
<li>寬度正好為一個中文字</li>
</ul>
<li>HTML 實體空格 ( )</li>
<ul>
<li>最佳兼容性,所有瀏覽器支持</li>
<li>計為 5 個字符會影響摘要擷取</li>
</ul>
</ul>
</ul>
</html>
外掛標籤
開發者團隊
原文外掛簡介
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:
Non-breaking space (\u00A0) – Recommended
Same visual effect as
Counts as only 1 character and does not affect excerpt truncation
Chinese full-width space (\u3000)
In a Chinese environment, it’s very natural
The width is exactly one Chinese character
HTML Entity Space ( )
Best compatibility, supported by all browsers
Counting 5 characters will affect the summary extraction
