wp_insert_post fails to add comment_count
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wp_insert_post fails to add comment_count’ is closed to new replies.
The topic ‘wp_insert_post fails to add comment_count’ is closed to new replies.
(@debashish)
16 years, 9 months ago
I am running the following piece of code (assume all variables have values) is a custom importer that I am trying for Joomla2Wordpress.
However while the code inserts post correctly, the comments count is not updated (remains zero). The codex page doesn’t mention the parameter at all.
Can anybody help?