description = "Gallery" [viewBag] [blogPosts blogPostsGallery] pageNumber = "{{ :page }}" postsPerPage = 9 noPostsMessage = "No posts found" sortOrder = "random" categoryPage = "blog/blog-category" postPage = "blog/blog-post" == addCss('assets/vendor/swipebox/css/swipebox.min.css'); $this->addJs('assets/vendor/swipebox/js/jquery.swipebox.min.js'); } ?> ==

Post Gallery

{% set posts = blogPostsGallery.posts %} {% for post in posts %} {% if post.featured_images.count > 0 %} {% endif %} {% endfor %}
{% put scripts %} {% endput %}