Support

Account

Home Forums Front-end Issues Showing Custom Fields on Front-end Reply To: Showing Custom Fields on Front-end

  • it seems you’ve created your own form for creating the posts so you’d just have to add in the input fields as you like them and in the submission you insert them in the proper custom meta field using either wordpress update_post_meta function or ACFs update_field function (check documentation).