|
With My Mind on My Money and My Money on My Mind
|
|
![]() |
![]() |
I kept losing my tags and couldn’t figure out why. A quick Technorati search revealed a super simple hack that works.
Replace this line:
if (isset($_POST['comment_post_ID'])) return $postID;
With this:
if (isset($_POST['comment_post_ID'])) return $postID;
if (isset($_POST['not_spam'])) return $postID; // akismet fix
if (isset($_POST["comment"])) return $postID; // moderation.php fix
And viola! Off to the races. Thanks to 082net for the hack!
Tags: 082net, Personal, Ultimate-Tag-Warrior, Ultimate-Tag-Warrior-Fix, Uncategorized, Wordpress–2.1-Bug-Fig, Wordpress-2.1-Bug, WordPress-Fix, WordPress-Tag-Fix, WordPress-Tags, Wordpress-Ultimate-Tag-Warrior
Chris Hooley’s -ThinkBait- is powered by WordPress This is copyrighted stuff. You can't steal it unless you are a jerk. If you like it, send traffic to it. |