admin管理员组文章数量:1334824
I want to show posts in index page but just the first one is shown!this is the code:
<div class="w3ls">
<?php if(have_posts()):
while (have_posts()) : the_post();
?>
<div class="col-md-6 w3ls-right wow fadeInDown" data-wow-duration=".8s" data-wow-delay=".2s">
<div class="tc-ch">
<div class="tch-img">
<a href="<?php the_permalink(); ?>"><img src="<?php the_post_thumbnail_url(); ?>" style=" width: 400px !important; height: 300px !important;" alt=""/></a>
</div>
<h3><a href="singlepage.html">
<?php the_title(); ?>
</a></h3>
<h6>توسط <a href="singlepage.html">
<?php the_author() ?></a><?php the_date() ?></h6>
<p><?php the_excerpt(); ?></p>
<div class="bht1">
<a href="singlepage.html">ادامه مطلب</a>
</div>
<div class="soci">
<ul>
<li class="hvr-rectangle-out"><a class="twit" href="#"></a></li>
<li class="hvr-rectangle-out"><a class="drib" href="#"></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<div class="clearfix"></div>
</div>
what is the problem?
本文标签: theme developmentonly the first post is shown
版权声明:本文标题:theme development - only the first post is shown 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742381193a2464126.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论