2012-2014 度比度_(高興Happy)
coding我不喜歡,異想天開吧
2012年8月17日 星期五
wordpress WP_Query不同post type選擇內容
<?php
$args = array(
'post_type' =>'work',
'category_name' => $myCat_slug[$i],
'order' => 'ASC'
);
$listQuery = new WP_Query( $args );
?>
<?php
query_posts('post_type=post');
?>
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言