Advertisement
FlyFX

Untitled

Jun 7th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php else : ?>
  2.         <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  3.             <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
  4.  
  5.             <div class="entry-meta">
  6.                 <?php twentyten_posted_on(); ?>
  7.             </div><!-- .entry-meta -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement