REST API Posts Importer

外掛說明

Posts Importer is a powerful WordPress plugin that allows you to import posts from any WordPress website that has the REST API enabled. The plugin seamlessly imports posts along with their categories, tags, and featured images while maintaining proper WordPress security standards.

Key Features:

  • REST API Integration: Connect to any WordPress site’s REST API
  • Complete Post Import: Import posts with titles, content, and excerpts
  • Category Preservation: Automatically imports and creates categories
  • Tag Management: Imports and creates tags from source posts
  • Featured Image Support: Downloads and sets featured images
  • Pagination Support: Browse through multiple pages of posts
  • Security First: Built with WordPress security best practices
  • Duplicate Detection: Prevents importing the same post multiple times
  • User-Friendly Interface: Clean admin interface for easy management

Use Cases:
– Migrate content from one WordPress site to another
– Aggregate posts from multiple WordPress sites
– Content syndication between related websites
– Development and staging site content synchronization

License

This plugin is licensed under the GPL v2 or later.

螢幕擷圖

  • Settings page for configuring the source website URL
  • Posts importer interface with pagination and import buttons

安裝方式

  1. Upload the posts-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > Posts Importer and configure the source website URL
  4. Navigate to Posts Importer > Posts Importer to start importing posts

常見問題集

What do I need to use this plugin?

You need the source WordPress website to have the REST API enabled (which is enabled by default in WordPress 4.7+).

Can I import from any WordPress site?

Yes, as long as the site has the REST API enabled and accessible.

What happens if the same post is imported twice?

The plugin checks for existing posts and shows an “Edit Imported” button instead of import button for already imported posts.

Are featured images imported?

Yes, the plugin downloads and sets featured images from the source website.

How are categories and tags handled?

The plugin creates categories and tags on your site if they don’t already exist.

What if the remote server is slow or unresponsive?

The plugin includes timeout handling and will show appropriate error messages.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈REST API Posts Importer〉的開發相關工作。

參與者

將〈REST API Posts Importer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • Basic post import functionality
  • Category and tag import support
  • Featured image downloading
  • Pagination system
  • Security enhancements
  • Error handling improvements