All Projects → stuttter → wp-site-cloner

stuttter / wp-site-cloner

Licence: other
Create sites with content from other sites

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to wp-site-cloner

wp-blog-meta
A global, joinable meta-data table for your WordPress Multisite sites
Stars: ✭ 25 (+13.64%)
Mutual labels:  multisite, sites
ENIGMA
The ENIGMA Toolbox is an open-source repository for accessing 100+ ENIGMA statistical maps, visualizing cortical and subcortical surface data, and relating neuroimaging findings to micro- and macroscale brain organization. 🤠
Stars: ✭ 66 (+200%)
Mutual labels:  multisite
apfs-clone-checker
An utility to check if two files are clones in macOs APFS.
Stars: ✭ 30 (+36.36%)
Mutual labels:  clone
Active Directory Scripts
Making my local storage of useful AD Scripts available to everyone.
Stars: ✭ 46 (+109.09%)
Mutual labels:  sites
TorrentLeechBot
A powerful telegram mirror bot..
Stars: ✭ 94 (+327.27%)
Mutual labels:  clone
apple-notes
A clone of the Apple Notes app but made universally with Expo
Stars: ✭ 53 (+140.91%)
Mutual labels:  clone
Gmail-Clone
Gmail Clone using flutter
Stars: ✭ 82 (+272.73%)
Mutual labels:  clone
content-and-experience-toolkit
The Oracle Content Management Toolkit and SDKs help you develop custom applications that consume content that is managed in the OCM repository. These applications can be developed in the Content Management Cloud or using 3rd party tools.
Stars: ✭ 41 (+86.36%)
Mutual labels:  sites
bea-content-sync-fusion
Synchronize contents across your Multisite.
Stars: ✭ 41 (+86.36%)
Mutual labels:  multisite
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (+81.82%)
Mutual labels:  clone
git-reclone
reclone your git repo
Stars: ✭ 11 (-50%)
Mutual labels:  clone
django-clone
Controlled Django model instance replication.
Stars: ✭ 89 (+304.55%)
Mutual labels:  clone
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (+0%)
Mutual labels:  clone
kein-instagram
Instagram UI with React Native using Native Base UI kit
Stars: ✭ 14 (-36.36%)
Mutual labels:  clone
docs
Documentation site for LFE
Stars: ✭ 23 (+4.55%)
Mutual labels:  sites
node-react-zwitter
🐧 NodeJS, Express, MySQL and React Boilerplate App - Zwitter (Basic clone of Twitter)
Stars: ✭ 13 (-40.91%)
Mutual labels:  clone
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (+54.55%)
Mutual labels:  sites
Sitegeist.MagicWand
Tools that make the Flow/Neos development easier
Stars: ✭ 47 (+113.64%)
Mutual labels:  clone
github-org-clone
Clone repositories managed by a github organisation or team
Stars: ✭ 34 (+54.55%)
Mutual labels:  clone
AmazonPrime-ReactJS-Clone
Amazon Prime Clone in ReactJS. I have made a Amazon Prime Clone web version in ReactSJ. All the data is dynamic and even has the facility of Watching Trailers. Play around with the app. Link given in ReadMe
Stars: ✭ 45 (+104.55%)
Mutual labels:  clone

WP Site Cloner

Use an existing site's content to populate a new site.

WP Site Cloner allows the copying of a site's content with just 1 function.

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • No further setup or configuration is necessary.

FAQ

Does this create new database tables?

Technically, that's the only thing that it does!

Does this modify existing database tables?

No. All of WordPress's core database tables remain untouched.

How do I use this?

Probably something like:

wp_clone_site( array(
	'domain'        => 'src.wordpress-develop.dev',
	'path'          => '/paul/',
	'title'         => 'Paul the Dog',
	'from_site_id'  => 35,
	'to_network_id' => 1,
	'meta'          => array(
		'public' => 1
	)
) );

What about wp_links?

If link_manager_enabled is falsey on the source site, it will not get copied over to the new one.

Where can I get support?

The WordPress support forums: https://wordpress.org/tags/wp-site-cloner/

Can I contribute?

Yes, please!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].