Viewing 2 replies - 1 through 2 (of 2 total)
  • Choan Galvez wrote the per-post-anonymous-comments plug-in. I sent him a personal email, but he said he has ceased maintaining it. I have the same problem. Jason, have you had any luck finding a solution?

    Jason-
    You might try doing this:

    function ppac_update_post($id) {
    	delete_post_meta($id, '_anonymous_comments');
    //	$setting = (isset($_POST["ppac"]) && $_POST["ppac"] == "1") ? 1 : 0;
    	$setting = 1;
    	add_post_meta($id, '_anonymous_comments', $setting);
    }

    I think that should work.
    Zach

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘anonymous comment not “sticking”’ is closed to new replies.