\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-em_case_study.php |
<?php
/**
* Standard blog single page
*
*/
get_header();
get_template_part( 'includes/header' , 'page-title' ); ?>
<!-- BLOG AREA START -->
<div class="techno-blog-area techno-blog-single single-blog-details">
<div class="container">
<div class="row">
<?php if( have_posts() ) : ?>
<?php while( have_posts() ) : the_post();
$casedesc = get_post_meta( get_the_ID(),'_techno_casedesc', true ); ?>
<div class="portfolio_details">
<div class="col-md-6 col-sm-12 col-xs-12 blog-lr">
<div class="pimgs">
<?php the_post_thumbnail('techno-single-portfolio');?>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 blog-lr">
<div class="portfolio-content portfolio-details-box">
<div class="portfolio_info">
<?php the_content(); ?>
</div>
</div>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12 blog-lr">
<div class="pr-title"><h2><?php the_title();?></h2></div>
<div class="portfolio-content portfolio-details-box">
<div class="prots-contentg">
<?php
echo wp_kses($casedesc, array(
'blockquote' => array(),
'a' => array(
'href' => array(),
'title' => array()
),
'span' => array(),
'h1' => array(),
'h1' => array(),
'h3' => array(),
'b' => array(),
'p' => array(),
'strong' => array(),
'em' => array(),
'br' => array(),
));
?>
</div>
</div>
</div>
<?php endwhile; // while has_post(); ?>
<?php endif; // if has_post() ?>
</div>
</div>
</div>
<!-- END BLOG AREA START -->
<?php
get_footer();