You are reading Make your Own WordPress Theme – Part 4. To read other parts, click on the link below.
- Part 1 – The Layout
- Part 2 – Header
- Part 3 – Index
- Part 4 – Comment
- Part 5 – Sidebar
- Part 6 – Footer
- Part 7 – Finish!
In Part 4, we will learn steps taken to make our comments.php file. First I will show you how to create the layout for the comments and then we will put the tags needed.
This comments.php will be called by our index.php file when we view our entry in single or page. The function that will call the file is
<?php comments_template(); ?>
Note: This part is kinda tricky. So make sure you give 300% of consentration. :d




