Get all terms inside a specific taxonomy in a multisite

No way to do that in a “word press” way… function multisite_profession_select(){ switch_to_blog(1); $taxonomies = array(‘rsitecat’); $check_later = array(); global $wp_taxonomies; foreach($taxonomies as $taxonomy){ if (isset($wp_taxonomies[$taxonomy])){ $check_later[$taxonomy] = false; } else { $wp_taxonomies[$taxonomy] = true; $check_later[$taxonomy] = true; } } $args = array(‘hide_empty’ => false); $terms = get_terms($taxonomies, $args ); echo ‘<pre>’; print_r($terms); echo ‘</pre>’; … Read more

Multisite Login Issues

To expand on my answer in the comments. “DEFINES” are constants that can only be defined once. If you could change the value of a constant, then it wouldn’t be a ‘constant’. So, the issue is that once defined, the constants that you added cannot be redefined to other values. It is not clear from … Read more

Multisite: use media from one site vs. copying the same media to all language sites?

I think separate language site is better in most case, until better auto-translation technology appear. MultiSite Language Switcher plugin is a good plugin for this purpose. Media can be linked by url, you can even use external/dedicated site for storage block. If necessary, and there’s no main storage limitations simply create rsync cron to copy … Read more

Uploading/Deploying a Multi Site Install

You should be able to move WordPress multi-site the same way you would any other WordPress site. Assuming your development environment is similar to production then yes. Moving a WPMU isn’t hard but can be tricky. The Codex has pretty good documentation on how to do this. If you try with the command line and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)