File "archive-news.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/themes/global/archive-news.php
File size: 2.67 KB
MIME-type: --
Charset: utf-8
<?php get_header();?>
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<!--sys_sub_head -->
<section class="sys_sub_head">
<div class="head_bn_item">
<div class="bn_item_img"><img src="//cdn.goodao.net/shphe-en/4d63a08a1.jpg"></div>
</div>
<section class="path_bar">
<div class="layout">
<ul>
<li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li>
</ul>
</div>
</section>
</section>
<!--<?php if(z_taxonomy_image_url($cat->term_id)): ?> <img width="100%" src="<?php echo z_taxonomy_image_url($cat->term_id); ?>" alt="<?php wp_title(); ?>"><?php endif; ?>-->
<!--<div class="path_bars">-->
<!-- <div class="layout">-->
<!-- <ul>-->
<!-- <li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<section class="web_main page_main">
<div class="layout">
<?php get_sidebar();?>
<section class="main">
<div class="blog_list">
<h2 class="page_title">
<?php wp_title(); ?>
</h2>
<ul>
<?php while ( have_posts() ) : the_post(); ?>
<li class="blog-item">
<figure class="item-wrap">
<?php $image = get_field('news_img');if( !empty($image) ): ?>
<a class="item-img" href="<?php echo $get_lang?home_url('/') .$get_lang.'/news/' . $post->post_name:home_url('/') .'news/' . $post->post_name ; ?>"><img class="blog-img" src="<?php echo $image['url']; ?>" alt="<?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 200,"..."); ?>"></a>
<?php endif; ?>
<figcaption class="item-info">
<h3 class="item-title"><a href="<?php echo $get_lang?home_url('/') .$get_lang.'/news/' . $post->post_name:home_url('/') .'news/' . $post->post_name ; ?>"><?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 50,"..."); ?></a></h3>
<time>by admin on
<?php the_time('y-m-d') ?>
</time>
<div class="item-detail"><?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 100,"..."); ?></div>
<a href="<?php the_permalink() ?>" class="item-more">Read more</a> </figcaption>
</figure>
</li>
<?php endwhile; wp_reset_query(); ?>
</ul>
<div class="page_bar">
<div class="pages"><?php echo izt_pagenavi();?></div>
</div>
</div>
</section>
</div>
</section>
<?php get_footer();?>