• itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> '; if (esc_attr(get_theme_mod('blog_style','left-featured')) == 'grid-style' ) : the_post_thumbnail( 'grid-gallery-thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image")); elseif (esc_attr(get_theme_mod('blog_style','left-featured')) == 'masonry-style' ) : the_post_thumbnail( 'masonry-thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image")); else : the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image")); endif; echo ''; } ?>
    ' . $sticky . '

    ', esc_url( get_permalink() ) ), '

    ' ); else : the_title( sprintf( '

    ' . $sticky . '', esc_url( get_permalink() ) ), '

    ' ); endif; else : the_title( sprintf( '

    ', esc_url( get_permalink() ) ), '

    ' ); endif; ?>
    ' . the_excerpt() . '

    ' ; break; } elseif (esc_attr(get_theme_mod('blog_style','left-featured')) == 'grid-style' ) : $excerptcontent = esc_attr(get_theme_mod( 'excerpt_content', 'content' )); switch ($excerptcontent) { case "content" : the_content( esc_html__( 'Continue', 'aberration-lite') ); break; case "excerpt" : echo '

    ' . the_excerpt() . '

    ' ; break; } else : $excerptcontent = esc_attr(get_theme_mod( 'excerpt_content', 'content' )); switch ($excerptcontent) { case "content" : the_content( esc_html__( 'Continue', 'aberration-lite') ); break; case "excerpt" : echo '

    ' . the_excerpt() . '

    ' ; break; } endif; ?>