%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/ |
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/content-news.php |
<?php if($newsSize == 'large'){ $bgSize = 'newsLarge'; }else{ $bgSize = 'newsSmall'; } $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id, $bgSize); $image_url = $image_url[0]; $currPostType = get_post_type(); if($currPostType == 'post'){ $articleType = 'news_article'; }else{ $articleType = 'story_article'; } ?> <a href="<?php the_permalink(); ?>" title="Click to read <?php the_title(); ?>"> <article class="<?= $articleType.' '.$newsSize.' '.$newsOrder; ?>"> <div class="article_info"> <div class="meta"><?php echo get_the_date('m/d/Y'); ?></div> <h2><?php the_title(); ?></h2> </div> <div class="overlay"></div> <div class="news_bg" style="background:url(<?php echo $image_url; ?>) no-repeat center center;background-size:cover;"></div> </article> </a>