Series

Wordpress Theme Development

In this series, I will go through the process on how you can start customizing a WordPress theme from scratch.

Articles in this series

Day 1 - What is WordPress theme development? How to get started?
Day 2 - What is this Famous "loop" of WordPress that everyone talks about? And some information on single.php, page.php file on wordpress
Day 3- Know the top and bottom of WordPress website using Header.php, footer.php, index.php, and knowing function.php file
Day 4 - Let's deep dive into PAGE.php page template, breadcrumb, and echo or not to echo. It manages the millions of pages of a wordpress website.
Day 5- How to add a sidebar of child pages + some required functions of HTML
Day 6- How to add a nav bar in WordPress? (In a dynamic or static way)