用Permalink替换摘录省略号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用Permalink替换摘录省略号相关的知识,希望对你有一定的参考价值。
function replace_excerpt($content) { '<div class="more-link"><a href="'. get_permalink() .'">Continue Reading</a></div>', $content ); } add_filter('the_excerpt', 'replace_excerpt');
以上是关于用Permalink替换摘录省略号的主要内容,如果未能解决你的问题,请参考以下文章