Advertisement
Guest User

Untitled

a guest
Apr 29th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <div class="jumbotron">
  2. <h2>Ultimos Estrenos Nintendo Wii</h2>
  3. <?php query_posts('cat=99&order=DSC&showposts=11&paged='.get_query_var('paged')); ?>
  4. <?php if (have_posts()) : ?>
  5. <?php while (have_posts()) : the_post(); ?>
  6. <a href="<?php echo get_permalink(); ?>"><?php the_post_thumbnail( 'thumb-small' ); ?></a>
  7. <?php endwhile; ?>
  8. <?php else: ?>
  9. <p><?php _e('No posts were found. Sorry!'); ?></p>
  10. <?php endif; ?></p>
  11. <br /><br />
  12. <a href="http://bluegames.com.ve/category/nintendo-wii/" class="btn btn-xs btn-warning">VER TODOS LOS ESTRENOS</a>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement