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 を取得するには?
たとえば、次の URL があります。
http://localhost/website/[some-custom-tax]/[category]
category基本的に、 archive.phpで指定されたすべての投稿を一覧表示したい
category
クエリを変更していないことを確認してください。wordpress のデフォルトのインデックス ページ テンプレートを使用して再度テストすると、カテゴリの投稿のみが取得されるはずです。
while (have_posts()) : the_post(); the_content(); endwhile; endif; get_sidebar(); get_footer(); ?>
http://codex.wordpress.org/The_Loop_in_Action