Hi; I'm using the growth theme and I'd like to add the featured image into the blog post template. (The template file is inside of a child theme) Right now the image only appears on the listing page and not on the blog post page.
I'd like the featured image to appear at the very top, above the timestamp and title.
Can anyone help:
<!-- templateType: blog_post isAvailableForNewContent: true label: Growth - blog post screenshotPath: ../images/template-previews/blog-post.png --> {% set template_css = "../../css/templates/blog-post.css" %} {% extends "./layouts/base.html" %}
as this will allow you to place content above the image like the title, time... Simply place the desired content inside the div-tag and modify your CSS to your needs.
Thanks for the reply and your help. I've tried both options but I'm getting the Error: Cannot resolve property for both of them, so it won't let me publish the template.
as this will allow you to place content above the image like the title, time... Simply place the desired content inside the div-tag and modify your CSS to your needs.