Linux 软件免费装

Directly Import

开发者 rnoakes3rd
更新时间 2020年4月8日 05:02
捐献地址: 去捐款
PHP版本: 5.0 及以上
WordPress版本: 5.4
版权: GNU General Public License v3.0
版权网址: 版权信息

标签

posts comments taxonomies attachments terms acf importer direct

下载

1.0.0 1.0.1

详情介绍:

Import posts and related records directly from another WordPress site. To use this plugin, it must be installed on both sites and you must have admin access to both sites. The tool imports one post at a time along with any related posts, terms, users and/or attachments. It attempts to update attachment IDs and URLs on-the-fly and has built-in support for ACF repeatable fields. Below are some details on how to use the plugin. Export Site Import Site Filter Hooks The following filter hooks can be added to the import site if necessary. They are not used directly on the export site: diim_import_post_type Check to see if the current post should be imported based on its post type. @param boolean $import False by default. @param string $base_post_type Post type being processed. @param string $current_post_type Post type for the current post. @return boolean True if the current post should be imported. diim_post_meta_contains_html Filters the post meta keys that contain HTML content. @param array $keys Meta keys for values that contain HTML content. @return array Modified array of meta keys. diim_post_meta_contains_urls Filters the post meta keys that contain post URLs. @param array $keys Meta keys for values that contain post URLs. @return array Modified array of meta keys. diim_post_meta_ignore Filters the post meta keys and prefixes that should be ignored. @param array $keys_and_prefixes Meta keys and prefixes that should be ignored. @return array Modified array of meta keys. diim_post_meta_post_ids Filters the post meta keys that contain post IDs. @param array $keys Meta keys for values that contain post IDs. @return array Modified array of meta keys. diim_post_meta_rename Filters the post meta keys that should be renamed before being imported. @param array $keys Meta keys that should be renamed before being imported. @return array Modified array of meta keys. diim_post_meta_term_ids Filters the post meta keys that contain term IDs. @param array $keys Meta keys for values that contain term IDs. @return array Modified array of meta keys. diim_post_meta_user_ids Filters the post meta keys that contain user IDs. @param array $keys Meta keys for values that contain user IDs. @return array Modified array of meta keys.

安装:

From Your WordPress Dashboard
  1. Log into the WordPress admin
  2. Go to Plugins > Add New
  3. Search for Directly Import
  4. Click Install Now for the "Directly Import" plugin
  5. Click Activate
From WordPress.org
  1. Download the plugin
  2. Log into the WordPress admin
  3. Go to Plugins > Add New
  4. Click Upload Plugin
  5. Click Browse and select the downloaded ZIP file
  6. Click Install Now
  7. Click Activate Plugin
Via File Transfer
  1. Download the plugin
  2. Extract the ZIP file
  3. Upload the contents of the ZIP file to wp-content/plugins/
  4. Log into the WordPress admin
  5. Go to Plugins
  6. Click Activate under "Directly Import"
What's Next? Once the plugin is active, simply visit Settings > Directly Import and enable the settings appropriate for this site.

屏幕截图:

  • Settings Screen
  • Import Screen

更新日志:

1.0.1 1.0.0