Support

Account

Home Forums General Issues How do I use acf/load_value correctly? Reply To: How do I use acf/load_value correctly?

  • Hi @Ian

    It looks like you are writing a primitive version of the get_field function ( $wpdb->get_var() ).

    Perhaps you could use the get_field function instead? You can use the $post_id parameter to target the THE-BUSINESS-PROFILE-CPT-ID

    Hope that helps.

    Thanks
    E