Hi there i want to instal CommentLuv into a Tab content ,
how is this possible?
site
this is a downloaded plugin, and i need to link it to my single Post (single.php) in the theme editor.
blow is my content inside the single.php
</div>
<?php include (TEMPLATEPATH . '/ads.php'); ?>
<div class="tags"> <?php edit_post_link('Edit', '', ''); ?> Filed under : <?php the_category(', ') ?>, <?php the_tags('tags: ',', ',''); ?>
</div>
<div class="boxer">
<ul class="TabMenu">
<li class="TabLink"><span>Product Overview</span>
<li class="TabLink"><span>Customer Reviews</span>
<li class="TabLink"><span>Best Seller's</span>
<li class="TabLink"><span>Post Comments</span>
<li class="NavLinks" id="paging0"><div style="display:none"></div>
<li class="NavLinks" id="paging1"><div style="display:none"></div>
<li class="NavLinks" id="paging2"><div style="display:none"></div>
<li class="NavLinks" id="paging3"><div style="display:none"></div>
<li class="NavLinks" id="paging4"><div style="display:none"></div>
<div class="TabContent" id="div0">
<div class="detail">
<?php the_content(); ?>
<div style="clear: both"></div>
</div>
</div>
<div class="TabContent" style="display: none" id="div1">
<?php comments_template(); ?>
</div>
<div class="TabContent" style="display: none" id="div2">
<?php include (TEMPLATEPATH . '/related.php'); ?>
</div>
<div class="TabContent" style="display: none" id="div3">
<?php $termstring = ambiljudul($title) ?>
<?php if (ambiljudul($title)!='') { ?>
<?php include (TEMPLATEPATH . '/agcamazon.php'); ?>
<?php } ?>
<div style="clear:both;"></div>
</div>
<div style="clear: both"></div>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2>Not Found</h2>
<div class="post">Sorry, but you are looking for something that isn't here.</div>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>