摘录或内容字数限制
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了摘录或内容字数限制相关的知识,希望对你有一定的参考价值。
use in template function excerpt($limit) {
$excerpt = explode(' ', get_the_excerpt
(), $limit); if (count($excerpt)>=$limit) { $excerpt = implode(" ",$excerpt).'...'; } else {
}
return $excerpt;
}
function content($limit) {
$content = explode(' ', get_the_content
(), $limit); if (count($content)>=$limit) { $content = implode(" ",$content).'...'; } else {
}
$content = apply_filters('the_content', $content);
return $content;
}
以上是关于摘录或内容字数限制的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress摘录自定义字数限制
如何解决网页内容无法复制或复制字数有限制的问题?
WordPress对文章字数有限制吗
限制字数按字数输入内容
js表格限制字数表超过的内容隐藏
求一种记事本软件,可以显示字数,但是又没有字数限制的。