single-news.php 1.0 KB
<?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="path_bar" style="background-image:url(<?php echo home_url("/"); ?>style/global/img/demo/bg7.jpg)">
      <ul>
          <li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li>
      </ul>
    </section>
  <!-- index_advantage_icon end --> 
<section class="web_main page_main">
  <div class="layout">
    <?php get_sidebar();?>
    <section class="main">
     
      <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();?>