Advertisement
Guest User

Untitled

a guest
Oct 5th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <article id = "article4">
  2.                             <?php $my_query = new WP_Query('category_name=shopping tips&posts_per_page=1');
  3.                         while ($my_query->have_posts()) : $my_query->the_post();
  4.                         $do_not_duplicate = $post->ID; ?>
  5.                         <h3><a STYLE="text-decoration:none"href = "<?php the_permalink();?>"><?php the_title();?></a></h3>
  6.                         <p>
  7.                         <?php the_excerpt();?>
  8.                         </p>
  9.                         <a href="<?php echo getAttach($post->ID,'image'); ?>">download image</a>
  10.                         <?php endwhile; ?>
  11.                                
  12.                         </article>
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement