Sunday, May 17, 2026
DGP: Critical Thinking Skills for Professionals
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.
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'.Sunday, June 18, 2023
WordPress #2 | Add Favicon
Although small, favicon is a must.
A Favicon (short for 'favourite icon') is that small icon you see on the tab beside the title of whatever site you are viewing. They are there to add an additional branding element or just to look cute. For example, I add a rabbit icon as my favicon. Yup, just there to look cute.
Let's get into it shall we?
- Login to your WordPress.
- From the left menu bar, click Appearance > Customize.
- Click General Settings > Site Identity.
- Click Select Site Icon and upload your file.
- Done!
Tuesday, May 30, 2023
WordPress #1 | Set a Page as Home or Default page
Hello.
To set that one particular page that you already pour your heart out and design, as the main page, just follow the steps below. Another easy tutorial.
Log in to your WordPress, go to 'Settings' > Reading > and change your homepage display to a static page as so:
Don't forget to choose your homepage.
Ok you're done! Easy right? yeah~
DIVI Builder #5 | Remove default header & footer
I'm guessing by now you're already playing with Divi and are enjoying your time.
But, oh no! Look at that annoying default header and footer that Divi provided. Yeah, we don't need them and here's how to remove em.
As usual, log into your WordPress. Click the 'Pages' menu and then click 'Edit' on the page where you want to remove both the header and footer. Ok now focus on your right side. There'll be a few sidebars. Spot one where it says "Page Attributes". That's the only menu you need to work with.
Set the template from Default Template to "Blank Page".
There. You're all set. You're welcome. Yes, it is as easy as that.
Remove WPMU (multi-site) from WordPress
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);
DIVI Builder #4 | Install DIVI themes into WordPress
Let us now look at how to install and use Divi by eleganthemes.com on WordPress.
Log in to your eleganthemes.com account. From the top menu bar, click Account and choose 'Product Downloads'. Click 'Download the Divi Theme'. Yes you need to download it first. You'll get a zip file.
Now head back to your WordPress site.
From your left menu bar, find themes. Then find a button that says install a new theme or anything near that. Now try uploading that Divi zip file you downloaded earlier.
...
okay now hold your horses. Do you get this error?
It's okay, that is why this post right here exist so that I can show you what to do.
Ok proceed people. Now that you have this (YES!), you need to activate it to start using it. At the same themes page, just click activate on Divi. You'll see it and you'll get what I mean.
Thursday, May 4, 2023
DIVI Builder #3 | Introduction to Visual Builder
Enabling the Visual Builder
Open WordPress dashboard > Pages > navigate to any page > Edit > Enable Visual Builder.
The Basics
1. Sections
2. Rows
DIVI Builder #2 | How to Install into WordPress Theme
Go to elegantthemes.com > login.
Account > Product Downloads > Download the Divi theme > you'll get Divi.zip file.
To upload theme, go to WordPress dashboard.
Appearance > Themes > Add New > Upload Theme > upload Divi.zip file.
After the theme has been fully uploaded, click "Activate" to start activate and using the theme.
DGP: The Art of Influencing People
"To have a positive influence on somone's life is a blessing" There are 2 basic ways of influencing people: 1. Rewards = as ...
-
Let us now look at how to install and use Divi by eleganthemes.com on WordPress. Log in to your eleganthemes.com account. From the top menu ...
-
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 ri...
-
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-s...