wp_link_pages('before=<div class="cb-pagination clearfix">&after=</div>&next_or_number=number&pagelink=<span class="cb-page">%</span>');
        ?>

				</section> <!-- end article section -->

				<footer class="cb-article-footer">
					<?php 
        if (ot_get_option('cb_tags_onoff', 'on') != 'off') {
            the_tags('<p class="cb-tags cb-post-footer-block"> ', '', '</p>');
        }
        echo cb_sharing_block($post);
        echo cb_post_footer_ad();
        if ($post->post_type != 'attachment') {
            cb_previous_next_links();
        }
        echo cb_about_author($post);
        cb_related_posts();
        comments_template();
        ?>
				</footer> <!-- end article footer -->

			</article> <!-- end article -->

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

	<?php 
    }
    ?>

	<?php 
}
 function cb_author_box($post, $cb_author_id_sc = NULL, $cb_block_title = NULL)
 {
     return cb_about_author($post, $cb_author_id_sc);
 }