Roots Theme homepage | Documentation table of contents
The comments template wraps each comment in an <article>
and the vCard microformat is used for comment author information.
The content.php
template is included by archive templates in the theme root.
The content-page.php
template is included by page templates in the theme root.
The content-single.php
template is included by single post templates in the theme root.
entry-meta.php
displays the author byline, post time, and date information.
footer.php
includes the Footer sidebar area and displays the site copyright information.
head.php
includes everything in the <head>
.
header.php
is used if the Bootstrap navbar isn't enabled in lib/config.php
. The wp_nav_menu()
outputs with a nav-pills
class for some basic styling from Bootstrap.
header-top-navbar.php
is used if the Bootstrap navbar is enabled in lib/config.php
.
page-header.php
is included at the top of files in the theme root to display the <h1>
on pages before the page content.
searchform.php
is the template used when get_search_form()
is called.
sidebar.php
includes the Primary Sidebar.