<liclass="alm-item<?php if ( ! has_post_thumbnail() ) { echo ' no-img'; } ?>">
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail('alm-thumbnail');
		}
?>
<h3>
<ahref="<?php the_permalink(); ?>"><?phpthe_title(); ?></a>
</h3>
<pclass="entry-meta"><?phpthe_time('F d, Y'); ?></p>
<?phpthe_excerpt(); ?>
</li>
PHP

The following shortcode was used to create the Default example.

[ajax_load_more]

The following Template was used to create the Default example.