外掛說明
A WordPress plugin that sanitizes tags in posts.
If you add the following tags to your posts they will be transformed like this:
"joe" -> "Joe" (capitalized first letter) "iMac" -> "iMac" (no change) "googletranslate" -> "Google Translate" (Transformed tag) "Wordpress" -> "WordPress" (small p changed to capital P)
It is also possible to alter the tag mappings from within the plugin controlpanel.
安裝方式
- Download and unzip to your WordPress plugin folder.
- Activate plugin.
- Whenever you add a tag to your post it will be sanitized so as to look prettier.
常見問題集
Do I use this at my own risk?
Yes.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.1
- Refactoring plugin for better performance.
1.0.0
- Uploaded plugin.