Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP Multisite Mirror

Beschrijving

This is a simple plugin to mirror sites in WP Multisite installation(s). It can be used to populate multiple different WP Multisite sites with identical content. Posting on 1 site will update all other mirrors of it.

I originally put this together for a website that has 2 near identical versions, one paid and one free, both are WP Multisite installation with multiple subsites. I’m posting it here so it can be useful for other developers.

Some requirements: * The destination site and the site being mirrored must be in the same database. * Requires some working knowledge of WP database and WP in general (to use this and be able to mod it to your needs).

Git repository: https://github.com/kien/wordpress-multisites-mirror

Issues tracker: https://github.com/kien/wordpress-multisites-mirror/issues

Installatie

  1. Extract the zip archive and upload the multisites_mirror directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin in the MMS Settings page under Plugins

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP Multisite Mirror” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP Multisite Mirror” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.2

  • Initial Upload