我正在写我的 Wordpress 博客。
the_excerpt(); &
<a href="<?php the_permalink(); ?>">Read more</a>
如果我给 Wordpress 标准可以添加像“阅读更多”这样的摘录帖子。我的代码如下所示:
<a href="<?php the_permalink() ?>
"rel="bookmark" title="Read more on
<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
我的问题是如何在阅读更多内容中添加图标?有什么插件吗?或者我们可以手动添加它吗?请帮助我找到解决方案。