Home › Forums › Front-end Issues › Displaying links or images & images as thumbnails + › Reply To: Displaying links or images & images as thumbnails +
Hi @Phil Futureproof
You say “blank page”. Do you mean a completely white page? If so, you have a PHP error on the page which is preventing the HTML from being rendered.
To diagnose this, you will need to turn on DEBUG MODE in your wp-config file and fix the errors reported.
If this is not the issue, you need to remove all your code and add it in 1 line at a time until you find the line which is not working. This may be the first line of code, but it is smart to debug your code 1 bit at a time as it is easier to solve this way.
for instance:
$rows = get_field(‘press_badge’);`
vae_dump( $rows );
`
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.