为了确保文章内容符合你的需求,能否请你确认一下“吃瓜网今日吃瓜热门大瓜在线观看”指的是什么?是指某个特定的热点事件还是泛指当前网络上的娱乐八卦内容呢?
<ul> <?php $cat = get_the_category(); foreach($cat as $key=>$category){ $catid = $category->term_id; } $args = array('orderby' => 'rand','showposts' => 255,'cat' => $catid ); $query_posts = new WP_Query(); $query_posts->query($args); while ($query_posts->have_posts()) : $query_posts->the_post(); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endwhile;?> <?php wp_reset_query(); ?> </ul>