In this video, we will create our blog templates and use our file field in our loops.
url_title
parameter{exp:channel:entries channel="blog" limit="3" dynamic="no" disable="categories"}
<h1>{title}</h1>
<h2>{featured_image}</h2>
{blog_content}
{/exp:channel:entries}
{exp:channel:entries channel="blog" url_title="{segment_3}"}
<h1>{title}</h1>
<h2>{featured_image}</h2>
{blog_content}
{/exp:channel:entries}
{!-- You can do it as one tag --}
<img src="{featured_image}" />
{!-- Or as a tag pair --}
{featured_image}
<img src="{url}" alt="{title}" />
{/featured_image}