HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux elpuerto-web 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64
User: www-data (33)
PHP: 7.2.24-0ubuntu0.18.04.1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
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 } } ?>