Hi, I must be missing something simple again. I pulled in an ACF field to a text element. The field is a WYSIWYG Editor. The issue is the the formatting i create in the post, ie: returns, etc., is not honored in the final output.
Hello @uxmediahouse,
Thanks for writing to us.
In order to help you with your concerns, we need to check your settings. I would request please share the admin login details meanwhile I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details
- WordPress Login URL
- Admin-level username and password
- Exact page URL
You can find the Secure Note button at the bottom of your posts
Thanks
sure, just added it.
Hello @uxmediahouse,
The reason why it is not formatting correctly is because of the dynamic content. You are using this one {{dc:post:meta key="location_info"}}
but the right dynamic content should be {{dc:acf:post_field field="location_info"}}
.
Hope that helps.
1 Like
Thanks! I should know better.