Custom Queries 1By PropellerMind / February 29, 2024 <?php while(have_posts()){ the_post(); ?> <li><?php the_title(); ?></li> <?php } ?>