如何从WordPress帖子中获取没有p html标记的摘录

时间:2017-09-20 作者:Exam Gateway

我的网站是http://www.examplaza/answers

我试图使用此代码提取摘录(我帖子的前33个字符)<?php echo excerpt(33); ?> 但最后却留下了一片空白。

我使用的主题正在使用

1 个回复
SO网友:Vishit

请在主题函数中添加以下代码。php

remove_filter( \'the_excerpt\', \'wpautop\' );

结束

相关推荐

My post excerpt does not work

我正在使用文章摘录,但当我点击阅读更多链接时,它不会显示所有文章段落,它只显示摘录的段落,这是代码行索引。php<?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( \'content\', get_post_format() ); ?> <h2><a hr