Running multiple sites with one installation and one central management. Also known as network.
0
votes
0answers
4 views
Multiple User Accounts with 1 email address on Multisite
I recently found the following post dealing with overriding the error messages when trying to create another account on a multisite blog, when that email address already exists in the network.
My ...
0
votes
0answers
9 views
WordPress MultiSite Network Menus have disappeared?
I've had this WPMS install has been running for years. And I always keep it updated. Today, for some reason, the Network Menu options have disappeared. I can still manually navigate to all the Network ...
1
vote
0answers
10 views
Navigation menu not being assigned Theme Location
I am setting my navigation menu up using the following snippet in my functions.php.
add_action( 'init', 'add_menus' );
function add_menus() {
register_nav_menus(
...
0
votes
1answer
11 views
Redirecting to page not found mulitiste
when you make a new site from the network admin panel, and then go to the site dashboard it comes up with a "page not found" message.
I am working in localhost/mulitsite/
is the redirect url is ...
0
votes
1answer
20 views
Development (multi)site indexed - recommendations to redirect 301 to correct url?
Have just finished working on a dev site and the live site has been launched (on a different server/url) - unfortunately, Google bots were very efficient and have inadvertently indexed the dev site ...
0
votes
0answers
11 views
Redirect registration=disabled page
I need users who land on this page...
http://subdomain.example.com/temp/wp-login.php?registration=disabled
To be redirected to http://subdomain.example.com/temp/register
I am using multi-site so I ...
0
votes
1answer
17 views
Page Template Dropdown - Missing In WordPress MultiSite
I am using WordPress Multi-Site and on the page edit screen I am completely missing the Page Template drop down.
I have tried looking in Page Options and it's missing from there as well. If I enable ...
-1
votes
0answers
12 views
How to use multiple domain Woocomerce store with domain based filters
Maybe the title is not very helpful, so this is what we try to get:
Use Woocommerce (or another e-commerce plugin) to get a central repository of products.
Use the same wordpress installation across ...
0
votes
2answers
28 views
get_last_updated() not working - multisite loop
I am struggling to get the get_last_updated() function to work on main blog.
I have a network site with about about 9 blogs on it.
I am simply trying to loop all my blogs and find do some querying ...
1
vote
0answers
21 views
How to use HyperDB plugin in a existing wpmu
I am using wordpress mu v3.5.1 in a single db called maindb. And i have also 5 blog. They are bazar(main blog), demo1, demo2, demo3 and demo4. In future i want add more blog but i want to create a ...
0
votes
0answers
22 views
Can I set up Wordpress Multisite where one of the subdomains has ssl?
I would like to install wordpress multisite on a live server and have one of the sub-domains be https. The main site is not https and neither are the other sub-domains. Is that possible? Thanks!
2
votes
0answers
28 views
Customize multisite site creation with user data
No, I've never made a plugin. But I would like to, or find someone who can work with me on it. What I'm hoping to accomplish is setup presets on site creation. I need my multisite to do this:
When ...
0
votes
0answers
18 views
How to populate a Wordpress install with a lot of categories, quickly?
I'm looking at starting a new project, but I've not done anything like this before. I'm hoping someone with more experience will be able to offer me advice on this one.
The site revolves around ...
0
votes
0answers
29 views
Host does not allow remote connection, so how do I transfer data to my WordPress site?
I spent the last week trying to get my PHP code on my website to connect to my remote "personal" computer to display some data on a webpage. I just found out today from my web host (ipage)
"our ...
0
votes
1answer
12 views
Multisite domain mapping breaks CSS
I have set up a multisite (sub directories) and all my plugins/CSS was working fine.
Then I added domain mapping and managed to point a domain example.com to a site ID 4.
All still working fine.
...