我使用的是Wordpress CMS。我为特定类别创建帖子和页面。我想通过各自的类别发送帖子和页面项目。而且我想控制在类别中显示帖子的数量。如何在类别中发送帖子和页面项目。我附加正常编码。 Plz帮助我。
<?php while(have_posts()): the_post();?>
</div>
<div class="category-page">
<div class="cate-inn ">
<h2><a href="<?php the_permalink();?>"> <?php
the_title();?></a></h2>
<div class="cat-image fix">
<a href="<?php the_permalink();?>"> <?php
the_post_thumbnail();?></a>
</div>
答案 0 :(得分:0)
WP中有一个功能可以帮助你。 您可以在此处找到相关信息:http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
我已准备好在这里提供帮助 https://snippetbox.xyz/5c3db100112bca204644/