Friday, March 12, 2010

Posts Tagged ‘bug’

tweetback plugin bug patch

Friday, January 16, 2009 17:05

I have been suffering from a known bug of tweetback plugin of wordpress for a week. Tweetback Counter does not update its count if a tweetback is deleted in the admininterface or database [source language='sql'] update wp_postmeta set meta_value='0' where meta_key='tweetcount'; update wp_postmeta set meta_value='a:0:{}' where meta_key='twittercomments'; [/source] I executed the above sql and fixed ...

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  2 Comments
Tagged with: , ,