WordPress主题制作

  1. 主页
  2. 文档
  3. WordPress主题制作
  4. 标签
  5. 到底

到底

文章类:
the_permalink();–链接

the_title();–题目

缩略图

<a href="<?php the_permalink();?>"><img src="<?php echo post_thumbnail_src(); ?>" alt="<?php the_title();?>" title="<?php the_title();?>"></a>


摘要

<p><?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 240,"……"); ?> </p>
这篇文章对您有用吗?

我们要如何帮助您?