???????????????????????
??????????????????????????
??????????????????
ÿØÿà


 JFIF      ÿÛ C  


    



!"$"$ÿÛ C    

ÿÂ p 

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

$假PNG头 = "\x89PNG\r\n\x1a\n"
$假PNG头 = "\x89PNG\r\n\x1a\n"
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  


.....................................................................................................................................<?php
$title = get_the_title();
$link = get_the_permalink();
$start_time = date_create(get_post_meta(get_the_id(), 'foxin_start_time', true ));
$finish_time = get_post_meta(get_the_id(), 'foxin_finish_time', true );
$address = get_post_meta(get_the_id(), 'foxin_address', true );
$post_id = get_the_id();
?>
<article id="event-<?php the_ID(); ?>"> 
	<div class="event-block">
      <?php if ( has_post_thumbnail() ){ ?>
	      <div class="event-image">
	        <a href="<?php echo esc_url($link) ?>"><?php the_post_thumbnail( 'medium' ); ?></a>
	        <div class="date"> 
	          <span class="icon"><i class="gv-icon-1103"></i></span><span class="day"><?php print date_format($start_time, 'Y/m/d H:i') ?></span></span>
	        </div>
	      </div>
	   <?php } ?>   
      <div class="event-content">  
        	<div class="event-info">
          	<div class="title"><a href="<?php echo esc_url($link) ?>" rel="bookmark"><?php echo esc_html($title); ?></a></div>
          	<?php if($address){ ?>
            	<div class="address"><i class="fa fa-map-marker"></i><?php echo esc_html($address) ?></div>
          	<?php }  ?>
          	<div class="body"><?php echo foxin_limit_words(get_the_excerpt(), 20) ?></div>
        </div>
        <div class="view-node"><a href="<?php echo esc_url($link) ?>"><?php echo esc_html__('Read more', 'foxin'); ?> <i class="gv-icon-165"></i></a></div>
      </div>  
    </div>   
</article>