Disabling Pingbacks/Trackbacks on WordPress?

bob

Well-known member
Registered
Joined
Apr 22, 2014
Messages
92
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?
 

TeoC NETCreator

Member
Registered
Joined
Jul 11, 2014
Messages
18
Points
0
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!
 

bob

Well-known member
Registered
Joined
Apr 22, 2014
Messages
92
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
Replies
6
Views
4,061
Replies
0
Views
2,441
Replies
2
Views
3,319
Newer Threads
Replies
6
Views
3,520
Replies
1
Views
2,289
Replies
7
Views
3,069

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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