What is the function to check network admin?
Google search: http://hitchhackerguide.com/2011/02/24/is_network_admin/ is_network_admin(); 🙂
Google search: http://hitchhackerguide.com/2011/02/24/is_network_admin/ is_network_admin(); 🙂
Basically they moved Super Admin menus and related pages out of the regular admin and into a new Network Admin screen. and the updates are: Add contextual help for Network screens Add delete support to network themes Add plugin update notifications, plugin install, plugin update to the network admin screen Admin Bar similar to that … Read more
Multisite, with virtual root
HTTPS Warning and Certificate Error when Updating Network
I found this which might solve your problem: <IfModule mod_security.c> SecFilterEngine Off </IfModule> This code goes in a file called .htaccess and must be uploaded in /wp-admin directory. This will disable mod_security which is a module in Apache2 activated by default but it can be problematic. EDIT: @Rarst is right. It is just to see … Read more
Renaming admin user on multisite install by MySQL
Create Custom Multisite User Role to Reduce Capabilities
With the multisite install main site and network on s.example.com you can have the subiste as s.example.com/subsite you will need to have your multisite as a sub-folder installation and not a sub-domain installation (ref the codex) As you are using WP-Multi-Network you should be ok to go to create a new site @ s.example.com/wp-admin/network/sites.php. Otherwise … Read more
Multisite Subdirectory with same domain subdomain
Show function to super admin