diff --git a/template-parts/cards/author-card.php b/template-parts/cards/author-card.php index 85a527e..3e7ea4f 100644 --- a/template-parts/cards/author-card.php +++ b/template-parts/cards/author-card.php @@ -6,13 +6,13 @@ $member_thumbnail = get_field('profile_thumbnail', $member_id); $member_description = get_field('description', $member_id); $member_email = get_field('email', $member_id); - +$tumbnailPosition = get_field('profile_thumbnail_position', $member_id) ?? '50%'; ?>
  • - <?php echo $member_thumbnail['alt']; ?> + <?php echo $member_thumbnail['alt']; ?>