Wp カスタム投稿のみ検索

<?php
global $query_string;
query_posts($query_string . "&post_type=カスタムポストタイプ名");
?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
PAGE TOP