>
ID, 'post_link', true );
if( function_exists('tx_post_video_link') && $post_video_link ) { ?>
ID, 'tx_gallery_id', true);
if(function_exists('tx_add_gallery_metabox') && $images) { ?>
ID, 'tx_gallery_id', true);
if($images) :
foreach ($images as $image) {
$image_thumb_url = wp_get_attachment_image_src($image, 'tx-s-thumb');
$thumbs = $image_thumb_url[0];
$gallery = wp_get_attachment_link($image, 'tx-bc-thumb');
echo '- ';
echo wp_kses_post($gallery);
echo '
';
}
endif;
?>