Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey but I used this code below & it made my page repeat forever and ever lol how do I make it stop. BTW i know nothing about PHP lol

    <?php
    echo(‘

      ‘);
      query_posts(‘cat=18&showposts=10’);
      if (have_posts()) : while (have_posts()) : the_post();
      echo(‘

    • <a href=”‘);
      the_permalink();
      echo(‘”>’);
      the_title();
      echo(‘
    • ‘);
      endwhile; endif;
      echo(‘

    ‘);
    ?>

    Can anybody please help?

Viewing 1 replies (of 1 total)