以短码形式检索帖子摘录

时间:2019-04-26 作者:auntie

如何注册快捷码以添加manual 在同一篇文章中的任何地方发表摘录?WP中是否已存在此短代码?

谢谢

1 个回复
最合适的回答,由SO网友:sMyles 整理而成

只需将此添加到您孩子的主题functions.php 文件:

add_shortcode( \'output_post_excerpt\', \'get_the_excerpt\' );
然后使用[output_post_excerpt]

相关推荐

如何在剥离html时用文章的前N个单词替换Get_the_Excerpt

我正试图将推特卡片功能添加到Wordpress博客中,这样每当有人在推特上发布文章链接时,卡片就会显示出来。这是我输入的代码functions.php 将我的主题插入头部:function add_twitter_cards() { if(is_single()) { $tc_url = get_permalink(); $tc_title = get_the_title(); $tc_description = get_the_excerpt(); $