Advertisement
Guest User

Untitled

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