进入后台的主题代码编辑器: 1 编辑 content.php 页面 找到代码: the_content(__(‘Continue reading →’, ‘主题名字’)); 修改成: if(!is_single()) { the_excerpt(); } else { the_content(__(‘Continue reading →’,
昨日代码无一行,今日写码泪两行。天天写码天天瘦,悲叹何时见光明。
进入后台的主题代码编辑器: 1 编辑 content.php 页面 找到代码: the_content(__(‘Continue reading →’, ‘主题名字’)); 修改成: if(!is_single()) { the_excerpt(); } else { the_content(__(‘Continue reading →’,