Support

Account

Home Forums General Issues Catchable fatal error Reply To: Catchable fatal error

  • Hi @and0r1995

    
    $agency = get_field('agency');
    
    echo get_the_title( $agency->ID );
    

    Please read the WP docs for more info on the $post object.

    Thanks
    E