Recent entries with excerpts – Code help
-
I would like to include excerpts with my recent entry list on my main page. I have found and configured the fallowing code, but I get a brake between the recent entry and the excerpt. Anybody have a better code or am I stuck with this one?
<?php query_posts('category_name=Reviews&showposts=5'); while (have_posts()) : the_post(); // do whatever you want ?> <b><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><?php the_excerpt(); ?><br /> <?php endwhile; ?>
Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Recent entries with excerpts – Code help’ is closed to new replies.