Advertisement
Guest User

Untitled

a guest
May 2nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <div class="post-item">
  2. <img src="<?php $thumb = get_post_custom_values('post-image'); echo bloginfo('url') . '/' . $thumb[0]; ?>" alt="<?php the_title(); ?>" />
  3. <h2> <a href="<?php the_permalink(); ?>"> <?php the_title(); ?> </a></h2>
  4. <p class="meta"> posted by <?php the_author();?> on <?php the_date(); ?> </p>
  5. <?php the_content('read more...'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement