From af63bc73a5e4a4e35e0bcde151ffc1102bcd7223 Mon Sep 17 00:00:00 2001 From: owen0o0 <32561126+owen0o0@users.noreply.github.com> Date: Sun, 29 Dec 2019 21:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A6=82=E6=97=A0=E8=AF=A6=E6=83=85=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=98=BE=E7=A4=BA=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- single-sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-sites.php b/single-sites.php index 727c281..4af0b28 100644 --- a/single-sites.php +++ b/single-sites.php @@ -87,7 +87,7 @@ if( $contentinfo ){ the_content(); }else{ - echo "暂无介绍内容,请编辑添加"; + echo get_post_meta(get_the_ID(), '_sites_sescribe', true); } ?>