Thesis Hook Reference List
- thesis_hook_404_content
- thesis_hook_404_title
- thesis_hook_after_comment
- thesis_hook_after_comments
- thesis_hook_after_comment_box
- thesis_hook_after_comment_meta
- thesis_hook_after_content
- thesis_hook_after_content_area
- thesis_hook_after_content_box
- thesis_hook_after_footer
- thesis_hook_after_header
- thesis_hook_after_headline
- thesis_hook_after_html
- thesis_hook_after_multimedia_box
- thesis_hook_after_post
- thesis_hook_after_post_box
- thesis_hook_after_sidebars
- thesis_hook_after_sidebar_1
- thesis_hook_after_sidebar_2
- thesis_hook_after_teaser
- thesis_hook_after_teasers_box
- thesis_hook_after_teaser_box
- thesis_hook_after_teaser_headline
- thesis_hook_after_title
- thesis_hook_archives_template
- thesis_hook_archive_info
- thesis_hook_before_comment_meta
- thesis_hook_before_content
- thesis_hook_before_content_area
- thesis_hook_before_content_box
- thesis_hook_before_footer
- thesis_hook_before_header
- thesis_hook_before_headline
- thesis_hook_before_html
- thesis_hook_before_post
- thesis_hook_before_post_box
- thesis_hook_before_sidebars
- thesis_hook_before_sidebar_1
- thesis_hook_before_sidebar_2
- thesis_hook_before_teaser
- thesis_hook_before_teasers_box
- thesis_hook_before_teaser_box
- thesis_hook_before_teaser_headline
- thesis_hook_before_title
- thesis_hook_byline_item
- thesis_hook_comment_field
- thesis_hook_comment_form_bottom
- thesis_hook_comment_form_top
- thesis_hook_content_box_bottom
- thesis_hook_content_box_top
- thesis_hook_custom_template
- thesis_hook_faux_admin
- thesis_hook_feature_box
- thesis_hook_first_nav_item
- thesis_hook_footer
- thesis_hook_header
- thesis_hook_last_nav_item
- thesis_hook_multimedia_box
- thesis_hook_post_box_bottom
- thesis_hook_post_box_top
Bonus WordPress Hooks
Just for fun, here are some WordPress hooks which you should be familiar with as well:
- wp_head
- Within
head, useful for outputting meta tags, JavaScript, stylesheet information, and so on. - wp_footer
- Within
div#footer. This is what plugins will use to output to your footer. It is similar to thethesis_hook_footerhook and appears after it. - comment_form
- Within
form#commentformsimilar to the hookthesis_hook_comment_form, but appears after the submit button and has the comment ID number passed to it as a parameter.