Support

Account

Home Forums Add-ons Repeater Field Is This Possible? Reply To: Is This Possible?

  • To change from a url field to a post object field you will have to change the coding in your template. A url field returns a string, a post object field returns a WP_Post Object and you would have to use the ID of that post to get the field you want from the other post.