Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php $anzeigen = new WP_Query("cat=15&showposts=20"); while($anzeigen->have_posts()) : $anzeigen->the_post();?><td><center><a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo catch_that_image(); ?>" width="120" height="170"></a><?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement