ID); if (!empty($post_category)) { ?>
|
ID ) ) {
if($home_sidebar == true) {$textsize = 'tcol-md-12 tcol-sm-12 tcol-ss-12'; $imagesize = 'tcol-md-12 tcol-sm-12 tcol-ss-12';} else {$textsize = 'tcol-md-7 tcol-sm-12 tcol-ss-12'; $imagesize = 'tcol-md-5 tcol-sm-12 tcol-ss-12';}
$image_url = wp_get_attachment_image_src(
get_post_thumbnail_id( $post->ID ), 'full' );
$thumbnailURL = $image_url[0];
$image = aq_resize($thumbnailURL, $img_width, 270, true);
if(empty($image)) { $image = $thumbnailURL; }
?>