Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <?php
  2. elseif ( 'gallery' === $post_format ) :
  3. et_pb_gallery_images();
  4. endif;
  5. } ?>
  6.  
  7. <?php
  8. et_divi_post_meta();
  9. if ( 'on' !== et_get_option( 'divi_blog_style', 'false' ) || ( is_search() && ( 'on' === get_post_meta( get_the_ID(), '_et_pb_use_builder', true ) ) ) ) {
  10. truncate_post( 270 );
  11. } else {
  12. the_content();
  13. }
  14. ?>
  15. <?php endif; ?>
  16.  
  17. </article> <!-- .et_pb_post -->
  18. <?php
  19. endwhile;
  20.  
  21. if ( function_exists( 'wp_pagenavi' ) )
  22. wp_pagenavi();
  23. else
  24. get_template_part( 'includes/navigation', 'index' );
  25. else :
  26. get_template_part( 'includes/no-results', 'index' );
  27. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement