Shopify liquid get related blog posts?
Correct Answer: ul> {% for article in blogs.blog.articles %} {% if article.tags contains product.handle %} li>a href="{{ article.url }}">p>{{ article.title }}/p>/a>/li> {% else %} li>No related blog posts!/li> {% endif %} {% endfor %} /ul>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Shopify MCQ Questions