Creating a Custom WordPress Theme – Part 2, Template Files

Recap of what we accomplished last time: Created our custom theme directory Created two files within our theme directory ; index.php and style.css Activated our custom theme. Remember the two files we created last time? Well those are what WordPress treats as template files. WordPress uses these template files to generate your website pages. You have … Continue reading Creating a Custom WordPress Theme – Part 2, Template Files