Exemplo n.º 1
0
				<li><a href="<?php 
    the_author_link();
    ?>
"><i class="fa fa-user"></i> <?php 
    the_author();
    ?>
</a></li>
				<li><i class="fa fa-folder-open"></i> <?php 
    echo get_the_category_list(', ');
    ?>
</li>
				<li><a href="<?php 
    the_permalink();
    ?>
#comments"><i class="fa fa-comments"></i> <?php 
    echo Agama::comments_count();
    ?>
</a></li>
				<li><a href="<?php 
    the_permalink();
    ?>
"><?php 
    echo Agama::post_format();
    ?>
</a></li>
			</ul><!--.entry-meta-->
			<?php 
}
?>
			
			<!-- Entry Content -->