single-news.php
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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" style="background-image: url(http://cms.goodao.cn/style/global/img/demo/sub_head_bg.jpg)">
<div class="head_title">
<div class="layout">
<h1 class="head_title">products</h1>
</div>
</div>
<div class="path_bar">
<div class="layout">
<ul>
<li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li>
</ul>
</div>
</div>
</section>
<section class="web_main page_main">
<div class="layout">
<?php get_sidebar();?>
<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();?>