我正在使用My Wordpress博客.
the_excerpt(); &
<a href="<?php the_permalink(); ?>">Read more</a>
Run Code Online (Sandbox Code Playgroud)
如果我给Wordpress标准可以添加像"阅读更多"这样的摘录帖子.我的代码看起来像这样:
<a href="<?php the_permalink() ?>
"rel="bookmark" title="Read more on
<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
Run Code Online (Sandbox Code Playgroud)
我的问题是我如何添加一个图标来阅读更多?有没有插件?或者我们可以手动添加吗?请帮我找到解决方案.