Support

Account

Home Forums General Issues Images not uploading Reply To: Images not uploading

  • Hi @jimbolgs,

    Thanks for the post.

    This might be a server or permission issue and I would recommend you review the user permissions that you have defined for the current user to check if uploading files is allowed.

    To add the first image as the featured image will require some additional code. You can hook into the acf/update_value action and add the following call:

    add_post_meta($post_id, '_thumbnail_id', $attachment_id);