Support

Account

Home Forums General Issues Retrieve Custom Field in Sidebar & Footer Reply To: Retrieve Custom Field in Sidebar & Footer

  • look:

    not properly
    the_field( "text_field", $post_id );

    right

    $mypost_id = get_queried_object()->ID;   
    the_field( "text_field", $mypost_id );