Wordpress and WordpressMU differences

Posted by Andrea under Basics

One of the first things people want to know is the major differences in code between the stand-alone version WordPress and WordPressMU. The official FAQ says:
How much code does it share with regular WordPress?
Basically WordPress MU is a wrapper around the core WP code that virtualizes multiple blogs. The code that differs is in some [...] Read more »

2 Comments

Choosing a host

Posted by Andrea under News

Simply put, WordPressMu is software intended for those who wish to run a site similar to WordPress.com. As such, a shared hosting plan will quickly run out of resources and you will be asked to leave long before you run out of bandwidth or storage space. It is not like running one blog setup with [...] Read more »

4 Comments

Before you install

Posted by Andrea under Installation

Before installing MU, it is very important to do a few things. The utmost important one is to read the readme.txt file. The installation procedure is not the same as the famous 5 minute Wordpress install; it is quite different. Become familiar with the contents of this file. If at any point you have questions, [...] Read more »

6 Comments

The mu-plugins folder

Posted by Andrea under Plugins

One noticeable difference in the file structure between WordPress and WordPressMU is the addition of the mu-plugins folder. Files placed within this folder will be executed automatically.
If the plugin requires a hook into the plugin activation sequence, it will not be compatible with this auto-execution directory. If this is they case, you will either need [...] Read more »

4 Comments

Enabling a theme for just one blog

Posted by Andrea under Themes

Sometimes on a WPMU system, you may wish to have a theme enabled just for one blog. The main blog is a good example,. because you do not want users able to choose the exact same layout as the main blog with any custom coding it may have.
First, make sure the theme is not active [...] Read more »

3 Comments

Adding new themes

Posted by Andrea under Themes

In MU, users do not have access to the server, and the site admin is the one who will upload new themes. They stil go in the Themes directory just like in regular WordPress. Before they will show up sitewide for all users, the admin must enable it.
Go to Site Admin -> Themes. Here [...] Read more »

1 Comment

Hello world!

Posted by Andrea under News

Welcome to WordPressMu tutorials, most of which will be coming soon. Here I’ll explain how to do basic to intermediate tasks within and without MU to get it to behave how you want. I’ll also explain how it works.
Stay tuned! Mind the dust though, I’m editing this place live.
Share This Read more »

No Comments

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);
Close
E-mail It
This blog has been fine-tuned with 13 WordPress Tweaks.