From b9eec084c5a6e2815449ae133f780a39c8ed9313 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Tue, 20 Aug 2024 11:11:17 -0600 Subject: [PATCH] tags on article page --- single.php | 13 +++++++++++-- style.css | 4 ++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/single.php b/single.php index 34c44f1..58ac699 100644 --- a/single.php +++ b/single.php @@ -10,7 +10,7 @@ $post_id = get_the_ID(); ?>

- +
+

Tags:

+ term_id) . '">' . $tag->name . ''; + } + } + ?>
- +