param('blog_url')}itemprop="blogPosts" {/if}itemscope itemtype="http://schema.org/BlogPosting">
{$post.title}
{* @event prepare_posts_frontend.%plugin_id%.post_title *}
{if !empty($post.plugins.post_title)}
{foreach $post.plugins.post_title as $plugin => $output}{$output}{/foreach}
{/if}
{if $theme_settings.show_author}
{if isset($post.user.photo_url_20)}
{if $post.user.posts_link}
{else}

{/if}
{/if}
{if $post.user.posts_link}
{$post.user.name}
{else}
{$post.user.name}
{/if}
{/if}
{$post.datetime|wa_datetime:"humandate"}
{if $show_comments && $post.comments_allowed}
{if !empty($post.comment_count)}
{else}
{*
[`no comments`]
*}
{/if}
{/if}
{* @event prepare_posts_frontend.%plugin_id%.before *}
{if !empty($post.plugins.before)}
{foreach $post.plugins.before as $plugin => $output}{$output}{/foreach}
{/if}
{* attached album photo thumbs *}
{if $post.album_id && $post.album.id && $post.album.photos}
{$photos_loaded = 1} {* required for proper photo thumbs retinification *}
{foreach $post.album.photos as $p}

{/foreach}
{/if}
{* @event prepare_posts_frontend.%plugin_id%.after *}
{if !empty($post.plugins.after)}
{foreach $post.plugins.after as $plugin => $output}{$output}{/foreach}
{/if}
{foreachelse}
{if $page lt 2}
{_w('%d post','%d posts',0)}
{/if}
{/foreach}
{if !empty($photos_loaded) && blogPhotosBridge::is2xEnabled()}
{/if}