Monday, July 17, 2023

WordPress #3 | How to Change Website URL

Hi. Today we're gonna look at how to change your website URL in case you messed up. In this case, yes, I messed up. That is why this post existed. To reminisce about my mistake. It's okay, failure is the mother of success. Moving on.

First, you need to log in to your WordPress account. Go to Settings > General > Change both WordPress URL and Site Address URL.

It'll probably log you out. No worries.

Next, go to cPanel > search for Domains > click on the "Manage" button.

You need to look for the 'Document Root' file and correct the URL to match the changes you made in WordPress.

Can't seem to find it? It's okay, there's another way. Follow the steps below:

From cPanel, search and open File Manager > locate the WordPress Installation Directory. This is typically within the 'public_html' directory.


Click the 'wp-config.php' file and from the top navbar, choose Edit.


After it redirected you to the coding page, it's time for you to update your site URL.

Look for lines that define the site URL and home URL like so:


Then. change it to the correct URL that you desire. Save your changes and try accessing your website again.


If you STILL haven't managed to change it, like MEE! boy you gotta just accept the fate and re-install your site again. :") oh and don't forget to back up your site first.

Unless you have other ways, please follow that. Uninstallation is just an option I suggest.

Sunday, July 16, 2023

DIVI Builder #6 | Start using Divi Theme (after installing)

Since, I, also always forget how to work with WordPress and Divi, so, I need to document this.

Okay, so some might get lost on what to do right after installing. Here are the steps. They're simple.

From your WordPress > Clik Page (side nav) > Click Edit on your main page > Click Enable Visual Builder (top nav).

Click on 'Start Building'. who needs a tour anyway. To make your life much easier and since this theme itself was bought for the sole purpose of lessening your burden, let's just choose a premade layout.


You can now browse freely and choose any layout that suits your taste. That's it. Have fun editing!

WordPress #3 | How to Change Website URL

Hi. Today we're gonna look at how to change your website URL in case you messed up. In this case, yes, I messed up. That is why this pos...