get_page_option( 'post_style' ); $style = $style ? $style : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_post_style' ); $alt_image_src = isset(liquid_helper()->get_page_option( 'liquid_post_cover_style_image' )['id']) ? liquid_helper()->get_page_option( 'liquid_post_cover_style_image' )['id'] : ''; $enable_parallax = liquid_helper()->get_page_option( 'post_parallax_enable' ); global $post; $style = !empty( $style ) ? $style : 'classic'; $cat_before_title = $header_post_excerpt = false; $meta_in_header = true; if( 'minimal' == $style ) { $cat_before_title = true; $header_post_excerpt = true; $meta_in_header = false; } elseif( 'classic' == $style || 'wide' == $style ) { $cat_before_title = true; } $figure_atts = $header_atts = array(); ?>
ID ) || isset( $alt_image_src ) && !empty( $alt_image_src ) ) { ?>
> 'url' ) ); } else { the_post_thumbnail( 'full', array( 'itemprop' => 'url' ) ); } } ?>
> ', '' ) ?>