Categories: WordPress Tutorials

How to Disable Trackbacks and Pingbacks in WordPress by 3 Simple Ways

Most of the professional blogger use WordPress platform for their blogs. Because WordPress provides different themes and many plugins to make your blog very powerful. So WordPress is undoubtedly the best choice for bloggers. Whenever you interlink to at least one of posts in your own website, WordPress generates it as a trackback and shows it as comment in dashboard. Some Webmasters and Bloggers find this handy for SEO functions, that’s why they approve and a few gets irritated and trashes them.

Recommened : Best WordPress Plugins List

Trackbacks cause a lot of SPAM on your site. As your website gets popular, you will notice people will just copy your content and then send a trackback to your website, so they can get fake traffic to their  content that they plagiarized from your website. This practice is very common among spammers. Bloggers do get annoy when they receive pings created by WordPress.

If you want to stop future annoying pings in WordPress then use these 3 methods and you will be free of future pings in your blog.

No Self Pings

As I have describe about this plugin in my early posy, No self pings plugin is very useful plugin for automatic pings generated by WordPress, suppose you have written one post and you have interlink that post to other posts, so this is very annoying for bloggers to see that pings are generated in comment section. So it prevent self ping created by your own WordPress blog. So now with this plugin you can easily stop annoying pings.

Using Php MyAdmin in hosting Cpanel

How to stop annoying existing pingbacks in WordPress with your hosting cpanel. For that you have run MYSQL query in your database, but before doing so I would like to inform you that create a backup of your database. Because in case if anything goes wrong you can lose your data.

First you need to login to Php Myadmin in your hosting cpanel.

Then after that you need to click SQL tab in your database.

You have execute this query and you are done then.

UPDATE wp_posts SET ping_status=’closed’ WHERE post_status = ‘publish’ AND post_type = ‘post’;

UPDATE wp_posts SET ping_status=’closed’ WHERE post_status = ‘publish’ AND post_type = ‘page’;

So after running this query you will be free of any annoying pings that are existing on your WordPress blog.

Turn them off in your functions.php file:

Add this to your theme’s functions.php file:

//remove pings to self

 function no_self_ping( &$links ) {

 $home = get_option( ‘home’ );

 foreach ( $links as $l => $link )

 if ( 0 === strpos( $link, $home ) )

 unset($links[$l]);

 }

 add_action( ‘pre_ping’, ‘no_self_ping’ );

I hope above 3 described methods helps you in stopping WordPress pings, in case you face any trouble regarding this drop me your query in the comment section, I will assist you at my best.

Do you have any other methods to stop this, share in the comments below!!

Image Credits: Flickr

You can also Join BloggersIdeas on Facebook & Google+ for more similar updates.

arun singh

Hey, I’m Arun Singh, a server management pro with over eight years of experience keeping hosting servers humming, now channeling my expertise into dropshipping and Amazon affiliates through blogs on Amazon and eCommerce at SchemaNinja.com. Based in Mumbai, India, I work with a private company and handle servers for BloggersIdeas.com, while also sharing my passion for digital marketing and online business. My posts are packed with practical tips to help you thrive in dropshipping and eCommerce. When I’m not fine-tuning servers or writing, I’m exploring the latest tech trends. Check out my insights on SchemaNinja for all things Amazon, dropshipping, and more!

Recent Posts

GoDaddy vs Bluehost 2026: Choosing The Best Web Hosting Provider

Choosing the right web hosting service can be confusing, especially with so many options available.…

4 days ago

Bluehost vs HostGator vs Dreamhost 2026 : Which Is Better? (Depth Comparison)

Deciding between Bluehost, HostGator, and Dreamhost as your web hosts can be a confusing process.…

4 days ago

How to Clear Your Mind of Unwanted Thoughts In 2026: Tips for Mental Wellness

Ever feel like your mind is too crowded, like there's a party happening in there…

4 days ago

GoDaddy vs HostGator vs Bluehost: Which is best Hosting in 2026?

In the fast-evolving landscape of web hosting services, choosing the right provider is crucial for…

4 days ago

DreamHost Review 2026: Is It Top Rated Web Hosting Provider?

DreamHost excels with fast performance, reliable uptime, and robust security features. It’s user-friendly, offering easy…

4 days ago

GoDaddy Renewal Coupon Code & Promo (March 2026): Get 50% OFF

If you're looking for GoDaddy renewal coupon codes, then you are in the right place.…

4 days ago