在Wordpress中自定义阅读更多
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Wordpress中自定义阅读更多相关的知识,希望对你有一定的参考价值。
use 'custom_more' as custom field
<?php if (!$custommore) { $custommore = 'Read More »'; } ?> <?php the_content($custommore); ?>
以上是关于在Wordpress中自定义阅读更多的主要内容,如果未能解决你的问题,请参考以下文章
如何:在wordpress中自定义帖子类型的自定义类别存档页面