ACF markdown field doesn’t work
-
I add an ACF markdown field. If I set the field to be ‘required’, when submitting a form with the field, WordPress tells me the field is empty, even when it’s not.
In the frontend, rendering the contents of the field, shows nothing.
Perhaps relevant, because I do not want the main contents of the post type in question to use Markdown, I do this:
remove_post_type_support(‘partner’, ‘markup_markdown’);
So, how can I use an ACF markdown field, while not changing the main contents field to a markdown field, as well?
- The topic ‘ACF markdown field doesn’t work’ is closed to new replies.