CMS Development

Priyanka178
Participant

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>

 

0 Upvotes
1 Reply 1
BérangèreL
Community Manager
Community Manager

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

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 🙂

Thank you so much and have a brilliant day!

Best,
Bérangère


Saviez-vous que la Communauté est disponible en Français ?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings!


0 Upvotes