Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
global
:
single-news.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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> <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> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-542380e974172b9d" async="async"></script> <div class="clear"></div> </article> </section> </div> </section> <?php get_footer();?>