JAVA、PHP、前端、APP、网站开发 - 开发技术学习

文档标签: wordress

wordpress循环显示所有分类及分类下的文章列表.

今天在制作新的首页页面需要显示所有分类及分类下的前8篇文章。 [php] <?php //for each category, show all posts $cat_args=array( 'orderby' => 'name', 'order' => 'ASC' ); $categories=get_categories($cat_args); foreach($categories as $category) { $args=array( 'showposts' => -1, 'category__in' => array($category->term_id), 'caller_get_posts'=>1 ); $posts=get_posts($args); if ($posts) { echo '...
此文被围观2664次  分类: 编程开发 标签:  ·····

站点声明:部分内容源自互联网,为传播信息之用,如有侵权,请联系我们删除。

© Copyright 2011-2024 www.kfju.com. All Rights Reserved.
超级字帖 版权所有。蜀ICP备12031064号