Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

tyler-vs/tylers-wordpress-theme

Repository files navigation


About

A WordPress theme for learning the ins-and-outs of wordpress themes. Built on top of underscores theme.

Explores the following concepts:

Installation

  1. Download the zip file and upload into the themes directory of a WordPress install.

Documentation

Theme Filters

  • 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

TODO

  • Favicon support
  • test

Colophon

About

WordPress development theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published