/home/nbcgowuy/kdosheleads.com/wp-content/themes/marketo/template-parts/post/content.php
<?php
/**
 * content.php
 *
 * The default template for displaying content.
 */
?>


<div class="post">
	<!-- post image start -->
		<?php
		if ( has_post_thumbnail() ) :
			echo '	<div class="post-media post-image">';
			the_post_thumbnail( 'post-thumbnail' );
			echo  '	</div>';
		endif;
		?>

	<div class="post-body clearfix">

		<?php marketo_post_meta_left(); ?>
		<!-- Post meta left -->

		<div class="post-content-right">
			<div class="entry-header">
				<?php marketo_post_meta(); ?>

				<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>

				<div class="entry-content">
					<?php
					marketo_content_read_more( '35' );
					?>
				</div>
			</div><!-- header end -->
		</div><!-- Post content right -->
	</div><!-- post-body end -->

</div><!-- post end -->