New multisite themes can’t display whoes it choose
-
I configed my multisite in wp-config.php and other settings in the standard guide. My new site work. I use the newst default theme of wordpress (twentyseventeen). But new multisite themes can’t display whoes it choose
Here is my new sub-folder of one new site
https://ratingvn.xyz/o-to/My site is run in vps
The bottom of my wp-config file is:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘siteurl’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
- The topic ‘New multisite themes can’t display whoes it choose’ is closed to new replies.