diff --git a/template-parts/articles/article-content.php b/template-parts/articles/article-content.php index 9bde2dc..626298b 100644 --- a/template-parts/articles/article-content.php +++ b/template-parts/articles/article-content.php @@ -2,9 +2,15 @@ $articleID = $args['ID']; $articleContent = get_the_content($articleID); $articleTitle = get_the_title($articleID); +$citeReference = get_field('cite_reference', $articleID); ?>

+ +

+ +

+
\ No newline at end of file