40 lines
1.4 KiB
PHP
40 lines
1.4 KiB
PHP
<div class="product-name product-id" data-id="<?php echo $post->ID; ?>"><i class="fa fa-wifi" ></i> <?php echo get_the_title(); ?></div>
|
|
<div class="clearfix"></div>
|
|
|
|
<div id="slider-product">
|
|
<div class="" role="listbox">
|
|
<div class="item active">
|
|
<div class="row no-pad">
|
|
<div class="p_img col-md-7">
|
|
<?php if(isset($feat_image)&&(!empty($feat_image)))
|
|
{
|
|
echo '<img src="'.$feat_image.'" alt="slide">';
|
|
}?>
|
|
</div>
|
|
|
|
<div class="col-md-5 no-pad" style="padding-left:0;">
|
|
<a class="disclaimer" title="Slide name">
|
|
<div class="testimonial_"><span><?php echo get_post_meta($post->ID, 'campaign_product_testimonial_description',true); ?></span></div>
|
|
<div class="testimonial_name"><span class="testimonial_name_s"><?php echo get_post_meta($post->ID, 'campaign_product_testimonial_name',true); ?></span></div>
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content-product">
|
|
|
|
|
|
<?php $content=$post->post_content; $content=apply_filters('the_content',$content); ?>
|
|
<?php echo $content;?>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
|
</div>
|