Advertisement
cjc1867

Content Graves Template

Aug 5th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <div class="<?php mesmerize_print_archive_entry_class(); ?>" data-masonry-width="<?php mesmerize_print_masonry_col_class(true); ?>">
  2. <div id="post-<?php the_ID(); ?>" <?php post_class('blog-post card '); ?>>
  3. <div class="post-content">
  4.  
  5. <?php mesmerize_print_post_thumb(); ?>
  6.  
  7. <div class="col-xs-12 col-padding col-padding-xs">
  8.  
  9. <h3 class="post-title">
  10. <a href="<?php the_permalink(); ?>" rel="bookmark">
  11. <?php the_title(); ?>
  12. </a>
  13. </h3>
  14. <p><?php the_taxonomies(); ?></p>
  15.  
  16. <a class="button color4 text-center" href="<?php the_permalink(); ?>" target="_self" data-cp-link="1" rel="noopener noreferrer">Learn More</a>
  17.  
  18. <?php get_template_part('template-parts/content-list-post-meta'); ?>
  19.  
  20.  
  21. <div class="post-excerpt">
  22. <?php //the_excerpt(); ?>
  23. </div>
  24.  
  25. </div>
  26.  
  27. </div>
  28. </div>
  29. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement