特定のテンプレートを持つ Wordpress ページをクエリする方法はありますか? ここに私が得たものがありますが、何も表示されません:
<?php $my_query = new WP_Query(array( 'meta_key' => '_wp_page_template', 'meta_value' => 'template-city.php' )); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<li>
<?php the_title(); ?>
</li>
<?php endwhile; ?>
もちろん、という名前のページテンプレートファイルがありますtemplate-city.php