How do I create multiple sites on wordpress?
Answer / Imran
To create multiple sites on a single WordPress installation, you can use the Multisite feature. Enable Multisite from your WordPress dashboard by editing the wp-config.php and .htaccess files. After enabling Multisite, you can create new sites from the dashboard.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me do you know why doesn't the following code print the newline properly?
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?
Tell me what should one use for plugin development - custom post types or custom database tables?
Is wordpress multisite free?
Tell me what is the difference between starting a string with single quote and double quote? What you will use in general instance?
Can you downgrade wordpress version?
What is a permalink structure?
What is stored in a wordpress database?
Is squarespace better than wordpress?
Please explain how can I hide my blog from people?
Are wordpress passwords salted?
What are the types of hooks in wordpressp and what are their functions?