get_page_option( 'post_style' ); $style = $style ? $style : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_post_style' ); $post_author_box_enable = liquid_helper()->get_page_option( 'post_author_box_enable' ); $post_author_box_enable = $post_author_box_enable ? $post_author_box_enable : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_author_box_enable' ); $post_author_role_enable = liquid_helper()->get_page_option( 'post_author_role_enable' ); $post_author_role_enable = $post_author_role_enable ? $post_author_role_enable : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_author_role_enable' ); if( 'on' !== $post_author_box_enable ) { return; } // Initialize needed variables global $authordata; $author_id = is_object( $authordata ) ? $authordata->ID : -1; $author_view = 'classic'; if( 'minimal' == $style ) { $author_view = 'img-overlay'; } ?>