显示带有摘录文本的类别帖子

时间:2014-06-10 作者:Accore LTD

我想在我的分类页面中显示一篇文章,文章标题和内容为400/550字,并带有阅读更多链接。我已经这样做了,但问题是,我的帖子并没有显示应有的摘录。

这在我下面的代码中。

<?php while ( have_posts() ) : the_post(); ?>
<div class="news">
<div class="grid-container">

  <h2><a href="<?php the_permalink(); ?>" >
    <?php the_title(); ?>
    </a><span class="line"></span></h2>

  <?php  the_post_thumbnail() ?>
  </a>
  <div class="newsevent"><?php echo substr(get_the_excerpt(), 0,400); ?></div>
  <a href="<?php the_permalink(); ?>" class="readmore">View</a> </div>
<?php endwhile; 


?>
我想我需要改变<?php echo substr(get_the_excerpt(), 0,400); ?>

1 个回复
最合适的回答,由SO网友:NETCreator Hosting - WebDesign 整理而成

1) 关注此帖子Stackoverflow 或者@PieterGoosen提供的链接。

2) 您还可以使用get_the_content() 而不是get_the_excerpt()

结束

相关推荐

PRE_GET_POSTS订单描述未注册

我创建了一个筛选函数来筛选帖子类型items 根据它的元价值_item_price. 问题是它只按升序工作,我不知道为什么。我的pre_get_posts 函数如下所示:function frontend_items_filter( $query ) { global $page_items_id if(!is_page($page_items_id)) return; if($query->query_va