diff --git a/template-parts/components/posts/social-buttons.php b/template-parts/components/posts/social-buttons.php index b03552f..0d756e6 100644 --- a/template-parts/components/posts/social-buttons.php +++ b/template-parts/components/posts/social-buttons.php @@ -2,11 +2,13 @@ $currentPostType = get_post_type(); $shareUrls = build_share_urls(); $handleCitation = post_type_supports($currentPostType, 'carhop-citations') ?? false; +$citeReference = get_field('cite_reference', get_the_ID()); +// write_log($handleCitation); ?>
- +