File: /var/www/elpuerto/html/wp-content/themes/internationalpost-multiplepro/featured.php
<?php if ( get_option_mmtheme('featured_slider') == 'true' ) { ;?>
<div class="block black">
<?php if( is_home() ){ ?>
<div class="galleryhome">
<div class="flexslider newslider mask slider-slide">
<ul class="slides slideset">
<?php $recent = new WP_Query("cat=".get_option('slider_cats_area')."&showposts=6"); while($recent->have_posts()) : $recent->the_post();?>
<li>
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'sliderbig' ); ?></a>
<div class="info">
<a href="<?php the_permalink(); ?>"><h2><?php the_title(); ?> </h2></a>
<div class="holder">
<a href="<?php the_permalink(); ?>" class="btn-more"><?php _e( 'Leer Mas', 'mm' ); ?></a>
<strong class="by"><?php _e( 'Por', 'mm' ); ?> <span><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php printf( esc_attr__( 'Ver todas las noticias publicas por %s', 'mm'), get_the_author() ); ?>"><?php the_author(); ?></a></span> <span class="date"><?php the_time('j F, Y') ?></span></strong>
</div>
</div>
</li>
<?php endwhile; ?>
</ul>
</div>
<div class="flexslider carousel newslider mask slider-thumbs">
<ul class="slides buttons">
<?php $recent = new WP_Query("cat=".get_option('slider_cats_area')."&showposts=6"); while($recent->have_posts()) : $recent->the_post();?>
<li>
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail( 'slidersmall' ); ?>
<?php the_title(); ?>
</a>
</li>
<?php endwhile; ?>
</ul>
</div>
</div>
<aside class="news-block">
<center>
<div class='player-frame-wrapper' style='position: relative;width: 100%;'><iframe src='//embed.unored.tv/player/2/secundinoantonio394/tv/true/false/falso' style='position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none; ' allowfullscreen></iframe><div class='player-frame-wrapper-ratio' style='padding-top: 56.25%;'></div></div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Banner1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:300px"
data-ad-client="ca-pub-4020430780968355"
data-ad-slot="8201994529"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
</aside>
</div>
<?php } } ?>