{{blog.title}}
{% if blog.place.size > 0 and blog.place.title != 'Anywhere' %} {% assign post_place = blog.place.title %}About {{post_place}}
{% endif %}
{{blog.primary_media.html}}
{% elsif blog.primary_media.type == 'photo' %}
{{blog.summary}}
{% endif %} {{blog.content}}
{% if blog.tags.size > 0 %}
{% collection products&blogs, tag:offer_tag, order:random, limit:6, exclude:post_id, name:related_posts %}
{% if related_posts.size > 0 %}
{% endif %}
Featured
{% for p in related_posts %}
{% endif %}
{% endif %}
{% collection blogs&videos, limit:5, exclude:post_id, order:'hits_all desc', name:popular_posts %}
{% if popular_posts.size > 0 %}
{% if p.primary_media.size > 0 %}
{% endif %}
{% endfor %}
Popular Articles & Videos
-
{% for p in popular_posts %}
- {{p.title}} {% endfor %}