I was wondering if someone could help me. I have 2 issues....I'm trying to set this up. The first issue that Im coming up with is that in wp-admin/post.php I dont see the following code:
$result = $wpdb->query($postquery);
so I can add the follwing as per instructions... "// VB Bridge Start...etc.etc
2nd thing is that accord to instructions "im supposed to find
......function get_comments_number( $comment_id ) ...... section
I think the closest thing I have to that in the comments-functions.php is
......function get_comments_number( $post_id )....... etc.etc
is this ok to make the change
Thanks
|