
內容簡介
這是一個在多站點網絡中將博客復制的簡單有效方法。
復制博客,包括其所有小工具、模板設置等。
選擇復制或不復制文件的選項。
文章內容中的 GUID 和 URL 將自動遷移。
本外掛是從 Ron Renneck 的 WP Replicator (http://wpebooks.com/replicator/) 外掛演變而來,經過 90% 的重寫。與原版的差異包括以下:
在大型博客上提高了性能。
提高了文件復制性能,管理員可選擇跳過復制。
移除了可用作復制源的博客數量限制。
將代碼封裝在類中,將變量重命名以使其更易讀。
修改了 UI 使其簡單易用。
遺憾的是,WordPress 文件管理代碼不能很好地處理具有子目錄的大型文件夾的復制,因此我們選擇使用 exec(‘cp’)。另一方面,我們設置了一個過濾器(copy_blog_files_command),以便您可以使用自己的自定義複製代碼覆蓋它。
本外掛得到積極支持,我們會盡力幫助您。作為回報,我們只有三點要求:
幫助他人。如果您在論壇上看到需要幫助或是有良好的想法並想編寫它並提交补丁,這會非常棒,我們會將您讚揚。這甚至可能是自由職業者的好方法來認識我們,並可能帶來一些付費工作。此外,如果您提供翻譯,我們也很樂意發布。
捐贈-如果本外掛產生足夠的收入支持我們的時間,這會使世界上所有事情都不同。
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWM2GF6BQZGSN
通過購買我們的高級插件來支持我們。特別是,檢查一下我們的活動日曆 Pro http://tri.be/wordpress-events-calendar-pro/
文檔
這非常簡單。選擇要復制的博客。設置一個新的域名或子域名和標題。決定您是否想復制文件或僅復制數據。點擊“立即復制”。完成。
本外掛不會跨網路復制博客,也不會備份網絡上的博客,也不會復制主要博客。它也不會將用戶從一個博客復制到另一個博客。
外掛標籤
開發者團隊
原文外掛簡介
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.
This plugin was derived from Ron Renneck’s awesome WP Replicator (http://wpebooks.com/replicator/) plugin, although it’s been 90% rewritten. 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.
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’). 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.
This plugin is actively supported and we will do our best to help you. In return we simply as 3 things:
Help Out. 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.
Donate – if this is generating enough revenue to support our time it makes all the difference in the world
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWM2GF6BQZGSN
Support us by buying our Premium plugins. In particular, check out our Events Calendar Pro 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.
