Ajax load more default structure
<div class="col-md-4 col-sm-12 content-block center margin-bottom-60">
<a href="http://localhost/Rockwell/press-post-three/" title="<?php the_title_attribute(); ?>">
<div class="image" style="background-image: url('<?php the_field('press_images' , 'option'); ?>');">
<div class="image" style="background-image: url('<?php the_field('press_featured_image'); ?>')">
<div class="overlay overlay-navy"></div>
<div class="title-press">
<h1>PRESS | RELEASE</h1>
</div>
</div>
</div>
</a>
<div class="date">
<?php echo get_the_date(); ?>
</div>
<div class="heading">
<?php the_title(); ?>
</div>
</div>