在wordpress中添加阅读更多链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在wordpress中添加阅读更多链接相关的知识,希望对你有一定的参考价值。

Add read more link for wordpress
  1. function new_excerpt_more($post) {
  2. return '<a class="more" href="'. get_permalink($post->ID) . '">' . 'Read the Rest...' . '</a>';
  3. }
  4. add_filter('excerpt_more', 'new_excerpt_more');

以上是关于在wordpress中添加阅读更多链接的主要内容,如果未能解决你的问题,请参考以下文章

php 修改WordPress阅读更多链接

Wordpress-自定义“阅读更多”链接

PHP Wordpress - 自定义“阅读更多”您的帖子的链接

如何在WordPress中显示阅读更多和阅读更少按钮

更改 wordpress 阅读更多按钮文本

PHP 自定义在Wordpress中阅读更多