[wordpress插件] Blog Copier博客副本

wordpress 插件 文章 2020-03-07 01:00 491 0 全屏看文

AI助手支持GPT4.0

评分
92
描述

A simple and effective approach to copying blogs within a multisite network.

在多站点网络中复制博客的简单有效的方法。

    • Copy a blog including all its widgets, template settings and more.
    • 复制博客,包括其所有小部件,模板设置等。

    • Option to copy or not copy files.
    • 复制或不复制文件的选项。

    • GUIDs and urls in post contents are migrated automatically.
    • 帖子内容中的GUID和url自动迁移。

    This plugin was derived from Ron Renneck’s awesome WP Replicator (http://wpebooks.comeplicator/) plugin, although it’s been 90% rewritten.

    此插件源自Ron Renneck令人敬畏的WP Replicator(http://wpebooks.comeplicator/)插件,尽管已对其进行了90%的重写。

    Changes from the original include the following:

    与原始版本相比,更改如下:

      • Improved performance on large scale blogs.
      • 提高了大型博客的性能。

      • Improved file copy performance and an option in the admin to bypass copying altogether.
      • 提高了文件复制性能,并且管理员可以选择完全绕过复制。

      • Removed limit of number of blogs that can be used as a copy source.
      • 已删除可用作复制源的博客数量的限制。

      • Encapsulated the code in a Class and renamed variables to be more readable.
      • 将代码封装在Class中,并重命名变量以提高可读性。

      • Revised UI to keep it simple and easy to use.
      • 经过修订的用户界面,使其保持简单易用。

      Sadly the WordPress file management code is not idea for handling the copying of a large folder with subdirectories so we opted to stick with exec(‘cp’).

      遗憾的是,WordPress文件管理代码并不是处理带有子目录的大型文件夹的复制的主意,因此我们选择使用exec('cp')。

      On the flip side, we set up a filter (copy_blog_files_command) so that you can override it with your own custom copy code.

      在另一方面,我们设置了一个过滤器(copy_blog_files_command),以便您可以使用自己的自定义复制代码覆盖它。

      This plugin is actively supported and we will do our best to help you.

      此插件受到积极支持,我们将尽力为您提供帮助。

      In return we simply as 3 things:

      作为回报,我们简单地看做三件事:

        1. Help Out.

        2. 帮忙。

          If you see a question on the forum you can help with or have a great idea and want to code it up and submit a patch, that would be just plain awesome and we will shower your with praise.

          如果您在论坛上看到一个问题,您可以提供帮助或有一个好主意,并希望对其进行编码并提交补丁,那就太好了,我们将赞美您。

          Might even be a good way to get to know us and lead to some paid work if you freelance.

          如果您是自由职业者,甚至可能是了解我们并从事某些有偿工作的好方法。

          Also, we are happy to post translations if you provide them.

        3. 另外,如果您提供翻译,我们也很乐意发布。

        4. Donate – if this is generating enough revenue to support our time it makes all the difference in the world

        5. 捐赠-如果这产生了足够的收入来支持我们的时间,那么这将改变世界的一切

          https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWM2GF6BQZGSN

        6. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWM2GF6BQZGSN

        7. Support us by buying our Premium plugins.

        8. 通过购买我们的高级插件来支持我们。

          In particular, check out our Events Calendar Pro http://tri.be/wordpress-events-calendar-pro/

        9. 特别是,请查看我们的活动日历专业版http://tri.be/wordpress-events-calendar-pro/

        Documentation

        文档

        It’s pretty straight forward.

        这很简单。

        Select the blog you want to copy.

        选择您要复制的博客。

        Set a new domain or subdomain and a title.

        设置一个新的域或子域以及一个标题。

        Decide if you want to copy the files or just the data.

        确定要复制文件还是仅复制数据。

        Click “Copy Now”.

        点击“立即复制”。

        Done.

        完成。

        This DOES NOT copy blogs across networks, back up blogs off the network, or copy the master blog.

        这不会跨网络复制博客,不在网络上备份博客或复制主博客。

        This also does NOT copy users from one blog to another.

        这也不会将用户从一个博客复制到另一个博客。

安装步骤

Install

安装

    1. In your WordPress Network administration, go to the Plugins page
    2. 在WordPress网络管理中,转到“插件”页面

    3. Activate this plugin and a subpage for the plugin will appear

    4. 激活此插件,将显示该插件的子页面

      in your Sites menu.

    5. 在“网站”菜单中。

    Please visit the forum for questions or comments: https://wordpress.org/tags/blog-copier/

    请访问论坛以提出问题或评论:https://wordpress.org/tags/blog-copier/

    Requirements

    要求

      • PHP 5.1 or above
      • PHP 5.1或更高版本

      • WordPress 3.0 or above
      • WordPress 3.0或更高版本

      • Multisite activated with at least one sub-blog
      • 通过至少一个子博客激活的多站点

下载地址
https://downloads.wordpress.org/plugin/blog-copier.1.0.7.zip
-EOF-

AI助手支持GPT4.0