Support

Account

Home Forums Front-end Issues image url broken after migration Reply To: image url broken after migration

  • That looks like it is returning the image post ID or the post ID instead of the URL.

    Try debugging and seeing what this returns:

    $image_url = get_field('wk_img');

    I would also check if something is modifying the main query.