Home › Forums › General Issues › Images Not Showing Up on Pages › Reply To: Images Not Showing Up on Pages
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
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.