That documentation is helpful, not quite what I was looking for though. Essentially I was going to use HubL to display a series of posts based on a s...read more
@MrCapp you could use a bit jquery to do this. Something like this could work: $(document).ready(function() {
$('.blog .post-item:odd').addC...read more
Is it possible to combine two topics into one list? When I say combine, I mean only show posts where the given set of topics are present at the same time. For example: {% set topic1 = blog_recent_topic_posts('default', 'topic1_name', lim read more
Is it possible to combine two topics into one list? When I say combine, I mean only show posts where the given set of topics are present at the same time. For example: {% set topic1 = blog_recent_topic_posts('default', 'topic1_name', lim read more