Put the code, where you want to show featured image in shopify blog / article
<!-- article.image here -->
{% if article.image %}
{% assign image_alt = article.title | escape %}
<p class="grid-item">{{ article | img_url: '1024x1024' | img_tag: image_alt, 'article__image' | link_to: article.url }}</p>
{% endif %}
<!-- /article.image here -->
<!-- article.image here -->
{% if article.image %}
{% assign image_alt = article.title | escape %}
<p class="grid-item">{{ article | img_url: '1024x1024' | img_tag: image_alt, 'article__image' | link_to: article.url }}</p>
{% endif %}
<!-- /article.image here -->