<h4>News</h4> <?php query_posts('category_name=news&showposts=2');?>
<?php if (have_posts()): while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h2><a
href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2><?php
the_post_thumbnail('thumb'); ?><span class="date"><?phpthe_time('F
jS') ?></span><?php the_excerpt(); ?> </div><?php endwhile; ?><?php
else : ?><p>I think your lost...</p><?php endif; ?>
No comments:
Post a Comment