Member-only story

Getting Started With WordPress Part 1

Steven Klavins
3 min readOct 8, 2020

--

This week I have been exploring the world of WordPress development and I felt it would be a great opportunity to get back into some blogging. In this blog, I will document everything you need in order to get up and running with a WordPress dev-environment.

What is WordPress?

WordPress is an open-source content management system (CMS), it is written in PHP, MySQL, and/or MariaDB. WordPress is typically used for blogging, e-commerce, business, and portfolio websites. It allows users to easily manage the content of their website independently without needing a background in tech. This means developers can build a beautiful site for a client, then once built hand the reins over so the user can maintain their website independently.

WordPress as a huge number of plugins, themes, and options however its real power is unlocked when diving into PHP!

How to get started

  1. Download and install Local by Flywheel (This will allow you to initialize a WordPress project and run a development environment from a GUI)
  2. Download VScode or another IDE of your choice (If you don't have one already)
  3. Open Local from your applications folder and you’ll be greeted by a getting started window, read this if you wish, and close it, the following window will…

--

--

Steven Klavins
Steven Klavins

Written by Steven Klavins

Hi, I’m Steven, most call me Steve! I’m a programmer, musician, and artist. This blog contains various tutorials and posts related to software development.

No responses yet

Write a response