不影响主LOOP, 分页正常工作 限制每个分类下文章数量 列出所有分类, 不用指定 ul ?php/** * wordpress list limited number of posts group by all categories * without destroying the main hook * coded by xiaohudie * i promised i'd use English to an
- 不影响主LOOP, 分页正常工作
- 限制每个分类下文章数量
- 列出所有分类, 不用指定
5, // limit number
//'ignore_sticky_posts'=>1,// defult:0 not ignore
'category__in' => array($category->term_id) //use category id to hook the category parameters
);
$xhdpost = get_posts( $args );
echo ' ';
foreach ( $xhdpost as $post ) : setup_postdata($post); ?>
Demo:
list_all_cats_posts is coded by xiaohudie. Any posts here is one hundred percent original, so please keep my link so as not to hurt this pretty girl
Kenyataan:Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn