single-news.php 1019 字节
<?php get_header();?>
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<!--// head-wrapper end -->
<nav class="path-bar">
	<ul class="path-nav">
		<li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li>
	</ul>
</nav>
<section class="page-layout">
	<section class="layout">
		<!-- aside begin -->
		<?php get_sidebar();?>
		<!--// aisde end -->
		<!-- main begin -->
		<section class="main">
			<div class="main-tit-bar">
				<h1 class="title"><?php wp_title(); ?></h1>
				<div class="share-this"><div class="addthis_sharing_toolbox"></div> </div>
			</div>
			<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') ?>
			</article>
		</section>
		<!--// main end -->
		<div class="clear"></div>
	</section>
</section>
<?php get_footer();?>