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