List all sites in multisite
You can try to replace: ORDER BY registered DESC with: ORDER BY domain ASC, path ASC to get the sites in an alphabetical order.
You can try to replace: ORDER BY registered DESC with: ORDER BY domain ASC, path ASC to get the sites in an alphabetical order.
Since you’re not getting anything in the page source, it’s at least reasonable to work under the assumption that something is either going wrong in the initialization process or very early on in building the page templates (like something you’ve hooked into wp_head(). I would try adding “breakpoints” to any functions that you’ve hooked into … Read more
First, as you already said, you will need to activate multisite. To do so in your wp-config.php file just before the line that says: /* That’s all, stop editing! Happy blogging. */ add define( ‘WP_ALLOW_MULTISITE’, true ); and then in the WordPress admin, go to Tools >Network Setup then follow the steps to finish installing … Read more
I fixed it changing the urls of the sites to include the /blog/ suffix. You cannot create the site with a slash but you can change the site URL once it is created. Then changing the RewriteRules in .htaccess to: RewriteRule ^([_0-9a-zA-Z-]+/blog/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteRule ^([_0-9a-zA-Z-]+/blog/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/blog/)?(.*\.php)$ $2 [L] Finally, adding some … Read more
ID of a site The data from a site inside a Multisite network are stored in separate tables of the database. Check the ID of the site in your back-end: Network –> Websites Now mouse over, hover effect, about a edit link and you find the ID of the site inside the link /wp-admin/network/site-info.php?id=123 Tables … Read more
Multisite Primary Domain Broken All Subsites Work
Multisite admin panel not working after the update
404 error in dashboard of subdomain of multisite
Run WordPress multisite from secondary volume on AWS EC2
Many big issues in the website, WP_Debug not showing