}
?>
		</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<?php 
thbusiness_featured_image();
?>
	<div class="entry-content">
		<?php 
the_content();
?>
		<?php 
wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'thbusiness'), 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>'));
?>
	</div><!-- .entry-content -->

	<footer class="entry-footer-insinglepost">
		<?php 
/* translators: used between list items, there is a space after the comma */
$category_list = get_the_category_list(__(', ', 'thbusiness'));
if (thbusiness_categorized_blog()) {
    echo '<span class="cat-links">' . $category_list . '</span>';
}
echo get_the_tag_list('<span class="tags-links">', ', ', '</span>');
?>

		<?php 
edit_post_link(__('Edit', 'thbusiness'), '<span class="edit-link">', '</span>');
?>
	</footer><!-- .entry-footer -->
</article><!-- #post-## -->
    echo '<div><a class="moretag" href="' . get_permalink(get_the_ID()) . '">' . __('Read More &raquo;', 'thbusiness') . '</a></div>';
    ?>
	</div><!-- .entry-content -->
	<?php 
}
?>

	<footer class="entry-footer">
		<?php 
if ('post' == get_post_type()) {
    // Hide category and tag text for pages on Search
    ?>
			<?php 
    /* translators: used between list items, there is a space after the comma */
    $categories_list = get_the_category_list(__(', ', 'thbusiness'));
    if ($categories_list && thbusiness_categorized_blog()) {
        ?>
			<span class="cat-links">
				<?php 
        echo $categories_list;
        ?>
			</span>
			<?php 
    }
    // End if categories
    ?>

			<?php 
    /* translators: used between list items, there is a space after the comma */
    $tags_list = get_the_tag_list('', __(', ', 'thbusiness'));
    if ($tags_list) {