WordPress教程

修改the_excerpt()函数摘要末尾默认省略号[…]为更多

阿里云

WordPress 文章摘要末尾的“[…]”,怎么改成“…”或“更多”,我们可以通过 WordPress 的钩子 excerpt_more 来处理,看看小编是怎么操作的。

将下面代码放到当前 WordPress 主题 functions.php 文件内即可:

也想出现在这里?联系我们
创客主机

1、修改为:更多...

  1. function theme_excerpt_more($more) {
  2.     global $post;    
  3.     return '<a href="'.get_permalink($post->ID). '" title="阅读全文">更多...</a>';
  4. }
  5. add_filter('excerpt_more', 'theme_excerpt_more');

2、去掉[ ],修改为:...

  1. function theme_excerpt_more($more) {
  2.     return '...';
  3. }
  4. add_filter('excerpt_more', 'theme_excerpt_more');

修改 the_excerpt()函数摘要末尾默认省略号[…]为更多

已有 146 人购买
查看演示升级 VIP立刻购买

收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!