Support

Account

Home Forums Front-end Issues Extracting Post Object data from within a Repeater Reply To: Extracting Post Object data from within a Repeater

  • Holy crap Jonathan, that worked. Thanks man!!!!

    I had to change the image line to make it work, I guess because my site doesn’t have medium images?

    Here’s what I have:

    <img src="' . $image . '" width="' . $image . '" height="' . $image . '" alt="' . $image['alt'] . '" />

    Is that bad? Not sure how it’s generating the alt tag though.