single-news.php 999 字节
<?php get_header();?>
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<nav class="path_bar" style=" background:url(template/img/demo/main_banner.jpg) fixed no-repeat center center">
  <ul class="path_nav">
    <li>
      <?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?>
    </li>
  </ul>
</nav>
<section class="web_main page_main">
  <div class="layout">
    <section class="main">
      <h2 class="page_title">
        <?php wp_title(); ?>
      </h2>
      <article class="entry blog-article">
        <?php while ( have_posts() ) : the_post(); ?>
        <?php the_content(); ?>
        <?php endwhile; ?>
        <div class="clear"></div>
        <hr>
        Post time:
        <?php the_time('M-d-Y') ?>
        <div class="addthis_sharing_toolbox"></div>
        
        <div class="clear"></div>
      </article>
    </section>
  </div>
</section>
<?php get_footer();?>