Simply to disable Pingbacks/Trackbacks for a page or post in wordpress, you go to PhpMyadmin, go wp_posts table and search post_title for the page/post that you want to disable Pingbacks/Trackbacks, it will show specific page on the result.I have received too many emails Pingbacks/Trackbacks about a page on my wordpress blog?
Is it possible to disable Pingbacks/Trackbacks in Wordpress?
For safety reason, remember to backup your database before doing this.UPDATE wp_posts SET comment_status='closed' WHERE post_status = 'publish' AND post_type = 'post';
UPDATE wp_posts SET comment_status='closed' WHERE post_status = 'publish' AND post_type = 'page';
UPDATE wp_posts SET ping_status='closed' WHERE post_status = 'publish' AND post_type = 'page';
UPDATE wp_posts SET ping_status='closed' WHERE post_status = 'publish' AND post_type = 'page';
$100 to your Paypal
300 Trophy Points
1 banner ad 728x 90
Referral link for :