while ( have_posts() ) : the_post();echo '<li>'; the_title();echo '</li>';endwhile;?> Using Query Loop to filter custom taxonomies in custom post type: <?php ...
確定! 回上一頁