php 修改WordPress阅读更多链接

Posted

tags:

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

//* Modify the WordPress read more link
add_filter( 'the_content_more_link', 'sp_read_more_link' );
function sp_read_more_link() {
	return '<a class="more-link" href="' . get_permalink() . '">[Continue Reading]</a>';
}

以上是关于php 修改WordPress阅读更多链接的主要内容,如果未能解决你的问题,请参考以下文章

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

更改 wordpress 阅读更多按钮文本

php 修改Genesis内容限制阅读更多链接

在 wordpress 中阅读更多链接

PHP 自定义在Wordpress中阅读更多

在wordpress中添加阅读更多链接