【发布时间】:2012-11-01 20:39:47
【问题描述】:
我想更改 WordPress 中的“阅读更多”链接,我在 <!-- more --> 中找到了一些教程,我可以在 <!-- more Proceed... --> 中写其他东西(这不起作用)。
在 index.php 中我应该编辑 <?php the_content('Read More..,'); ?>,但在我的 index.php 中没有 Read More 文本,看起来像这样 <?php the_content(''); ?>,它是空的,它仍然显示 Read More on posts。
还有其他想法如何改变它?
【问题讨论】:
标签: wordpress button hyperlink