Emm..where’s my comment box?
-
Hi, i know i am not suppose to post problem regarding nightly builds of 1.5 (or whatever the number is suppose to be now), but i just want to know whether any nightly users has the problem i am facing now:
visit https://dailymisery.alvinwoon.com
then click on comment link at the end of each post. Yep, nothing shows up :(.Here’s my loops and how i declare comment tag:
<div class=”content”><?php the_content(__(‘(more…)’)); ?></div>
<div class=”commentlink”> <?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments»’), __(‘Comments»’), __(‘Comments»’)); ?> </div>
<!–
<?php trackback_rdf(); ?>
–>
<?php comments_template(); // Get wp-comments.php template ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Emm..where’s my comment box?’ is closed to new replies.