Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホームページのループをフィルターして、カテゴリー ID 34 の 1 つの投稿にしようとしています。カスタム分類 ID 34 が割り当てられた複数のカスタム投稿タイプがあります。これが機能しない理由がわかりません:
<?php query_posts('showposts=1&cat=34'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php query_posts(array('post_type' => 'customposttypename','category' => 'catslugname', 'posts_per_page' => 1 )); ?>
そうではありませんtag
tag
<?php query_posts('showposts=1&cat=34'); ?>