<?php
$query = new WP_Query(
array(
'post_type' => 'カスタム投稿タイプ',
)
);
?>
<?php
if ( $query->have_posts() ) : ?>
<?php while ( $query->have_posts() ) : $query->the_post();?>
<!--ここにループさせたい内容-->
<?php endwhile; ?>
<?php endif; wp_reset_postdata(); ?>
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme