*/
?>

<div id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>

	<?php 
the_title('<h1 class="title-header">', '</h1>');
?>

	<div class="entry-content clearfix">
		<?php 
the_content();
wp_link_pages(array('before' => '<p class="pages"><strong>' . __('Pages:', 'academica') . '</strong>', 'after' => '</p>', 'next_or_number' => 'number'));
?>

	</div>

    <div class="entry-meta">
        <?php 
academica_entry_meta(true);
edit_post_link(__('Edit', 'academica'), '<span class="edit-link"> / ', '</span>');
?>
    </div>

</div>
*/
?>

<div id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>

	<?php 
the_title('<h1 class="title-header">', '</h1>');
?>

	<div class="entry-meta">
		<?php 
the_tags('<p class="tags"><strong>' . __('Tags:', 'academica') . '</strong> ', ', ', '</p>');
academica_entry_meta();
edit_post_link(__('Edit', 'academica'), '<span class="edit-link"> / ', '</span>');
?>
	</div><!-- end .entry-meta -->

	<div class="entry-content clearfix">
		<?php 
the_content();
wp_link_pages(array('before' => '<p class="pages"><strong>' . __('Pages:', 'academica') . '</strong>', 'after' => '</p>', 'next_or_number' => 'number'));
?>
	</div><!-- end .entry-content -->

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