Advertisement
Guest User

content.php

a guest
May 4th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <?php $i=0; while ( have_posts() ) : the_post(); $i++; ?>
  2. <article id="post-<?php the_ID(); ?>" <?php post_class('div'.$i); ?> >
  3. <header class="entry-header">
  4. <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'colormagic' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
  5. <?php the_title(); ?>
  6. </a></h1>
  7. <p><?php the_date(); ?></p>
  8. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement