|
@@ -259,11 +259,13 @@
|
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
<figure>
|
|
<figure>
|
|
|
|
|
|
|
|
- <?php if get_the_post_thumbnail_url( $posts->post->ID ): ?>
|
|
|
|
|
|
|
+
|
|
|
<img src="<?php echo get_the_post_thumbnail_url( $posts->post->ID, array( "width" => 255, "height" => 255 ) ); ?>" alt="<?php the_title(); ?>">
|
|
<img src="<?php echo get_the_post_thumbnail_url( $posts->post->ID, array( "width" => 255, "height" => 255 ) ); ?>" alt="<?php the_title(); ?>">
|
|
|
- <?php else: ?>
|
|
|
|
|
- <img src="<?php echo get_template_directory_uri(); ?>/img/team/team-05.jpg" alt="">
|
|
|
|
|
- <?php endif ?>
|
|
|
|
|
|
|
+ <?php // echo get_the_post_thumbnail( $posts->post->ID ); ?>
|
|
|
|
|
+ <?php // echo the_post_thumbnail( $posts->post->ID ); ?>
|
|
|
|
|
+ <?php // echo get_the_post_thumbnail_url( $posts->post->ID, array( "width" => 255, "height" => 255 ) ); ?>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <img src="<?php echo get_template_directory_uri(); ?>/img/team/team-05.jpg" alt=""> -->
|
|
|
<div class="image-overlay">
|
|
<div class="image-overlay">
|
|
|
<div class="overlay-text text-center">
|
|
<div class="overlay-text text-center">
|
|
|
<div class="info-text">
|
|
<div class="info-text">
|
|
@@ -282,7 +284,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</figure>
|
|
</figure>
|
|
|
- <!-- Team Item Ends -->
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- Team Item Ends -->
|
|
|
|
|
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|