Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="entry-content">
  2. <?php if ( $post_format == 'video' || $post_format == 'audio' ) echo $media_return['content'];
  3. elseif ( $post_format == 'gallery' ) echo $content;
  4. else the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'quadro' ) ); ?>
  5. <?php wp_link_pages( array(
  6. 'before' => '<div class="page-links">' . __( 'Pages:', 'quadro' ),
  7. 'after' => '</div>',
  8. ) ); ?>
  9. </div><!-- .entry-content -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement