Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
文章
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
Wordpress显示文章摘要
放在文章的循环里:
<?php
if (!empty($post->post_excerpt) ) {
//如果文章有摘要则输出摘要
the_excerpt();
}
?>
05-15 23:55