Viewing 1 replies (of 1 total)
  • Thread Starter imagineds

    (@imagineds)

    Okay, I’ve added the plugin Advanced Custom Fields, and attached a custom field to the GC Testimonials admin. But I’m having trouble getting the value to show up on the testimonial front end. I’ve tried both of these and neither works. Any help? “review_response” is the custom field.

    $value = get_field( "review_response" );
    $display .= get_field( "review_response" );

    Thank you in advance if anyone can help.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add responses to testimonials?’ is closed to new replies.