Hi @yeszao,
Glad to help. I do not use ACF so can you provide steps that I can follow to repeat the issue locally on default WP install? For example, the steps might look something like this:
- Install WP
- Install ACF
- Add code to such and such
- Do something etc, et al
That way I can follow along and try to resolve any issue asap. Thank you.
Thread Starter
yeszao
(@yeszao)
Hi Jeff,
Thanks for you reply. Following is my steps:
1. Install Prismatic and active.
2. Install ACF and active.
3. Config Prismatic using Prism.
4. Add a field to ACF, type is Wysiwyg Editor, name is “answer” for example.
5. Open theme file single.php, add the_field('answer') to the content area.
6. Add a new post at admin dashboard, add some code to the answer field.
7. Finally, access the post at front.
Thanks.
Thanks, I will investigate asap and try to resolve any issue. If you encounter any further clues, etc., please let me know. Thank you.
Just to follow up with this, the next version of the plugin supports highlighting and escaping in ACF fields on single post views. More details will be available in the FAQs on the plugin homepage. Thank you for the feedback @yeszao.
Thread Starter
yeszao
(@yeszao)
@specialk Great, Thank you!