i set many tag to a article, but when i get the tag through article.tags, it lack some tag what i set.
for example, i set many tag to the article “demo”, but i can’t find the value of “Mealtype_Lunch”.
Hi Deng - just to confirm, not all tags on an article are being returned when you loop through article.tags
? If so, can you share the Liquid snippet where you’re trying to output the tags?
Hello, In my case,
1、The schema in my section:
{
"type": "blog",
"id": "blog_name",
"label": "Select Blog Article"
},
2、In my html code:
{%- for article in section.settings.blog_name.articles -%}
3、I want to render the articles in blog_name, and section.settings.blog_name.article_count is 300, but i can only render the top 50. i have no set the paginate