• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

My Monkey Do

A Log of Coding Solutions

  • Home
  • Web Hosts
  • Tools
  • About

Disabled Trackbacks, but still getting them

August 4, 2014 by Webhead

Problem

I disabled trackbacks in the general WordPress settings, used the Simple Trackback Disabler plugin (because i’m too lazy to do it in mysql) and I still got trackbacks.

 

Solution

The Simple Trackback Disabler apparently doesn’t disable trackbacks for attachments as of this writing.  Next time, don’t be lazy, just do the sql query:


update wp_posts
set ping_status = 'closed'
WHERE `ping_status` = 'open'

 

Filed Under: Coding

Primary Sidebar

Topics

apache apple block editor chrome cms css debug eCommerce embed firebug firefox git gmail goDaddy google hosting htaccess html html 5 IE crap image iPad iPhone javascript jquery linux localization mac os x ms sql mysql open source optimize php php 5.3 responsive rest api seo svg tinymce woocommerce wordpress wpengine xss yii youtube




Categories

  • Coding
  • Off the Shelf
  • Plugins
  • Random Thoughts
  • Server Stuff
  • Tools