Support

Account

Home Forums ACF PRO Categories in Shortcode – Get Image Reply To: Categories in Shortcode – Get Image

  • Never mind, found the issue. I had to set the variable this way:

    $image = get_field('category_image', $category);

    Hope this helps anyone else.

    Thanks
    Chris