In Shopify, you can filter articles by tags set in your blog, so you can use them as a category menu. However, tags cannot be translated by default, so it can be a bit difficult to support multiple languages. Here is an example of how to make it possible to translate category menus by tag by tweaking the theme file a bit.
1
/
of
1
Published:2023.11.20
Example of settings to properly support multiple languages for tags that cannot be directly translated using Shopify's "Translate & Adapt" app
Example of settings to properly support multiple languages for tags that cannot be directly translated using Shopify's "Translate & Adapt" app
Applications
Applications
- Multilingual support and translation
How to implement
How to implement
- LIQUID
- HTML/CSS
Share
After making a purchase (all items are ¥0), you will be able to view the sample code.
Couldn't load pickup availability
If you have already made a purchase, please login here.
Sample Codes
Test Theme :Dawn/Rise 15.2.0
Add schema to "main-blog.liquid"
Add code to "main-blog.liquid" to display the tags specified in the block as a menu.
