$admela_ckthecatpst1, 'orderby'=>$admela_postorder, 'posts_per_page'=>$admela_postperpage, 'ignore_sticky_posts' => 1 ); endif; if(!empty($admela_ckthesldpst1) != ''): $admela_ckthesldpst_id1 = explode(',',$admela_ckthesldpst1); $admelaheaderslider_lay1args = array( 'post__in' => $admela_ckthesldpst_id1, 'orderby'=>$admela_postorder, 'posts_per_page'=>$admela_postperpage, 'ignore_sticky_posts' => 1 ); endif; if(!empty($admela_catidsoptn1) != ''): $admela_category_idopts1 = explode(',',$admela_catidsoptn1); $admelaheaderslider_lay1args = array( 'cat'=>$admela_category_idopts1, 'orderby'=>$admela_postorder, 'posts_per_page'=>$admela_postperpage, 'ignore_sticky_posts' => 1 ); endif; if(((!empty($admela_ckthecatpst1) != '') || (!empty($admela_ckthesldpst1) != '') || (!empty($admela_catidsoptn1) != '') )){ // the query $admelaheaderslider_lay1query = new WP_Query( $admelaheaderslider_lay1args ); while ( $admelaheaderslider_lay1query->have_posts() ) : $admelaheaderslider_lay1query->the_post(); $admela_fwidth = '380'; $admela_fheight = '480'; $admela_thumb = get_post_thumbnail_id(); $admela_imgurl = wp_get_attachment_url( $admela_thumb,'full'); //get img URL $admela_image = admela_autoresize( $admela_imgurl, $admela_fwidth, $admela_fheight, true ); //resize & crop img $admela_ytdimg = get_post_meta($post->ID, '_admela_featured_videourl', true); $admela_youtube_matchexp = "/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i"; $admela_vimeomatchexp = "/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^\/]*)\/videos\/|album\/(\d+)\/video\/|video\/|)(\d+)(?:$|\/|\?)/"; $admela_souncloudmatchexp = "%(?:https?://)(?:www\.)?soundcloud\.com/([\-a-z0-9_]+/[\-a-z0-9_]+)%im"; $admela_framename = "iframe"; if(($admela_ytdimg == "") && ($admela_image == "") && (!empty($admela_exturl) == '')){ $admela_sliderwotimg = 'admela_sliderwotimg'; } else { $admela_sliderwotimg = ''; } ?>
",$admela_ytdimg); echo wp_kses_stripslashes($admela_yuvid); } elseif(preg_match($admela_vimeomatchexp , $admela_ytdimg)) { $admela_vimeovideos = preg_replace( $admela_vimeomatchexp ,"<".esc_attr($admela_framename)." width=\"".absint($admela_fwidth)."\" height=\"".absint($admela_fheight)."\" src=\"//player.vimeo.com/video/$3\" allowfullscreen>",$admela_ytdimg); echo wp_kses_stripslashes($admela_vimeovideos); } elseif(preg_match( $admela_souncloudmatchexp , $admela_ytdimg)) { $admela_souncloudsng = preg_replace( $admela_souncloudmatchexp ,'<'.esc_attr($admela_framename).' width="'.absint($admela_fwidth).'" height="'.absint($admela_fheight).'" scrolling="no" src="https://www.soundcloud.com/player/?url=https://soundcloud.com/$1&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true">',$admela_ytdimg); echo wp_kses_stripslashes($admela_souncloudsng); } } elseif($admela_image != "" && $admela_ytdimg == "" ) { ?> <?php esc_html_e('img','admela'); ?>