I am using the following code to update the category for a give post_id, but its not working. Any ideas?
/** I am allowing selection of only 1 category) **/
' $cat =
$cats = array($cat,1);
wp_set_post_categories($post_id,$cats);
'
Thanks in advance,
R