From 4be0368ea4c36fa2a601da2b6905d74eea9804ff Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Feb 2026 14:56:46 +0100 Subject: [PATCH] FEATURE Handling thumbnail position style in author card component --- template-parts/cards/author-card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%'; ?>