FIX Deleting useless echo thumbnail
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e0c200466
commit
333f53d440
|
|
@ -24,7 +24,6 @@ write_log($cover_image);
|
|||
|
||||
|
||||
<article class="card-artisans">
|
||||
<?php echo $post_thumbnail ?>
|
||||
<?php if ($cover_image): ?>
|
||||
<img src="<?php echo $cover_image['url'] ?>" alt="<?php echo $post_title ?>" class="card-artisans__cover-image">
|
||||
<?php else: ?>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ $cover_image = get_field('artisan_cover', $postID);
|
|||
|
||||
|
||||
<article class="card-artisans">
|
||||
<?php echo $post_thumbnail ?>
|
||||
<?php if ($cover_image): ?>
|
||||
<img src="<?php echo $cover_image['url'] ?>" alt="<?php echo $post_title ?>" class="card-artisans__cover-image">
|
||||
<?php else: ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user