'skip-lazy' ) ); ?>
current_post || ( ! empty( $mt_grid_query ) && 0 === $mt_grid_query->current_post ) ) {
the_post_thumbnail(
'post-thumbnail',
array(
'class' => 'skip-lazy',
'alt' => the_title_attribute(
array(
'echo' => false,
)
),
)
);
} else {
the_post_thumbnail(
'post-thumbnail',
array(
'alt' => the_title_attribute(
array(
'echo' => false,
)
),
)
);
}
if ( get_theme_mod( get_post_type() . '_layout', get_post_type() === 'portfolio' ? 'grid' : 'standard' ) === 'grid' ) {
if ( get_theme_mod( 'show_grid_read_more', true ) ) {
echo '' . esc_html( get_theme_mod( 'grid_read_more_label', __( 'Learn More...', 'ampy' ) ) ) . '';
} else {
echo '';
}
}
?>