WordPress Multi Network (Add-ons)

This plugin works only with one WordPress installation. Its created to modificate the standard wordpress network and manipulate with posts that are in the sites(blogs) that contained in WordPress network.

WordPress Network Modifier(WNM) – This plugin was made to modificate a standard wordpress network and allow admins to create and manage multiple Networks from one WordPress installation.

Each site can exist on its own domain, and have its own set of sites.

Each administrator can select posts from sub-sites that he wants to see on his site. You can show the posts with widget or you can use special WNM function for those purposes.

Features

  1. You can create multi site/level networks.
  2. You can set to each site it`s own domain.
  3. You can specify which administrators can create new sites.
  4. You can show(link) specified posts from other sites on your site.
  5. You can view & manage all linked posts.
  6. You have two ways to show the linked posts: widget & special function.
  7. Caching system to improve performance.

Easy to Use

WNM has a very simple and intuitive interface,
everything you need is in the plugin menu and divided by tabs
and also can be accessed from the admin toolbar.
The installation of the plugin is very simple, just like the other plugins:
You need to extract the plugin into your WordPress plugins folder
and activate the plugin in the Admin Menu.

Note: The standard WordPress network need to be activated!

Future plans

  1. You will be able to set each site its own set of plugins.
  2. You will be able to set each site its own set of themes.
  3. You will be able to add posts to your blog from other blogs simply from the frontend.
  4. You will be able to move sub-sites(Changing the parent site of sub-site).

Requirements

  1. WordPress 3
  2. PHP 5 +.

Caveats

WNM will not automatically add the domain to your server!
Your webserver must direct requests for each domain you want to use to your WordPress install’s filesystem location.
Read the FAQ if you have trouble with it or email your web host and ask them to make this one change for you.

FAQ

How do I set the domains to points at my WordPress main installtion?
Note:DNS should resolve each desired domain to your web server.

From Web Host Manager (WHM): Add a wildcard subdomain/virtual host record to your site’s DNS record in WHM .

  1. Go to “Edit DNS Zone” and select the domain of your WPMU installation and click “Edit”.
  2. Below “Add New Entries Below This Line”, enter in the first box (Domain) an asterisk: ”*”.
  3. The second box, TTL , should be “14400”.
  4. The third box should be “IN”.
  5. Select A Record Type from the drop down “A”.
  6. And in the last box, paste in the IP address of your website/network.

From Cpanel, click on the “Parked Domains” under the “Domains” section:

  1. Under “Create a New Parked Domain” enter the domain name you want to add to your network.
  2. Click the “Add Domain” button.
  3. It should add the domain to the list of parked domains and under “Redirect to” it will say “not redirected”. That is OKAY .

From httpd.conf: If you have access to web server configuration, configure your web server to direct requests for each desired
domain to the same site (e.g. via `ServerAlias` directives or `Host Headers`) like this:

<VirtualHost %SERVER_IP%:80>
  DocumentRoot "%PATH_TO_WP%"  
  ServerName "mydomain.com" 
  ServerAlias "mydomain.com" "www.mydomain.com" 
</VirtualHost>

%SERVER_IP %- IP of your server
%PATH_TO_WP %- WordPress main installtion directory(e.g /home/webserver/httpd/).
mydomain.com -Your domain

Is WordPress Network Modifier right for me?

  • If you run blogs on one domain with WordPress and want to run new blogs on another domain, WordPress Network Modifier can help you.
  • If you want a single blog to have more than one address, it can NOT .
  • If you want different VHOST policies per-domain, it can NOT .
  • If you want to add hundreds of domains at a time, you would be better served by a Perl script.

Do I have the opportunity to translate the plugin?
YES ! Use the wnm.po file to translate – after you translate this file, compilate .mo file and save it in “langs” folder in the plugin directory
and name it like this: “wnm_text_domain-ru_RU.mo” where “ru_RU” is the name of your locale.

Download WordPress Multi Network (Add-ons)

Leave a Reply

Your email address will not be published. Required fields are marked *