2012年2月12日 星期日

不要或排除該分類的文章出現在網頁上

query_posts('cat=-6')
使用負數即是不要該分類的文章出現在網頁上
也可以這樣
query_posts( 'cat=-1,-2,-3' );

沒有留言:

張貼留言