Hi, I’ve debugged using
ini_set('display_errors', 'On');
error_reporting(E_ALL | E_STRICT);
I also made sure to remove all other code and only run this code that I got from ACF’s knowledge base:
`
$author_id = get_the_author_meta( ‘ID’ );
$author_badge = get_field(‘imagex’, ‘user_’. $author_id ); // image field, return type = “Image Object”
`
?>
” alt=”<?php echo $author_badge[‘alt’]; ?>” width=”200″ height=”60″ />
`
Debugging the code turned up nothing. My sample page is here: http://choochooclan.com/surro-test/?author=5