<?php $args = array( 'post_type' => 'suited-trips', 's' => $_GET['s'] ); query_posts($args); if ( have_posts() ) : while(have_posts()) ...
確定! 回上一頁