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.
Another Kuantan Blogger