Hey guys,
I'm going crazy here and can't figure out what i'm doing wrong... here is my code. Any help would much appreciated.
<?php if (is_front_page()) {?>
<div id="socialTabs-1">
<ol class="commentlist">
<?php wp_list_comments(); ?>
</ol>
</div>
<?php }?>