http://codex.wordpress.org/Template_Hierarchy * * @author Fabian Wolf * @package cc2 * @since 2.0 * */ // content on static front page $show_front_page_content = true; if( get_theme_mod( 'hide_front_page_content', false) != false ) { $show_front_page_content = false; } get_header(); if( $show_front_page_content ) : $content_class = array('main-content-inner'); ?>