File: D:/HostingSpaces/HBergman/dezaakpartners.nl/wwwroot/wp-content/themes/momentous-lite/content.php
<div class="post-wrap clearfix">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php momentous_display_thumbnail_index(); ?>
<h2 class="post-title"><a href="<?php esc_url(the_permalink()) ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="postmeta clearfix"><?php momentous_display_postmeta(); ?></div>
<div class="entry clearfix">
<?php the_excerpt(); ?>
<a href="<?php esc_url(the_permalink()) ?>" class="more-link"><?php _e('Continue reading »', 'momentous-lite'); ?></a>
</div>
<div class="postinfo clearfix"><?php momentous_display_postinfo_index(); ?></div>
</article>
</div>