Posts Tagged ‘ wordpress

Re:WordPress Plugin Developer Day

Category:Wikipedians who use WordPress
Image via Wikipedia

Thanks to Lester Chan and wp-wassup team for their greatest plugins

Thank a Plugin Developer Day

Reblog this post [with Zemanta]

tweetback plugin bug patch

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

update wp_postmeta set meta_value='0' where meta_key='tweetcount';
update wp_postmeta set meta_value='a:0:{}' where meta_key='twittercomments';

I executed the above sql and fixed the post page errors at least
but left sidebar still shows wrong number of comments :(

wordpress 2.7 upgrade

Category:Wikipedians who use WordPress
Image via Wikipedia

wordpress 2.7 released :) nice job again
congratulation wordpress team

PS: do not forget to copy your upload folder like me :)

Reblog this post [with Zemanta]