Support

Account

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 );
    `