Custom Queries 1

<?php
  while(have_posts()){
    the_post(); ?>
    <li><?php the_title(); ?></li>
  <?php }
?>
Scroll to Top