Tagged Questions
1
vote
0answers
30 views
Moving wp-admin folder to a different host in a multisite environment
Current Multisite setup:
first site: www.site1.com
second site: subdomain.site1.com
admin: www.site1.com/wp-admin/
I m looking to move wp-admin to a different host, which is accessed via a domain ...
0
votes
1answer
53 views
Infamous admin login redirect
I have a multisite installed with the domain mapping plugin.
All the domains work fine, except...
One of the sites is on a subdirectory (the main site running Magento).
I added a symlink to the ...
0
votes
1answer
54 views
Copy posts from one blog to another in multisite environment
I am creating a plugin for post.php page where user can select (one or more) blogs and copy the post content,title,author,categories everything in selected blogs. The copied post would be the child of ...
2
votes
1answer
25 views
How to set Active plugins as the default screen?
In my testing environment, I've got one hundred plugins. I'm more interested in seeing first the Active plugins than the complete list (All).
How can I change the default screen for the Plugins menu ...
1
vote
2answers
57 views
Difference Between Admin and Super Admin in Database
I was looking at the user table and noticed for a super admin ( have access to network admin panel ) and an admin to a network site have same wp_capabilities which is a:1:{s:13:"administrator";b:1;} ...
2
votes
1answer
62 views
Why does the My Site dropdown show only a single domain?
I ran a Network Update today from Network -> Update Network, and since then all the sites, and all the links to sites within my Admin area reference the same domain. The domain it uses is relative to ...
1
vote
1answer
210 views
Hide a theme on list of themes in wp-admin without editing core files
I'm running a multisite network with 200+ themes installed and activated. Is there a way to manipulate the list of available themes in wp-admin so that certain theme does not appear in the list? I ...
0
votes
1answer
227 views
Filters 'request' and 'parse_query' not firing in sites.php nor link-manager.php
I'm trying to make sortable columns in Sites and Links listings admin pages.
/wp-admin/network/sites.php and /wp-admin/link-manager.php
The problem is the following filters are not firing up in ...
0
votes
2answers
183 views
Manipulate list of themes in wp-admin
I'm running a multisite network with 100+ themes installed and activated. Is there a way to manipulate the list of available themes in wp-admin so that certain themes appear in the list first? (a kind ...
0
votes
1answer
324 views
How to display terms and conditions in post area?
I'm running a multisite.
I would like to display "Terms and conditions" when user trying to create a new post.
Users should Click "I agree" link and then proceed to create a new ...
1
vote
1answer
779 views
How to enable a site administrator to edit users in a WordPress network/ multisite setup?
I have a few sites in a network. I don't want the site administrators to manage things like network plugins, but I would like them to be able to edit profiles of all network users, not use those on ...
2
votes
1answer
689 views
wp-admin slow in multisite
Running Wordpress 3.1.2 (newly updated, installed as 3.0 about a year ago) with subdomain multisite & using the Sunrise domain mapping plugin.
The frontend is fast, the backend (wp-admin) is very ...
1
vote
1answer
205 views
How to remove Broken Link Checker widget from admin menu
I'm trying to clean up the Admin Dashboard widgets so that only the administrator level users can see the various meta boxes, but no matter what i've tried the Broken Link Checker widget will not go ...
1
vote
2answers
512 views
Creating a Post form outside of the Admin
I am merging Wordpress into a existing system and require our users to be able to make posts to a multi-site WP install. I have a database table that will link our own member to specific blog IDs and ...
8
votes
3answers
3k views
Create mobile site with same content just different theme
I have a wordpress site and want to create a different theme for mobile. I'd like to create a subdomain such as m.domain.com which will use a mobile optimized theme much different than the desktop ...