This here:$sql_join_post2cat = "LEFT JOIN $tablepost2cat ON $tablepost2cat.post_ID=$tablecomments.comment_post_ID ";
Should be made like this right? $sql_join_post2cat = "LEFT JOIN $wpdb->post2cat ON $wpdb->post2cat.post_ID=$wpdb->comments.comment_post_ID ";I'm asking, because I'm not a PHP professional yet.. but, working on it LOL! =)
spencerp _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
