Templates are a great way to make a theme unique and special. Making sure you are using the right one can tricky. This week let us focus on templates.
Required: If used in theme, standard template files are required to be called using the correct template tag:
| File | Template tag |
|---|---|
header.php
|
get_header()
|
footer.php
|
get_footer()
|
sidebar.php
|
get_sidebar()
|
searchform.php
|
get_search_form()
|
comments.php
|
comments_template()
|
If you have more examples, post them, share them.