?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/blog/templates/post-extra/
Upload File :
Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/blog/templates/post-extra/comment.php

<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>

<?php
	if( $enable_disqus_comments && $post_disqus_shortname != '' ) : ?>
		<!-- Entry Comment -->
		<div class="entry-comments">
			<?php echo '<i class="wdticon-comment"> </i><a href="'.get_permalink($post_ID).'#disqus_thread"></a>'; ?>
			<script id="dsq-count-scr" src='//<?php echo nexteuv_html_output($post_disqus_shortname);?>.disqus.com/count.js' async></script>
		</div><!-- Entry Comment --><?php
	else :
		if( ! post_password_required() && ( comments_open() || get_comments_number() ) ) { ?>
		<!-- Entry Comment -->
		<div class="entry-comments"><?php
			comments_popup_link('<i class="wdticon-comment"> </i> 0', '<i class="wdticon-comment"> </i> 1', '<i class="wdticon-comment"> </i> %', '', '<i class="wdticon-comment"> </i> 0'); ?>
        </div><!-- Entry Comment --><?php
		}
	endif; ?>