
內容簡介
總結:這個外掛提供了 WordPress 管理員從 RSS 或 XML 檔案中導入文章的直觀界面。它旨在通過進行最小處理來解決常見的導入問題,例如來自過度消毒的內容損壞。
問題與答案:
1. 這個外掛的主要功能是什麼?
- 答:提供了直觀的界面,讓 WordPress 管理員可以從 RSS 或 XML 檔案中導入文章。
2. 這個外掛有哪些重要功能?
- 答:
- 從 RSS/XML 檔案導入文章。
- 正確導入文章的發佈日期。
- 可選擇將飼料分類導入為 WordPress 分類或標籤。
- 可選擇使用標題匹配來覆蓋現有的文章。
- 進階內容清理:
- 移除 HTML 中的所有樣式和類屬性。
- 移除特定標記(如 span、a),但保留它們內部的文本。
- 修復不需要的換行和多餘的空格。
- 符合 WordPress 編碼標準安全性建造,包括 nonce 驗證和功能檢查。
開發者團隊
原文外掛簡介
This plugin provides a straightforward interface for WordPress administrators to import posts from an RSS or XML file. It is designed to solve common import problems, such as content corruption from aggressive sanitization, by performing minimal processing.
Key Features:
* Import posts from an RSS/XML file.
* Correctly imports post publication dates.
* Option to import feed categories as either WordPress Categories or Tags.
* Option to overwrite existing posts with matching titles.
* Advanced content cleaning:
* Remove all style and class attributes from HTML.
* Remove specific tags (like span, a) while keeping the text inside them.
* Fixes unwanted line breaks and extra spaces.
* Securely built with WordPress coding standards, including nonce verification and capability checks.
