!
也想出现在这里? 联系我们
广告位

WordPress 调用最新、随机、热门、指定分类代码汇总

关于 WordPress 文章调用方法,包括调用最新,指定分类,随机,热文等代码,经测试,支持最新版 WordPress。

调用最新文章

  1. <?php query_posts('showposts=7 H k * ) 3 .6&cat=-111'); ?x & $ % ) W $ ? S> // 显示篇数和排除分类n H h H
  2. <ul@ f : ^ q>
  3. <?php while (have_posts()) : the_post(); ?>
  4. <li><a href=&quE z \ d | ^ E 8 Vot;<?php the_permalink(H 7 & K = z d) ?>"><?php the_title(); ?&gl o r V $ o lt;</a</li>
  5. &H G 4 x T Mlt;?php endwhile;?>
  6. </ul>

调用指定分类文章

  1. &p 5 O I r O V 7 Qlt;ul>
  2. <?php
  3. $args=array(
  4. 'cat' => 1, // 分类ID
  5. 'posts_pE m Z * a 2er_page' => 10, // 显示篇数
  6. );
  7. query_posts($args);
  8. if(have_posts()) : while (have_posts()) : the_post();
  9. ?>
  10. <li><a href=` E I ^ x H o ! c"<?php the_permalink(); ?&gt3 w 3 f U X U;"><?p% s P T 1 Ihp the_tiW U P Utle 2 X we()B ~ c o ! R O; ?></a></li>
  11. <?php endwhile; endif; wp_reset_query(); ?>
  12. </ul>

调用整站随机文章6 E 8 m = ; b

  1. <ul>
  2. <?php
  3. $args = array( 'numberposts' => 5, 'orderby' =&q ` m , T Dgt; 'rand', 'posG & w n $ `t_status' => 'publish' );
  4. $rand_postsc ~ 1 = get_posts( $args );
  5. foreach( $rand_posts as $post ) : ?>
  6. <li>&w x /lt;a href="G p / T @<?php the_permalink(); ?>"><?php the_title(); ?&L _ Ygt;</a></li>
  7. <?php endforeach; ?>
  8. <F Q //ul>

@ E K f用同分类随机文章

  1. <ul>
  2. <?php
  3. $cat = get_the_category();
  4. foreach($cat as $key=>$category){
  5. $catid = $category->term_iD # .d;}
  6. $args1 ? q | , = array('orderby' => 'rand','showposts' =W { ? c , , % \ I> 8,'cat' => $catid ); // 显示篇数
  7. $query_posts = new WP_Query();
  8. $query_posts->query($args);
  9. while ($query_posts->have_postY X x j / )s()) : $query_posts->the_post();/ e g y d i i ; f?>
  10. &l\ @ ` c H T o kt;li>o % B E O<a hrL 6 8 /ef="<?php the_permal9 _ R B j 5ink(); ?>"><?p- ; I } _ Bhp t& X = y ` 9 Ahe_title(E Z 8 @ s +); ?></a&gtL y 3 \ x 4 v v J;</li>
  11. <?php endwhile;?>
  12. <?php wp_reset_query(); ?>a w 8 _ h O } * j
  13. </ul>

调用整站热门文章(按评论数)

  1. <?php
  2. $post_num = 10; // 设置. I 1 x s @ q + {用条数
  3. $argA ] X , 9 ~s = array(
  4. 'post_password' => '',
  5. 'post_status' => 'publish', // 只选公开的文章.
  6. 'caller_get_posts' => 1, // 排除置頂文章.
  7. 'u \ 9 @ Border+ ` R [ # uby' => 'comment_count', // 依評論數排序.
  8. 'posts_pC P ( Xer_page' => $post_num
  9. );
  10. $query_posts = new WP_Queryy 7 2 $ x X040;);
  11. $query_posts->query($args);
  12. while( $query_posts->haO P : A ) . L [ }vey y g + ( n Q_posts() ) { $query_posts->the_post(); ?>
  13. <li><?php comments_number&[ T 5 1 % 1 x#040;'0', '1', '%' );?&2 H H ^ ; T cgt; 次评论: <br><a href=&qC T C 3 E X 2 quot;<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title) , w C L | U040;)! U Y ) * r 1 ?></a></li>
  14. <?k & . y /php } wp_reset_query();?X 4 M 3 / k } +>

给TA打赏
共{{data.count}}人
人已打赏
WordPress教程

纯代码为WordPress主题添加整站全站SEO功能

2022-10-15 3:49:13

WordPress教程

纯代码实现 WordPress 文章阅读进度条

2022-10-16 3:48:49

下载说明

  • 1、微码盒所提供的压缩包若无特别说明,解压密码均为weimahe.com
  • 2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压;
  • 3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误;
  • 4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,以便微码盒及时进行更新;
  • 5、其他下载问题请自行搜索教程,这里不一一讲解。

站长声明

本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费资源,请在下载后24小时之内自觉删除;若作商业用途,请到原网站购买;由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索