Hello!
I have setup a section in DAWN Theme to have a collection of articles based on a blog tag.
It works fine, not perfect, but when I change the “tag” type, which I plan to change each month, I need to fiddle around with the “limit” articles to make sure it shows only 3 articles.
In some occasions, based on the tag type, if I limit “3” it won’t show any articles.
I have attached the code below:
## {{ section.settings.heading | escape }}
{%- if section.settings.blog != blank and section.settings.blog.articles_count > 0 -%}
{%- else -%}
{{ 'image' | placeholder_svg_tag: 'placeholder-svg' }}
##
{{ 'sections.featured_blog.onboarding_title' | t }}
{{ 'sections.featured_blog.onboarding_content' | t }}
{%- endif -%}
All help will be so greatly appreciated.
Also is it possible to do a slider for desktop and ipad, not just mobile?
Thank you!