WordPress Post Excerpt – 代码获取WordPress的文章摘要 - 任刚 · Ren Gang - 我的设计笔记 世界设计 · 设计世界

下面的代码用于获取WordPress的文章摘要,特此笔记:

<?php if(!empty($post->post_excerpt)) : ?>
<p class="excerpt"><?php print $post->post_excerpt ?></p>
<div class="separator light"></div>
<?php endif; ?>
" /> 摘要 · 任刚 · Ren Gang - 我的设计笔记

摘要    389

WordPress Post Excerpt – 代码获取WordPress的文章摘要

小贴士      

登 录 注 册