Support

Account

Home Forums Front-end Issues Get each paragraph from acf WYSIWYG field Reply To: Get each paragraph from acf WYSIWYG field

  • There isn’t any way to do this without parsing the returned text using a regular expression or otherwise parsing the returned string.

    My suggestion would be to use a container div that has a class and target the paragraphs in it.