REFACTOR With a new folder architecture and a new php template part

This commit is contained in:
Antoine M 2026-02-24 14:56:23 +01:00
parent 264a90b348
commit e4ce27a833

View File

@ -20,7 +20,7 @@ if ($personnalized_order) {
<div class="container mx-auto">
<ul class="comity-type__list">
<?php foreach ($teamMembers as $member) : ?>
<?php get_template_part('template-parts/cards/author-card', '', array('member_id' => $member->ID)); ?>
<?php get_template_part('template-parts/components/cards/member-card', '', array('member_id' => $member->ID)); ?>
<?php