Cita:
Iniciado por zanguanga 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_url( apply_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_identity, wp_logout_url( apply_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