WordPress 文章列表里移除置顶的文章

网站要是置顶文章多了,就会堆积在网站首页,那么怎么不显示置顶的文章呢?

<?php  $the_query = new WP_Query( array( 'post__not_in' => get_option( 'sticky_posts' ) ) );  if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post();  ?>

来源地址:WordPress 文章列表里移除置顶的文章

转载声明:本站文章若无特别说明,皆为原创,转载请注明来源:www.88531.cn资享网,谢谢!^^

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享