This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP CN Excerpt

Description

WordPress高级摘要插件。支持在后台设置摘要长度,摘要最后的显示字符,以及允许哪些html标记在摘要中显示。

  • 在摘要中支持HTML标签的显示;
  • 自动裁剪的摘要功能;
  • 优化算法,让截取结果更易读;
  • 可以自己定制摘要的长度和省略号的显示;
  • “阅读全文” 标签会被自动的添加(可选);
  • 摘要长度是真实的内容的长度(不包含HTML标签);
  • 主题开发者可以使用the_advanced_excerpt()方法进行更多的控制。
  • 这个插件可以完美的支持自动中文摘要,而且不局限于生成中文摘要,所有的UNICODE字符都支持。

设置:

“控制面板” > “中文摘要设置”

Installation

1,下载插件上传到/wp-content/plugins/目录后台启用即可

2,后台“插件”->“安装插件”->搜索框输入:”wp cn experct”->安装启用即可

Reviews

There are no reviews for this plugin.

Contributors and Developers

“WP CN Excerpt” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP CN Excerpt” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

4.4.2

  • bugfix

4.4.1

  • bugfix

4.4.0

  • “阅读全文”支持自定义模板
  • 重构部分代码
  • bugfix

4.3.0

  • 重构截取算法,更友好的结果
  • 重构大部分代码
  • bugfix

4.1.7

添加可选the_excerpt显示摘要选项

4.1.6

修正了默认主题下无法摘要的bug