Disable comments

(copied from comment above, so that this question will get an answer): You can try http://wordpress.stackexchange.com/a/89238/26350 if you want to disable comments but still want to have the comment form visible. – birgire Oct 24 ’13 at 1:46

Customize the cancel_comment_reply_link

Although the post says,1 year ago, but maybe someone needs to know how, so I will share my knowledge. You may create a file, named comments.php in your active themes’s root directory and make changes to it: <h3>Comment form title</h3> <p><?php cancel_comment_reply_link(); ?></p> <form id=”commentform” action=”<?php echo site_url(); ?>/wp-comments-post.php” method=”post”> <textarea name=”comment” id=”comment”></textarea> <?php comment_id_fields(); … Read more

Threaded Comments Feature not working

You have a couple potential issues: Your version of WordPress and/or your current Theme does not support threaded comments. What version of WordPress are you using? What Theme are you using? Something is interfering with comment display What Plugins are you using, that might be interacting with comments? These would include anti-spam Plugins, security Plugins, … Read more

Edit Comment_Field while using T5 Comment Textarea On Top-Plugin

Change the textarea earlier than the plugin. The plugin runs with a default priority of 10, so you could use 9: add_filter( ‘comment_form_defaults’, ‘wpse_61103_change_textarea’, 9 ); function wpse_61103_change_textarea( $fields ) { $fields[‘comment_field’] = ‘<div class=”comment-field-wrapper”>’ . $fields[‘comment_field’] . ‘</div>’; return $fields; }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)