diff --git a/template-parts/components/posts/post-header.php b/template-parts/components/posts/post-header.php index f371e43..5d9c89d 100644 --- a/template-parts/components/posts/post-header.php +++ b/template-parts/components/posts/post-header.php @@ -19,6 +19,10 @@ $has_thumbnail_overlay = $args['has_thumbnail_overlay'] ?? false; $likes_count = get_post_likes_count($post_id); $citeReference = get_field('cite_reference', $post_id); + + + + ?> @@ -94,44 +98,8 @@ $citeReference = get_field('cite_reference', $post_id); + -
- - - - -
diff --git a/template-parts/components/posts/social-buttons.php b/template-parts/components/posts/social-buttons.php new file mode 100644 index 0000000..b03552f --- /dev/null +++ b/template-parts/components/posts/social-buttons.php @@ -0,0 +1,43 @@ + + + +
+ + + + + +
\ No newline at end of file