<div id="comments">
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></p>
</div><!-- #comments -->
<?php
return;
endif;
?>
<?php if ( have_comments() ) : ?>
<h3><?php comments_number('nenhum comentario', 'um comentario', '% comentario(s)' );?> | <a rel="nofollow" href="#leave-comment">Quero comentar!</a></h3>
<ol class="commentlist">
<?php wp_list_comments(array( 'callback' => 'newsleak_comment')); ?></ol>
<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<?php // End Comments ?>
<?php else : // this is displayed if there are no comments so far
if ( ! comments_open() ) :
?>
<!-- If comments are open, but there are no comments. -->
<!-- If comments are closed. -->
<p><?php _e('Sorry, the comment form is closed at this time.', 'news-leak'); ?></p>
<?php endif; ?>
<?php endif; ?>
<?php comment_form(array('title_reply'=>'Deixe um comentário')); ?>
</div>
<div id="comments">
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></p>
</div><!-- #comments -->
<?php
return;
endif;
?>
<?php if ( have_comments() ) : ?>
<h3><?php comments_number('nenhum comentario', 'um comentario', '% comentario(s)' );?> | <a rel="nofollow" href="#leave-comment">Quero comentar!</a></h3>
<ol class="commentlist">
<?php wp_list_comments(array( 'callback' => 'newsleak_comment')); ?></ol>
<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<?php // End Comments ?>
<?php else : // this is displayed if there are no comments so far
if ( ! comments_open() ) :
?>
<!-- If comments are open, but there are no comments. -->
<!-- If comments are closed. -->
<p><?php _e('Sorry, the comment form is closed at this time.', 'news-leak'); ?></p>
<?php endif; ?>
<?php endif; ?>
<?php comment_form(array('title_reply'=>'Deixe um comentário')); ?>
</div>
It looks like your theme is preventing all the forms from showing - can you try activating the default theme to check whether it works there as this would help confirm that?
Responses (5)
Sales & Support Pro — 13th October 2011 #
Hiya and welcome to WPMU DEV!
It looks like your theme is preventing all the forms from showing - can you try activating the default theme to check whether it works there as this would help confirm that?
Thanks!
Phil
Member — 13th October 2011 #
sim funcionou na template "Twenty Eleven 1.2"
ps. vi que minha temalte puxa algumas informações da (functions.php) postarei o codigo abaixo.
Member — 13th October 2011 #
but worked in the template "Eleven Twenty 1.2"
ps. I saw that my temalte pull some information from (functions.php) post the code above
Member — 14th October 2011 #
no solution to my problem
Member — 14th October 2011 #
finish
Become a member