Support

Account

Home Forums Front-end Issues Get field on index outside loop Reply To: Get field on index outside loop

  • You want to use get_field() for the way that your using it. the_field() echos the value and get_field() returns the value which is what you want if you’re going to manipulate the value.