guid as the permalink. This works because the wp-autoblog * changes store the actual guid to the original post for the posts guid. */ function replace_permalink($permalink, $post) { return $post->guid; } ?>