How can I access blog post images and content in a loop?

Topic summary

Accessing blog post images and content in a Shopify loop. The poster can retrieve article titles (available as an article property) but cannot access images or rich content the same way.

  • Issue: There appears to be no direct article.image property for images inserted into the blog post body, making image retrieval in a loop unclear.
  • Context: The user has blog posts with images added in the content editor and wants to show these alongside titles.

Technical notes:

  • In Shopify Liquid, “article” refers to a blog post object. Title is a built-in property, while images embedded in the content may not be exposed as a separate image property if they’re part of the rich text body.
  • The distinction between content (rich text/HTML) and a dedicated image field is unclear from the user’s code snippet.

Requested help: Guidance on how to reference article.image and access embedded images/content within a loop.

Status: No solution or consensus provided yet. Screenshots are central to understanding the code and where images were inserted. Discussion remains open.

Summarized with AI on January 5. AI used: gpt-5.

I’ve blog posts with images and content I wanna access the blog post images and content through a loop.

I’m able to access the title because the title is a property of the article but I’m unable to access the image and content of the blog post because there is no image access property, as I insert the image

Here is my code, what should I do about article.image