Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!-- Start the Loop. -->
  2. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  3.  
  4. <div class="destacado-1">
  5. <a href="<?php the_permalink(); ?>">
  6. <img src="<?php bloginfo('stylesheet_directory'); ?>/images/destacado_1.png">
  7. </a>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement