Hooks enable you to use PHP code to add anything you want to your pages. You’ll find 4 different types of hooks in Focus:
$hook— Basic hooks$hook— Core WordPress Theme hooks$hook— Container hooks, which are 4 hooks in 1:hook_before_$hookhook_top_$hookhook_bottom_$hookhook_after_$hook
$hook— Specialized content hooks, where[type]ispost_box,post_list,post_content, orquery_box:hook_before_[type]_$hookhook_top_[type]_$hookhook_bottom_[type]_$hookhook_after_[type]_$hook
Document Head <head>
hook_head_tophook_before_stylesheet— before Focus CSShook_after_stylesheet— after Focus CSShook_head_bottomwp_head
Document Body <body>
hook_top_bodysection_headerheader
section_contentcolumnscontentpost_box_blog— Blog, Archivespost_list_blog— Blog, Archivespost_box_post— Singlepost_box_page— Page, 404, Full Page, Landing Pagepost_box_front— Front Pagepost_box_focus— Focus Pageheadline_area(Blog, Single, Page, Front Page, and Focus)byline(Blog, Single, Page, Front Page, and Focus)
prev_next— Blog, Archives
sidebar(Readability Mode + Sidebar only)
section_footerfooter
hook_bottom_bodywp_footer