comments_template()
Loads the comment template. For use in single post and Page displays.
17
get_footer()
Includes the footer.php template file from your current theme's directory. if a name is specified then a specialised footer footer-{name}.php will be included.
18
get_header()
Includes the header.php template file from your current theme's directory. if a name is specified then a specialised header header-{name}.php will be included.
19
get_search_form()
Display search form using searchform.php Theme file.
20
get_sidebar()
Includes the sidebar.php template file from your current theme's directory. If a name ($name) is specified then a specialized sidebar sidebar-{name}.php will be included.
21
get_template_part()
Load a template part into a template (other than header, sidebar, footer). Makes it easy for a theme to reuse sections of code in an easy to overload way for child themes.
22
Current Set: WordPress Functions
Loading Set...
Loading Set...