Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. $quote = $wc_qc;
  3. query_posts('cat='.$quote.'&showposts=1');?>
  4. <?php if(have_posts()) : ?>
  5. <?php while (have_posts()) : the_post(); ?>
  6. <?php the_content(); ?>
  7. <?php endwhile; ?>
  8. <?php else : ?>
  9. <?php endif; ?>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement