One day, I was still working at my previous internship at Dearest. I was given a good chance to migrate our old company blog from Squarespace to WordPress (Because our founder made the decision that WordPress has better customization).
Initially, I was thinking the WordPress blog should be easy to deal with since you can pick your own site theme from their given lists and customize the site on your dashboard. But, I ended up figuring out that one can program their site theme locally and update it back to the dashboard if one really wants to have full control of one WordPress site.
So the WordPress water? is kind of deep.
WordPress is running on PHP. So, that means you gonna have to know a little PHP to be able to edit the site theme. But, that is not the toughest part. The toughest part is how can you set up your local WordPress working environment. After a couple of days of research, I came up with the steps to run my WordPress locally, and I want to share my steps in the content below. This might not be the best way to do so, but I hope it can provide some ideas to people who are searching on the road.
I hope you enjoy this blog and set up your local WordPress successfully.
Happy Coding! ⌨️