A WordPress theme for learning the ins-and-outs of wordpress themes. Built on top of underscores theme.
Explores the following concepts:
- Download the zip file and upload into the
themes
directory of a WordPress install.
- Action Hooks
- tvs_before_header
- tvs_header
- tvs_after_header
- tvs_before_container
- tvs_after_container
- tvs_before_sidebar
- tvs_after_sidebar
- tvs_before_footer
- tvs_after_footer
- Filter Hooks
- tvs_blog_header_classes - modifies the default class applied to the blog-header.
- tvs_site_title_tag - modifies how the website's title tag is displayed.
- tvs_blog_colophone_content - modifies the colophone, or site footer's HTML content.
- tvs_main_container_class - default is container class used by Bootstrap. Can override to container-fluid or supply your own container class with additional CSS.
- 404 Page
- tvs_404_page_title
- Favicon support
- test