Support

Account

Home Forums Backend Issues (wp-admin) Adding images to field instructions

Solving

Adding images to field instructions

  • Hello,

    What is the best way to add images to instructions for fields in the admin pages? These images would be added by me, to help with the instructions. They would not need to be changed by any of the clients / users.

    Example: “this field corresponds to this section: (screenshot image).”

    Thanks!

  • I would really like this feature.

  • You will have to do 2 things.

    The first is to use an acf/prepare_field filter for the field and add the image to the instructions. ACF will not allow HTML input in the instructions field.

    The second is that you will have to force ACF to allow image tags when is displays the field. See this document https://www.advancedcustomfields.com/resources/html-escaping/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.