=' ); } /** * @return bool */ public static function is_not_static_page() { return 'page' == get_option( 'show_on_front' ) ? true : false; } }