File: /home/c1190199/public_html/wp-content/themes/directory/author.php
<?php
/**
* AIT WordPress Theme
*
* Copyright (c) 2012, Affinity Information Technology, s.r.o. (http://ait-themes.com)
*/
$latteParams['author'] = new WpLattePostAuthorEntity($wp_query->queried_object);
$latteParams['posts'] = WpLatte::createPostEntity(
$wp_query->posts,
array(
'author' => $latteParams['author'] // if we have info about author inject it now
)
);
WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();