How To Add A New After Post Widget In Thesis

Searching for a good tutorial about how to add custom widget areas in the Thesis theme? Me too, but i couldn’t find any which is why i worked out the solution myself and published this post.

new widget

If you’re a Genesis user, you’ll find thousands of tutorials & code snippets about how to customize StudioPress child themes.

After Single Post Widget

Please copy the code from the view raw link and paste it at the end of your thesis/custom/custom_functions.php file using a text editor like Notepad++

List Of Thesis Hooks

You can use the above code with most of these Thesis action hooks.

  • 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

Have you ever used the Thesis theme, still do or used too?

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.