You can add the products at the bottom of your blog post template, probably called article.liquid.
Couple ways to add them:
1) You can use Liquid to grab products, maybe from a certain collection. Then you can style with HTML and CSS.
You might do something like this:
{% for product in collections["THE_COLLECTION_HANDLE"].products limit: 6 %} <!-- This will pull in the product object of the first 6 products in that collection. From there you can display image, title, price, link, etc --> {% endfor %}
See the product object in the Liquid docs for reference: https://help.shopify.com/en/themes/liquid/objects/product
2) You can use a related products app and include a snippet to show on that page. Hard coding it (option 1) is the fastest way, but using an app might save you some dev time if you're not familiar with liquid.
3) You could create image graphics showing the product, put them at the end of the post, then link to the product page. A simple way would be to screenshot the product from your collection page... or maybe you create a PSD template to of your product cards then whenever you need an image you can swap in the photo and edit the text/price/reviews.
Blogging is great, glad to see you're using it effectively.
Subject | Author | Latest Post |
---|---|---|
Subject | Author | Posted |
---|---|---|
15m ago | ||
30m ago | ||
yesterday | ||
yesterday | ||
yesterday |
User | Count |
---|---|
93 | |
62 | |
61 | |
56 | |
41 |