Our First Custom Theme

Next, we will create our first custom theme from scratch.

First, we need to change one line inside the wp-config.php file.

Then, in order to create a theme, at a bare minimum we need to add two files in a new theme folder:

1) index.php

2) style.css

Complete and Continue