Hi Davood,
Thanks for your reply.
I can’t change the default text.
If possible please assist me more.
My theme have a default comment form and I want to change it.
after replace “inkthemes” code site will go down!
This is the default form on comment.php in the comment form section:
comment_form(
array(
'must_log_in' => '<p class="must-log-in">'. sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a comment.', 'oceanwp' ), '<a href="'. wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) .'">', '</a>' ) .'</p>',
'logged_in_as' => '<p class="logged-in-as">'. esc_html__( 'Logged in as', 'oceanwp' ) .' <a href="'. admin_url( 'profile.php' ) .'">'. $user_identity .'</a>. <a href="' . wp_logout_url( get_permalink() ) .'" title="'. esc_html__( 'Log out of this account', 'oceanwp' ) .'">'. esc_html__( 'Log out »', 'oceanwp' ) .'</a></p>',
'comment_notes_before' => false,
'comment_notes_after' => false,
'comment_field' => '<div class="comment-textarea"><textarea name="comment" id="comment" cols="39" rows="4" tabindex="100" class="textarea-comment" placeholder="'. esc_html__( 'Your Comment Here...', 'oceanwp' ) .'"></textarea></div>',
'id_submit' => 'comment-submit',
'label_submit' => esc_html__( 'Post Comment', 'oceanwp' ),
)
); ?>
`
-
This reply was modified 5 years, 9 months ago by
natasha006.