Search

Popular Tags

    [%- SET tags_result = list_tags({limit => 10}) -%] [% FOREACH tag IN tags_result.rows %]
  • [% tag.name %] ([% tag.posts_count %])
  • [% END %]

Widget Text.

Lorem ipsum Ullamco commodo laboris sit dolore commodo aliquip incididunt fugiat esse dolor aute fugiat minim eiusmod do velit labore fugiat officia ad sit culpa labore in consectetur sint cillum sint consectetur voluptate adipisicing Duis irure magna ut sit amet reprehenderit.

Recent Tags

[%- SET tags_result = list_tags({limit => 10, sort => 'recent'}) -%] [% FOREACH tag IN tags_result.rows %] [% tag.name %] [% END %]

Popular Posts

[%- SET posts_result = list_posts({limit => 4, sort => 'popularity'}) -%]
    [% FOREACH Post IN posts_result.rows %]
  • [% Post.title %]
  • [% END %]

Most Commented on

[%- SET posts_result = list_posts({limit => 4, sort => 'most_comments'}) -%]
    [% FOREACH Post IN posts_result.rows %]
  • [% Post.title %]
  • [% END %]