<div class="testimonial-content">
										<div class="testimonial-info">
											<h4 class="uppercase"><?php 
    the_title();
    ?>
, <?php 
    echo sh_set($meta, 'designation');
    ?>
</h4>
											<small><?php 
    echo get_the_date();
    ?>
</small>
										</div>
										<?php 
    echo _sh_trim(get_the_content(), $excerpt);
    ?>
									</div> <!-- / .testimonial-content -->

									<div class="testimonial-image">
										<?php 
    the_post_thumbnail('thumbnail');
    ?>
									</div> <!-- / .testimonial-image -->

								</div> <!-- / .testimonial -->
							
							<?php 
}
?>
Esempio n. 2
0
															' . get_the_post_thumbnail(get_the_id(), 'thumbnail') . '
														</a>
													</li>
						';
    ?>

									<div class="tab-pane fade<?php 
    echo esc_attr($active1);
    ?>
" id="client<?php 
    the_ID();
    ?>
">
										<p>
											<?php 
    echo _sh_trim(get_the_content(), $limit);
    ?>
										</p>
										<h4 class="uppercase"><?php 
    the_title();
    ?>
</h4>
										<span><?php 
    echo balanceTags(sh_set($meta, 'designation'));
    ?>
</span>
									</div><!-- / .tab-pane -->
					
					<?php 
}
wp_reset_postdata();
Esempio n. 3
0
</small>
										<h3 class="uppercase title"><a href="<?php 
    the_permalink();
    ?>
" title="<?php 
    the_title_attribute();
    ?>
"><?php 
    the_title();
    ?>
</a></h3>
									</div> <!-- / .blog-post-info -->

									<div class="blog-post-content">
										<p><?php 
    echo balanceTags(_sh_trim(get_the_content(), $limit));
    ?>
</p>
										<a href="<?php 
    the_permalink();
    ?>
" title="<?php 
    the_title_attribute();
    ?>
" class="btn btn-primary read-more"><?php 
    esc_html_e('Read More', SH_NAME);
    ?>
</a>
									</div> <!-- / .blog-post-content -->

								</article> <!-- / .blog-post -->