<?php 
custom_wp_link_pages();
?>
                    </section>
                    
                    <section class="blog-post-navigation clearfix">
                        <?php 
previous_post_link('%link', '<i class="tficon-chevron-left"></i><span class="pagination">' . __('Previous Story', 'tfuse') . '</span>%title');
?>
                        <?php 
next_post_link('%link', '<i class="tficon-chevron-right"></i><span class="pagination">' . __('Next Story', 'tfuse') . '</span>%title');
?>
                    </section>
                    
                    <?php 
tfuse_show_similar_posts($post->ID, $post->post_type);
?>
                    
                    <?php 
if (comments_open()) {
    ?>
                        <?php 
    tfuse_comments();
    ?>
                     <?php 
}
?>
                </div>
            </div>
            <?php 
if ($sidebar_position == 'right' || $sidebar_position == 'left') {
?>
" target="_blank">
            <i class="tficon-facebook-postshare"></i><?php 
// _e('Share','tfuse');
?>
        </a>
    </div>
    <div class="pinterest">
        <a href="http://www.pinterest.com/pin/create/button/?url=<?php 
// echo $permalink;
?>
" target="_blank">
            <i class="tficon-pinterest-postshare"></i><?php 
// _e('Pin it','tfuse');
?>
        </a>
    </div>
</section>-->

<!--<section class="blog-post-navigation">
    <?php 
// previous_post_link( '%link','<i class="tficon-shevron-left"></i><span>'.__('Previous Story','tfuse').'</span>%title' );
?>
    <?php 
// next_post_link( '%link', '<i class="tficon-shevron-right"></i><span>'.__('NEXT Story','tfuse').'</span>%title' );
?>
</section>-->

<?php 
tfuse_show_similar_posts($tags, $post->ID);