Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/tpl/ |
Upload File : |
<?php $feature_post = ''; global $themesflat_thumbnail; switch ( get_post_format() ) { case 'video': $video = themesflat_meta('video_url'); if ( !$video ) break; global $_wp_additional_image_sizes; $video_size = array( 'height' => $_wp_additional_image_sizes[$themesflat_thumbnail]['height'], 'width' => $_wp_additional_image_sizes[$themesflat_thumbnail]['width'] ); $end = ""; if ( has_post_thumbnail() ){ $feature_post .= '<div class="themesflat_video_embed">'; $feature_post .= get_the_post_thumbnail(null,$themesflat_thumbnail).' <div class="video-video-box-overlay"> <div class="video-video-box-button-sm video-box-button-lg"> <button class="video-video-play-icon" data-izimodal-open="#format-video"> <i class="icon-motorx-play"></i> </button> </div> </div>'; $end = '</div> <div class="izimodal" id="format-video" data-izimodal-width="850px" data-iziModal-fullscreen="true"> <iframe height="430" src="'.esc_url($video).'" class="fullwidth shadow-primary" ></iframe> </div>'; } $feature_post .= $end; break; case 'audio': $audio_url = themesflat_meta('audio_url'); echo '<div class="themesflat_audio">'.$audio_url.'</div>'; break; default: $size = is_single() ? 'themesflat-blog' : $themesflat_thumbnail; $thumb = get_the_post_thumbnail( get_the_ID(), $size ); if ( empty( $thumb ) ) return; $feature_post .= get_the_post_thumbnail( get_the_ID(), $size ); } if ( $feature_post ) echo '<div class="featured-post">' . $feature_post . '</div>'; ?>