Advertisement
Guest User

totd

a guest
May 16th, 2011
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php foreach( $totd as $post ) : setup_postdata($post); ?>
  2. <div>
  3. <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
  4. <?php the_content(); ?>
  5. </div>
  6. <?php endforeach; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement