• Home
  • WP tuts
  • Hosting talk
    • Free hosting
    • Cheap Hosting
    • comparison cloud , vps, shared, wordpress
    • managed wordpress hosting
    • managed cloud hosting
  • Speed up wordpress
  • Pc world
  • Services
  • About Me

RAaz Kumar .com

wordpress tutorials seo hosting etc

TOP 5 Best wordpress comment plugins 2020 (disable pingback, replytocom, customize form)

#1 DIsqus Comment Plugin

Probably its 2nd ranking in 2020. below Wpdiscuz almost top 1.

Disqus Comment system 3rd party comment hosting system.

its syncs existing wordpress comments to their system.

It Avoids:

Load on wp database by spam comments

Fully Controlled COmment system.

Moderation at words.

Disables links upon selecting settings

Cons:

required registration

3rd Party JS script

#2 WPDiscuz

wpdiscuz-1

Same Features as Disqus but its self hosted unlike disqus.

an ajax powered natie wordpress comment system just like youtube comments.

Many free & paid features available.

Cons:

High amount of JS in wordpress page.

Freemium to Paid version

 

#3 Jetpack Comments

  1. Better way to Avoid brute force attacks. or 1000s of Spam comments.
  2. Not only comments but auto social sharing, Social icons much more
  3. These days free wordpress analytics not providing analytics so jetpack do

 

 

Cons:

  1. All In one Plugin high memory usage(Comments, stats,Social share, Security, lot of features as modules)
  2. Connects to wordpress serer in order capture analytics or use it.

 

 

# 4 Customized WordPress Native Comment System

 

Pros:

Lightweight no extra piece of code required.

We can customize comment form

Changing Leave a reply & post a comment

to Custom message like Ask a a question.

Remove powered by wordpress.

Auto commenting system unable to find your websites by footprints.

3. by adding  captcha code system to comment form we can use it efficiently.

Customizing Native wordpress form

Add below code to theme functions.php or create a new custom plugin (i did upload soon)

//change text to leave a reply on comment form
function isa_comment_reform ($arg) {
$arg[‘title_reply’] = __(‘Ask Question:’);
return $arg;}
add_filter(‘comment_form_defaults’,’isa_comment_reform’);
//rename “Post Comment” button
function wpsites_change_comment_form_submit_label($arg) {
$arg[‘label_submit’] = ‘ENTER’;
return $arg;}
add_filter(‘comment_form_defaults’, ‘wpsites_change_comment_form_submit_label’);
//Remove Your email address will not be published
function change_up($fields) {
$fields[‘comment_notes_before’] = ‘<p class=”comment-notes”> </p>’;
return $fields;
}
add_filter(‘comment_form_defaults’,’change_up’);

//Disable HTML tags in Comments
function disable_html_in_comments(){
global $allowedtags;
$allowedtags = array();
}
disable_html_in_comments();

 

Cons:

No real time Commenting.

Its checks error after requesting to php, so the comment written previously may get loose.

1000s of SPam Comments  per day

Enable google captcha plugin to avoid this.

 

Premium Comment System

 

Youtube Like COmment SYstem for WordPress Ajax Powered

 

Youtube comment system Powered by Ajax, reply to

 

Disable Comments in WordPress Dashboard

Go WordPress >>Settings>>Discussion

Uncheck The Box Allow users to Posts Comments

or Select Only Registered users can Comment on this blog. Also, make sure to disable registration in case of you installed BuddyPress plugin.

Disable Comments WP Plugin

Active Installs 80,000+ Update 1 month ago

Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.

How to Disable Self Pingbacks /trackbacks in WordPress

When you link to an internal page then you will get the pingback from the internal website.

manually disable pingbacks from WordPress dashboard

WordPress >>Settings>>Discussion

Untick Attempt to Notify any blogs Linked from Article.  (But still I am getting this message)

Plugins:

Akismet; Free for personal up to 1-5 websites.

No self Pings; updated 6 years ago, Active installs 40000+

disabler: updated 2 years ago.1000+

delete All WordPress comments from PHPMyAdmin or database

DELETE FROM wp_comments WHERE comment_approved = 'spam';


What is Replytocom & How to Disable it

?replytocom

Indexes in google searches, it tells wordpress/post and wordpress/post?replytocom

as different to google.

so google its treats as duplicate as penalize until google inteligently knows as single page.

TO avoid this

add  replytocom to robots.txt

for better code any string starts with ? query string  has to block by robots.txt

So here is latest robots txt rules for wordpress

2nd way to disable replytocom by redirection

Add rules directly in htaccess, or disable reply to comment in wordpress discussion.

So users unable to reply the comments of another commenter. it should be there.

Bestway is blocking robots.txt.

yoast plugins also helps to disable replytocom.

 

Tip;  Use Disqus comment plugin.

Related topics:

  1. WordPress duplicate thin content Issues {FIXED}
  2. Perfect robots.txt file for WordPress, blogger [Rules explained]
  3. WordPress database optimization (don’t neglect) plugins & phpmyadmin manually
  4. Top 3+ WordPress Security Plugins 2020 (Brute force, Login lockdown, Malware scanner etc)
  5. WordPress Adsense Plugins & Manually

Ask a Question: Cancel reply

Your email address will not be published. Required fields are marked *

19 − 5 =

wordpress tutorials for beginners advanced complete guide to run WordPress

  • Optimize css delivery inline critical css, remove unused css, render blocking css
  • Top 3+ Wordpress Security Plugins 2020 (Brute force, Login lockdown, Malware scanner etc)
  • website cache best caching plugins wordpress w3tc cloudflare
  • How to add adsense amp ads to wordpress
  • wordpress password reset in 3 ways mail, phpmyadmin, mysql command
  • how i recovered hacked website site 5 times ft wordpress?
  • enable browser caching in wordpress apache nginx caching headers explained
  • W3TC w3 total cache plugin setup guide review comparison with wp rocket and wp super cache
  • Wordpress database optimization (don't neglect) plugins & phpmyadmin manually
  • install wordpress via command line apache nginx ubuntu debian
  • Converting WordPress into static website speed after 1 second dynamic 3 seconds
  • Wordpress errors and fix
  • Rules to get 100/100 in Google pagespeed insights score
  • Install xamp & wordpress on localhost windows
  • Change / Add / Disable favicon in wordpress Ft Genesis Theme or any theme
  • recommended php memory limit for wordpress (which one) 40MB , 64 MB 128 MB or 512 MB maybe 1024MB
  • wp cron job check working or not disable enable change schedule
  • Speed up wordpress Score on Google pagespeed 2020
  • change wordpress site url
  • Reduce the impact of third-party code ,optimize JS delivery, Minify, remove unused js, pre connect, inline, lazy load etc
  • combine rss feeds wordpress
  • how to increase wordpress memory & file upload size
  • Wordpress duplicate thin content Issues {FIXED}
  • How to use wordpress tags and categories
  • wordpress plugins that slow down your site and its alternatives
  • Auto post to Facebook, twitter, Google Plus Wordpress Posts 2019
  • all in one seo pack vs yoast seo pressor
  • TOP 5 Best wordpress comment plugins 2020 (disable pingback, replytocom, customize form)
  • How to bulk delete in wordpress posts, pages, Media Images, tags and categories
  • Social share buttons for website Wordpress Blogger
  • Wordpress Adsense Plugins & Manually
  • TOP 10 Wordpress Themes Premium/ Free & providers
  • best wordpress plugins social, seo, Backup, speed up your blog

 

PUBG Mobile Tips & Tricks

free fire how to play (a-z guide) guns, tips &#038; tricks etc

Windows 10 tips & tricks

Pagespeed optimization

Pc building tips & tricks

nginx server tutorials

apache server tutorials

linux sysadmin tutorials

mysql Commands list pdf

Android studio tutorials

Gaming/ streaming tips

Airtel dth channel list

 

wordpress

 

Top 5  WP Google Analytics Plugins

WP Backup Plugins

Wp Comment Plugins

Top wordpress Security Plugins

WP Seo Plugins

WP Caching Plugins

Best Adsense Plugins for WordPress

Wp social Sharing Plugins

autoshare social media plugins

WP speed Optimization Plugins

Speedup WordPress google Score

More Wp tuts

Server Admin Cloud

 

Installing Nginx LEMP On ubuntu

Installing apache Lamp ubuntu

nginx fastcgi cache enable

php – fpm install  & Configuration

Opcache install & Configure

php -fpm pool manager explained

Mysql Install & Configuration

Redis Object cache install & configure

 

Nginx as Reverse Proxy and Load balancer

Load Balance / auto scaling in google cloud

Linux Commands PDF

Mysql Commands Pdf

Letsencrypt tutorial

mysqldump export & import 

Pagespeed Module install & configure

nginx.conf best file

mysql.conf best file

upgrade ubuntu

© 2021 - All Rights Reserved Disclaimer & Privacy Policy