PHP 自定义在Wordpress中阅读更多

Posted

tags:

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

<?php $custommore = get_post_meta($post->ID, 'custom_more', true); ?>
<?php if (!$custommore) { $custommore = 'Read More »'; } ?>
<?php the_content($custommore); ?>

以上是关于PHP 自定义在Wordpress中阅读更多的主要内容,如果未能解决你的问题,请参考以下文章

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

在Wordpress中自定义阅读更多

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

在WordPress中显示具有自定义摘录长度和自定义阅读更多文本的文章

PHP 在functions.php中使用WordPress自定义更多文本

将自定义 css 添加到 wordpress 中的页面模板