Shopify博客文章创建缩略图图像

时间:2015-02-04 22:09:46

标签: blogs shopify liquid

我正在使用shopify为我的网站供电。我在使用博客时遇到了麻烦。任何人都可以帮助我尝试为列出所有帖子的页面上的每篇博文设置缩略图吗? 这是我到目前为止的代码,但这只是显示每个帖子的标题和发布的数据。

    {% for article in blog.articles %}
      <a href="{{ article.url }}">{{ 'blogs.article.read_more' | t }} →</a> 
      <time pubdate datetime="{{ article.published_at | date: '%Y-%m-%d' }}">
        {{ article.published_at | date: format: 'month_day_year' }}
      </time>
    {% endfor %}  

1 个答案:

答案 0 :(得分:0)

您可以将图像添加到添加摘录部分,然后添加到液体中      {{article.excerpt}}