Forum Replies Created

Viewing 1 replies (of 1 total)
  • doodlebee,

    Can you explain what I put in the line where you have “Display for posts here”?

    I’m new to this. ??

    Thanks!

    Also, there was a missing character in your code, here’s what I have now:

    <?php $index = new WP_query(‘cat=7&showposts=3’);
    if($index->have_posts()) : while ($index->have_posts()) : $index->the_post(); ?>
    Display for posts here
    <?php endwhile; endif; ?>

    Any help is appreciated!

Viewing 1 replies (of 1 total)