Remember when we installed WordPress with the WPMU option? Yeah, that was a mistake and we need to remove it to turn it back into a single-site website (if that makes sense).
First login to your cPanel account and search for "File Manager". Click that and you'll be on a new page. Now, locate the root directory of your WordPress installation, which should be "public_html". Click that.
Within that root directory, search for the "wp-config.php" file. Right-click on that file and choose edit or anything that says edit (or icon, idk. find it).
Seeing codes? yeah, Don't worry it's gonna be an easy one. Now search for a line that says "/* That's all, stop editing! Happy blogging. */". Paste this new code right above it:
define('WP_ALLOW_MULTISITE', false);
It should look something like this:
Now it's time for the revelation.
Alright, head to your WordPress, refresh em and see if it works or not.
You're done! That's it.
p/s: ok for some of you that don't get the result you yearn for, don't worry, you can just uninstall and re-install the whole WordPress. I'll show you how in the next post.
No comments:
Post a Comment
Komen atau sebarang pertanyaan di sini :)