Advertisement
mcstevem

NewsCenter byline block

May 1st, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <div id="post-<?php the_ID(); ?>" class="<?php hybrid_entry_class(); ?>">
  2.  
  3. <?php do_atomic( 'before_entry' ); // hybrid_before_entry ?>
  4.  
  5. <div class="entry-content">
  6. <?php the_content(); ?>
  7. <?php wp_link_pages( array( 'before' => '<p class="page-links pages">' . __( 'Pages:', hybrid_get_textdomain() ), 'after' => '</p>' ) ); ?>
  8. </div><!-- .entry-content -->
  9.  
  10. <?php do_atomic( 'after_entry' ); // hybrid_after_entry ?>
  11.  
  12. </div><!-- .hentry -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement