>
' . get_the_author() . '';
}
if ( $options['show_categories'] ){
_e( ' | Categories: ', 'alaska' ); the_category( ', ' );
}
if ( $options['show_tags'] ){
the_tags( __( ' | Tags: ', 'alaska' ), ', ' );
}
?>
| ', '' ); ?>
';
comments_popup_link(__('No Comments ↓', 'alaska'), __('1 Comment ↓', 'alaska'), __('% Comments ↓', 'alaska'));
echo '';
endif;
?>