How to show blog post featured image using 'content_by_id' because it show only 'Post Title', 'Post

How to show blog post featured image using ‘content_by_id’

because it show only ‘Post Title’, 'Post Url ’ But not give featured Image

Or

How to bind blog post featured image using module field ‘page’
Blow are my code:
<div class=“artical-block large”>
<span class=“img-block”>
<img src=“{{ content_by_id(module.big_image_featured_blog.choose_featured_blog).featured_image }}” alt=“{{ content_by_id(module.big_image_featured_blog.choose_featured_blog).featured_image_alt_text }}”>
</span>
<div class=“content”>
<span class=“date”>{{content_by_id(module.big_image_featured_blog.choose_featured_blog).publish_date|datetimeformat(‘%A, %B %d, %Y’)}}</span>
<h3><a href=“{{ content_by_id(module.big_image_featured_blog.choose_featured_blog).absolute_url }}”>{{ content_by_id(module.big_image_featured_blog.choose_featured_blog).title }}</a></h3>
</div>
</div>

Hi @Priyanka178, I hope that you are well!
Thanks for reaching out to the Community!
I found similar threads that might help you:
- Featured post in HubSpot blog
- Pulling a featured image through to in a menu from a page (not blog post)
I also wanted to invite a couple of subject matter experts to this conversation: Hi @Stephanie-OG, @FabianRichter and @miljkovicmisa do you have suggestions to help @Priyanka178, please?
Also, if anybody else has anything to add and/or share, please feel free to join in the conversation :slightly_smiling_face:
Thank you so much and have a brilliant day!
Best,
Bérangère