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

沒有留言:

張貼留言