php 在Wordpress中手动输出摘录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在Wordpress中手动输出摘录相关的知识,希望对你有一定的参考价值。

<?php 
  $content = get_the_content(); 
  echo substr(strip_tags($content), 0, 130) . '...'; 
?>

refrence:
https://css-tricks.com/snippets/wordpress/output-excerpt-manually/
https://codex.wordpress.org/Function_Reference/wp_trim_words

以上是关于php 在Wordpress中手动输出摘录的主要内容,如果未能解决你的问题,请参考以下文章

PHP 在Wordpress 3.0中添加页面摘录

php 从摘录中删除短代码(WordPress)

php wordpress自定义中的多个摘录长度

PHP 显示具有自定义摘录长度的帖子和自定义在WordPress中阅读更多文本

php [摘录限制] Poner un limite al extracto en wordpress #wordpress #php

php 摘录限制长度和更多wordpress