Multilingual Press
-
i have create a site there i add Multilingual Press plugin for it i create network site step by setp
1. create blog.dir in wp-content/blog.dir
2.In wp config file after this line define(‘WP_DEBUG’, false);
i add this.
define(‘WP_ALLOW_MULTISITE’, true);
and then in admin site tool–>multisite press installed then.
3. i paste in config file under the code i paste before.define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘rainbow.rcvwebsolution.in’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
http://ww.wp.xz.cn/extend/plugins/multilingual-press/4.and add in .htaccess file.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPress5.after that i relogin and go to network dashboard and all site add new site
Site Address mydomain.in
in text box: indexpl
Site Title: Polish
Admin Email: different email from admin.
after add i set language on this domain but the theme showing only Twenty Eleven not my Techozoic Fluid that is ruining on my main domain
how to set this Techozoic Fluid theme on new domain and language .right now not language convert and not current theme show.
i need 2 language polish and spanish, i have single site. please guide me how to show this problem.
http://ww.wp.xz.cn/extend/plugins/multilingual-press/
The topic ‘Multilingual Press’ is closed to new replies.