I have a simple custom query driven by get_posts : <ul> <?php $args = array('post_type' => 'event', 'numberposts' => 6 ); $myposts = get_posts( $args ); ...
確定! 回上一頁