"><?php 
        the_post_thumbnail(array(150, 125));
        ?>
</a></div>       
    	<?php 
    }
    ?>
		<?php 
    the_excerpt();
    ?>
	</div><!-- .entry-summary -->
	<?php 
} else {
    ?>
	<div class="entry-content post-content">
		<?php 
    echo wp_advocate_excerpt(40);
    ?>
		<?php 
    wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'wp-advocate'), 'after' => '</div>'));
    ?>
	</div><!-- .entry-content -->
	<?php 
}
?>
	
</article><!-- #post-<?php 
the_ID();
?>
 -->
</a></div>
     <?php 
} else {
    ?>
		<div class="noimg"></div>
    <?php 
}
?>
    

	<div class="entry-content post-content">
		<?php 
if (has_excerpt()) {
    the_excerpt();
} else {
    echo wp_advocate_excerpt(25);
}
?>
		<?php 
wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'wp-advocate'), 'after' => '</div>'));
?>
	</div><!-- .entry-content -->

	<?php 
if ('post' == get_post_type()) {
    // Hide category and tag text for pages on Search
    ?>
	<footer class="entry-meta">
			<?php 
    /* translators: used between list items, there is a space after the comma */
    $categories_list = get_the_category_list(__(', ', 'wp-advocate'));