Home › Forums › Front-end Issues › problems with post edit/add › Reply To: problems with post edit/add
Hi @elliot
To fix the ‘blank’ issue, please remove the post_id and also the field_groups arguments from the options array.
Please note that the options array is not required, as the function will merge int he default values which are shown in the documentation. You only need to provide the settings you want to customize.
If you leave the post_id and field_group blank, ACF will figure out the current post and the fields to display for this post.
If you need to edit a specific post, please only provide the post_id param and leave the field_groups blank. The field_groups param is only needed when creating a new post (because ACF doesn’t know which fields to show)
There is no CSS / class arg at the moment, sorry.
Hope that helps.
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.