';
if ( isset( $resized_image['url'] ) && ! empty( $resized_image['url'] ) ) {
$image .= '

';
}
$image .= '
';
} elseif ( 'yes' == $sb_archive_use_full_image ) {
if ( $hasFirstAttachedImage ) {
$image_sizes = ZngetImageSizesFromUrl( $f_image, true );
$image = '' . do_shortcode( $wp_embed->run_shortcode( $video ) ) . '
';
$current_post['media'] = '';
$current_post['content'] = str_replace( $match_video[0], "", $current_post['content'] );
}
return $current_post;
}
}
if ( ! function_exists( 'zn_post_audio' ) ) {
function zn_post_audio( $current_post ) {
$current_post['title'] = zn_wrap_titles( $current_post['title'] );
//preg_match("!\[audio.+?\]\[\/audio\]!", $current_post['content'], $match_audio );
preg_match( "!\[embed.+?\]|\[audio.+?audio\]!", $current_post['content'], $match_audio );
if ( ! empty( $match_audio ) ) {
global $wp_embed;
$current_post['before_head'] = '' . do_shortcode( $wp_embed->run_shortcode( $match_audio[0] ) ) . '
';
$current_post['media'] = '';
$current_post['content'] = str_replace( $match_audio[0], "", $current_post['content'] );
} else {
preg_match( '/