REFACTOR With a new folder architecture and a new php template part
This commit is contained in:
parent
264a90b348
commit
e4ce27a833
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user