We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec9286 commit af63bc7Copy full SHA for af63bc7
single-sites.php
@@ -87,7 +87,7 @@
87
if( $contentinfo ){
88
the_content();
89
}else{
90
- echo "暂无介绍内容,请编辑添加";
+ echo get_post_meta(get_the_ID(), '_sites_sescribe', true);
91
}
92
?>
93
0 commit comments