Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/06/2015, 18:14
Avatar de luisito1
luisito1
 
Fecha de Ingreso: junio-2009
Ubicación: Córdoba
Mensajes: 226
Antigüedad: 14 años, 11 meses
Puntos: 2
Respuesta: no se muestran los comentarios en mis entradas

Cita:
Iniciado por zanguanga Ver Mensaje
Perdon pero te juro que no entendi nada, yo reviso mi diario y tengo en erchivo comentario

Código PHP:
<?php comment_form( array(
    
'fields' => apply_filters'comment_form_default_fields'$fields ),
    
'must_log_in' => '<p class="must-log-in">' .  sprintf__'You must be <a href="%s">logged in</a> to post a comment.' 'tie' ), wp_login_urlapply_filters'the_permalink'get_permalink( ) ) ) ) . '</p>',
    
'logged_in_as' => '<p class="logged-in-as">' sprintf__'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>'  'tie' ), admin_url'profile.php' ), $user_identitywp_logout_urlapply_filters'the_permalink'get_permalink( ) ) ) ) . '</p>',
    
'comment_notes_before' => '<p class="comment-notes">' __'Your email address will not be published.'  'tie' ) . ( $req $required_text '' ) . '</p>',
    
'title_reply' => __'Leave a Reply'  'tie' ),
    
'title_reply_to' => __'Leave a Reply to %s'  'tie' ),
    
'cancel_reply_link' => __'Cancel reply'  'tie' ),
    
'label_submit' => __'Post Comment'  'tie' )
)); 
?>
despues lo llamo de el archivo single

<?php comment_form(); ?>

pero no me aparece el comentario