' . esc_html__( 'Pages:', 'capture-blog' ),
'after' => '
',
) );
}
?>
$sticky_posts,
) );
if ( $sticky_query->have_posts() ) :
/* Start the Loop */
while ( $sticky_query->have_posts() ) : $sticky_query->the_post(); ?>
>
"img-responsive" ) );
$second_image = wp_get_attachment_image_src( $second_image_id, "full", "", array( "class"=> "img-responsive" ) );
$img_url = '';
if ( has_post_thumbnail() && $archive_img_enable ) :
$img_url = get_the_post_thumbnail_url( get_the_ID(), 'full' );
endif;
$half_class='';
if ((!empty($second_image) && has_post_thumbnail()) && $archive_layout != 'archive-one') {
$half_class ='double-image';
} else{
$half_class ='single-image';
}
?>
', '' );
else :
the_title( '