Home › Forums › Backend Issues (wp-admin) › Add HTML/WYSIWYG field to Custom Post Type › Reply To: Add HTML/WYSIWYG field to Custom Post Type
Hi @udapud
In the admin at the bottom underneath where you are adding the new HTML / WYSIWYG fields there should be an area called ‘location’ here you can set rules which decide where the new fields you have just created will appear.
You will need to select ‘Post Type’ – ‘is equal to’ – ‘NAME OF YOUR CUSTOM POST TYPE’
When your client edits one of the custom posts they will see the new WYSIWYG.
You can call it in the custom post template with
the_field('YOUR FIELD NAME')
Hope this helps
Rich
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.