From ab93b641dedf1a2b6843050f01369f963f8f707b Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 31 Dec 2020 11:36:38 +0100 Subject: [PATCH] feat: add a description custom field to articles --- single.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/single.php b/single.php index e20ea62..970215b 100644 --- a/single.php +++ b/single.php @@ -17,6 +17,17 @@ Le + $value ) { + echo "
" . $value . "
"; + } + + } + ?> +