Adding the embed code to your article template

We'll happily install the embed code into your blog post template if you ask us to, but it's also easy and fast to do yourself.

To get started, open your Shopify admin then follow Online Store > Themes. On your live theme, click Actions > Edit HTML/CSS.

Open templates/article.liquid. You're looking for a line with {{ article.content }} . If you can't find it, you may see a line like {% section 'article-template' %} . In that case, open sections/article-template.liquid instead.

Once you've found {{ article.content }} , add a new line just above it containing {% render 'hypervisual' %} . Those lines will now look like this:

{% render 'hypervisual' %}
{{ article.content }}
	

Click Save, and you're done. Now you can start designing some amazing blog posts.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us