Guest
Public paste!

problem with using above code

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.48 KB | Hits: 312 | Expires: Never
Copy text to clipboard
  1.  <?php query_posts("showposts=1&category_name=speach"); ?>
  2.                 <?php while (have_posts()) : the_post(); ?>
  3.                 <?php $thumb = get_post_meta($post->ID, 'Image', $single = true);?>  
  4.                 <img src="<?php echo bloginfo('template_url'); ?>/img/today.gif" class="today"/>
  5.                 <p>
  6.                   <?php the_title(); ?>:
  7.                   </p>
  8.                   <?php the_content(); ?>
  9.  
  10.                
  11.                 <?php endwhile; ?>