Thematic – Removing Post From Homepage March 27, 2010 by ghazalitajuddin Leave a Comment Another reminder for me function remove_the_content() { remove_action(‘thematic_indexloop’, ‘thematic_index_loop’); } add_action(‘init’, ‘remove_the_content’); Another way to do is create a template theme for the static page.