Hi there!
So I checked the frontier post plugin files and found this statement:
$postid = wp_insert_post( $my_post );
}
else
{
// update the post into the database
$my_post['ID']=$postid;
wp_update_post( $my_post );
}
So from this, I think I can safely say that it dues use the wp_insert_post method. Also, I found no errors on the server side. Can’t really see any problém here. 🙁
Hi there,
just tried… Normal mails such as registration etc. work fine, but I can’t get the e-mails from your plugin. Also, the favorite authors page remains empty. Can this maybe be a conflict with frontier posts plugin? ( http://ww.wp.xz.cn/plugins/frontier-post/ ) We run a site where users are allowed to add their own posts (a sort of poetry / literature critics web) so we use this instead of adding posts directly from backend.
Thanks,
Illsteward