![]() |
![]() |
<div class="ribbon">
<div class="wrapAround"></div>
<div class="tab">
<?php
if (get_theme_var('postsShowDate') !== '' ) {
echo '<span class="blogDate">'. get_the_time('d') .' '. get_the_time('M') .'</span>';
} ?>
<span class="blogPostInfo">
<?php
if (get_theme_var('postsShowAuthor') !== '' ) { ?>
Posted by <?php the_author_posts_link(); ?> in
<?php
} ?>
<?php the_category(', ') ?> | <?php comments_popup_link('Comments', '1 comment', '% comments'); ?>
</span>
</div>
</div>