Rize Technology Interview Question

How to create multisites in wordpress?

Interview Answer

Anonymous

Dec 3, 2015

Firstly we need to add this code in wp-config.php /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); Later we need to login in Wp-admin section and going to Administration > Tools > Network Setup should install there.