Comment to 'How to create post programmaticaly'
  • I got some idea if 'entity_edit' not work such as 'entity_add'
    So, I know post ID and can modify values with $oDb->prepare("UPDATE... WHERE id=?", $iPostId); code