?>

	<?php 
do_action('portland_entry_content_before');
?>
	<div class="<?php 
echo apply_filters('portland_entry_content_class', 'entry-content');
?>
">
		<?php 
the_content();
?>
	</div><!--.entry-content-->
	<?php 
do_action('portland_entry_content_after');
?>

	<?php 
// Display additional post meta (function located in includes/helpers.php file).
portland_post_meta(array('categories'));
// Display post naviation (WordPress core function).
the_post_navigation();
// Loads comments.php file.
comments_template();
?>

	<?php 
do_action('portland_entry_bottom');
?>
</div><!-- #post-number -->
">
		<a href="<?php 
the_permalink();
?>
">
			<?php 
the_title();
?>
		</a>
	</h2>
	<?php 
do_action('portland_entry_title_after');
?>

	<?php 
portland_post_meta(array('date'), array('display_titles' => false));
?>

	<?php 
do_action('portland_entry_content_before');
?>
	<div class="<?php 
echo apply_filters('portland_entry_content_class', 'entry-content');
?>
">
		<?php 
the_content();
?>
	</div><!--.entry-content-->
	<?php 
do_action('portland_entry_content_after');