Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jLuneyWP

    (@jluneywp)

    Oh! Ok it decided to work now. Thanks for your help, I think that little change fixed it!

    Thread Starter jLuneyWP

    (@jluneywp)

    Hmm well that didn’t work….
    Now instead of displaying an error message it just displays all of the code for that page.
    I saved the ‘news.php’ file in the root of the site, while all of the wordpress set up files are saved in a ‘news’ file. Could this be a problem? Also, I never defined a wp-header.php- I was under the impression that this was just one of the standard wordpress files the page refers back to to load the blog, is that correct?
    Also- I didn’t change the second part of the code-

    <!--Get the last 10 posts. -->
      <?php query_posts('showposts=10'); ?>
      <?php while (have_posts()) : the_post(); ?>
      <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
      <?php the_title(); ?>
      </a><br />
      <?php endwhile;?>

    Is that part correct?
    I’ve got lots of questions- thanks for any advice y’all may have…

Viewing 2 replies - 1 through 2 (of 2 total)