- <?php query_posts("showposts=1&category_name=speach"); ?>
- <?php while (have_posts()) : the_post(); ?>
- <?php $thumb = get_post_meta($post->ID, 'Image', $single = true);?>
- <img src="<?php echo bloginfo('template_url'); ?>/img/today.gif" class="today"/>
- <p>
- <?php the_title(); ?>:
- </p>
- <?php the_content(); ?>
- <?php endwhile; ?>
