This article might be outdated
Please follow the link below for the latest and up-to-date version of this guide.
Go to the updated articleCaution: This is an advanced tutorial and is not supported by Shopify. This tutorial has been verified to work with Debut theme only. You can try to implement this on your theme, but keep in mind that it may not function. Knowledge of technologies such as HTML, CSS, JavaScript, and Shopify Liquid is required. We suggest hiring a Shopify Expert if you are not comfortable proceeding with the following tutorial.
Many Shopify themes, including the beloved default theme called Debut, do not provide the user with the ability to add a description to the blog. That's pretty sad, but don't worry, the metafields can help you to fix this issue :)



<!-- code to display the custom blog description starts here -->
<div class="custom-blog-description">
{{ blog.metafields.custom-design.brief-description }}
</div>
<!-- code to display the custom blog description ends here -->

Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article