Disabling Pingbacks/Trackbacks on WordPress?

bob

New member
Joined
Apr 22, 2014
Messages
203
Points
0
Anyone can guide me how to disable Pingbacks/Trackbacks on WordPress?
I feel annoy when more emails about that sent to my email address
spent more time to delete them :(

Any suggestions?
 
Joined
Jul 11, 2014
Messages
40
Points
8
Successful Disabling

Hello!

You should folow steps below:

Open phpMyAdmin (your wp DB) -> SQL and run:

Code:
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';
Don't forget to back-up your database before running this. This will close all pingbacks for posts/pages added until now.

Go to Discussion Settings and disable “Allow link notifications from other blogs (pingbacks and trackbacks.)”

Go to Comments and search "[...]" (without quotes). It will show a list of all trackbacks. You should delete them (Be careful: if one of real comments contains [...] within, then it will be shown here). You can delete them (Trash & Empty Trash).

Hope this helps!
 
  • Like
Reactions: bob

bob

New member
Joined
Apr 22, 2014
Messages
203
Points
0
wow great information, I am following your tips to disable Pingbacks/Trackbacks on my WordPress sites.
Sure, if have any problem, will you support me? ok :buba:
 
Older threads
  • Locked
Replies
6
Views
4,844
Replies
0
Views
2,644
Replies
8
Views
10,443
Newer threads
Replies
6
Views
3,551
Replies
1
Views
2,662
Replies
2
Views
2,781
Replies
2
Views
2,743
Latest threads
Replies
1
Views
111
Replies
1
Views
136
Replies
1
Views
249
Replies
0
Views
258
Replies
0
Views
268
Similar threads
Replies
1
Views
3,190
Replies
0
Views
3,391

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top