*   - $field->class: The safe class id to use.
 *   - $field->handler: The Views field handler object controlling this field. Do not use
 *     var_export to dump this object, as it can't handle the recursion.
 *   - $field->inline: Whether or not the field should be inline.
 *   - $field->inline_html: either div or span based on the above flag.
 *   - $field->wrapper_prefix: A complete wrapper containing the inline_html to use.
 *   - $field->wrapper_suffix: The closing tag for the wrapper.
 *   - $field->separator: an optional separator that may appear before a field.
 *   - $field->label: The wrap label text to use.
 *   - $field->label_html: The full HTML of the label to use including
 *     configured element type.
 * - $row: The raw result object from the query, with all data it fetched.
 *
 * @ingroup views_templates
 */
print _views_field($fields, 'field_image');
?>
<div class="clearfix"></div>
<?php 
print _views_field($fields, 'title');
?>
<div class="blog1-post-info"> <span><?php 
print t('By') . ' ' . _views_field($fields, 'name');
?>
</span> <span><?php 
print _views_field($fields, 'created');
?>
</span> </div>

<?php 
_print_views_fields($fields);
  <br>
  <br>
  <?php 
print _views_field($fields, 'title');
?>
  <div class="blog-post-info"> <span><i class="fa fa-user"></i> <?php 
print t('By');
?>
 <?php 
print _views_field($fields, 'name');
?>
</span> 
    <span><i class="fa fa-comments-o"></i> <?php 
print _views_field($fields, 'comment_count');
?>
 <?php 
print t('Comments');
?>
</span> 
    <span><i class="fa fa-folder-open"></i> <?php 
print t('category');
?>
 / <?php 
print _views_field($fields, 'field_main_category');
?>
</span> </div>
  <br>
  <?php 
_print_views_fields($fields);
?>
</div>
<div class="cbp-item <?php 
print implode(' ', $categories);
?>
">
  <a href="<?php 
print $href;
?>
" class="cbp-caption cbp-lightbox" data-title="<?php 
print $title;
?>
<br><?php 
print t('by') . ' ' . $author;
?>
">
    <div class="cbp-caption-defaultWrap"> <?php 
print _views_field($fields, 'field_image');
?>
 </div>
    <div class="cbp-caption-activeWrap">
      <div class="cbp-l-caption-alignLeft">
        <div class="cbp-l-caption-body">
          <div class="cbp-l-caption-title"><?php 
print $title;
?>
</div>
          <div class="cbp-l-caption-desc"><?php 
print t('by') . ' ' . $author;
?>
</div>
        </div>
      </div>
 *     configured element type.
 * - $row: The raw result object from the query, with all data it fetched.
 *
 * @ingroup views_templates
 */
?>
<div class="recent-posts-round">
  <div class="divider-line solid light margin"></div>
  <div class="clearfix"></div>
  <div class="image-left"><?php 
print _views_field($fields, 'field_images');
?>
</div>
  <div class="text-box-right">
    <h6 class="less-mar3 roboto-slab nopadding"><?php 
print _views_field($fields, 'title_1');
?>
</h6>
    <p><?php 
print _views_field($fields, 'commerce_price');
?>
</p>
    <div class="footer-post-info"><?php 
print _views_field($fields, 'field_rating');
?>
</div>
  </div>
  <?php 
_print_views_fields($fields);
?>
</div>
print _views_field($fields, 'field_image');
?>
  <div class="clearfix"></div>
  <br>
  <?php 
print _views_field($fields, 'title');
?>

  <div class="blog-post-info"> <span><i class="fa fa-user"></i> <?php 
print t('By');
?>
 <?php 
print _views_field($fields, 'name');
?>
</span> <span><i class="fa fa-comments-o"></i> <?php 
print _views_field($fields, 'comment_count');
?>
 <?php 
print t('Comments');
?>
</span> </div>
  <br>
  <?php 
_print_views_fields($fields);
?>
  <br>
  <a class="btn btn-orange-2 dark btn-round" href="<?php 
print url('node/' . $nid);
?>
"><?php 
print t('Read more');
?>
<div class="team-holder7 two bmargin <?php 
print empty($fields['field_highlight']->content) ? '' : 'active';
?>
">
  <div class="team-member"><?php 
print _views_field($fields, 'field_image');
?>
</div>
  <div class="info-box text-center">
    <h4 class="uppercase oswald font-weight-3 less-mar2"><?php 
print _views_field($fields, 'title');
?>
</h4>
    <span class="text-orange-2"><?php 
print _views_field($fields, 'field_position');
?>
</span> <br>
    <br>
    <?php 
print _views_field($fields, 'body');
?>
    <br>
    <?php 
print $links ? theme('links', array('links' => $links, 'attributes' => array('class' => 'social-icons'))) : '';
?>
  </div>
</div>

<?php 
_print_views_fields($fields);
        $links[] = array('title' => '<i class = "' . $link['raw']['title'] . '"></i>', 'href' => $link['raw']['url'], 'html' => TRUE);
    }
}
?>
<div class="team-holder4 bmargin <?php 
print empty($fields['field_highlight']->content) ? '' : 'active';
?>
">
  <div class="image-holder lesswidth2"><?php 
print _views_field($fields, 'field_image');
?>
</div>
  <div class="icon-holder">
    <?php 
print $links ? theme('links', array('links' => $links, 'attributes' => array('class' => 'social-icons-2'))) : '';
?>
  </div>
  <div class="clearfix"></div>
  <h5 class="less-mar1 paddtop1"><?php 
print _views_field($fields, 'title');
?>
</h5>
  <span><?php 
print _views_field($fields, 'field_position');
?>
</span><br>
  <br>
</div>

<?php 
_print_views_fields($fields);