From 6d97d1db80346110ca5a32c72d40cc298200a85d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 17:26:00 +0100 Subject: [PATCH] REFACTOR Moving the card into the components subfolder --- template-parts/cards/author-card.php | 42 ------------------ .../components/cards/author-card.php | 43 +++++++++++++++++++ 2 files changed, 43 insertions(+), 42 deletions(-) delete mode 100644 template-parts/cards/author-card.php create mode 100644 template-parts/components/cards/author-card.php diff --git a/template-parts/cards/author-card.php b/template-parts/cards/author-card.php deleted file mode 100644 index 3e7ea4f..0000000 --- a/template-parts/cards/author-card.php +++ /dev/null @@ -1,42 +0,0 @@ - -
  • -
    - - - <?php echo $member_thumbnail['alt']; ?> - - - -
    - -
    -
    - - -
    -

    - -

    - -
  • \ No newline at end of file diff --git a/template-parts/components/cards/author-card.php b/template-parts/components/cards/author-card.php new file mode 100644 index 0000000..9e2adb9 --- /dev/null +++ b/template-parts/components/cards/author-card.php @@ -0,0 +1,43 @@ + + + + +
    + + <?php echo $profilePictureAlt; ?> + +
    + +
    +
    +

    +
    + + + +
    + +
    +
    \ No newline at end of file