在Wordpress中自定义阅读更多

Posted

tags:

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

use 'custom_more' as custom field
  1. <?php $custommore = get_post_meta($post->ID, 'custom_more', true); ?>
  2. <?php if (!$custommore) { $custommore = 'Read More &raquo;'; } ?>
  3. <?php the_content($custommore); ?>

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

PHP 自定义在Wordpress中阅读更多

如何:在wordpress中自定义帖子类型的自定义类别存档页面

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

php 在WordPress中自定义登录表单

PHP 在Wordpress中自定义内容

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