內容簡介
Lucas String Replace 可以在任何 WordPress 處理的頁面上將任何字符串替換為其他字符串。
它會在 WordPress 的最終輸出中替換定義的字符串為其他字符串。
新增:添加多個要替換的字符串,並創建多個集合
例如,您可以使用它進行以下操作
HTTPS 協議重寫(將任何“http://domain.com”替換為“https://domain.com”)
更好的 WordPress(多站點)域名映射(將任何“myblog.domain.com”替換為“www.myblog.com”)
替換或添加 HTML 到特定位置
更改或添加內容到您的 sitemap.xml(非靜態,已經測試與 XML Sitemap Generator)或者 robots.txt
替換或更改由字母和數字組成的任何內容……
請注意
Lucas String Replace 可能會減慢網站速度。建議與緩存插件搭配使用,以保持網站運行速度快。
外掛標籤
開發者團隊
原文外掛簡介
Lucas String Replace replaces any string on any WordPress processed page with another string.
It takes the final output of WordPress and replaces defined strings with another string.
New: Add multiple strings to replace and create mutltiple sets
You can use it, for example, for the following purposes
HTTPS Protocol Rewriting (replace any “http://domain.com” with “https://domain.com”)
Better WordPress (Multisite) Domain Mapping (replace any “myblog.domain.com” with “www.myblog.com”)
Replace or add HTML to a specific place
Make changes or add contents to your sitemap.xml (non-static, tested with XML Sitemap Generator) or to your robots.txt
Repace or change anything made out of letters and numbers…
Please note
Lucas String Replace can slow down your website speed. It is recommended to use it in combination with a caching plugin to keep your website fast.
