Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
注目の投稿と非注目の投稿の両方を日付で並べ替えようとしています...ステータスに関係なく...次のクエリを試しましたが、うまくいきません... TwentyElevenを使用しています
<?php query_posts('cat=-89&orderby=date&order=DESC');?>
前もって感謝します
これが私が採用した解決策です。
query_posts('ignore_sticky_posts=1&posts_per_page=3&cat=6');