禁止使用模板插件做违法内容(涉黄等),否则将受到法律的制裁。

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();
?>

1 个评论

 
联系
目前暂停一切业务,客服消息可能不会及时回复,谢谢理解。
在线咨询
    在线咨询
    禁止使用模板插件做违法内容(涉黄等),否则将受到法律的制裁。