File: C:/xampp/htdocs/wordpress/wp-content/themes/grey-matter/inc.postmeta.php
<?php _e('Posted on','grey_matter'); echo " "; the_time(__('F j, Y','grey_matter')); echo " "; _e('at','grey_matter'); echo " "; the_time(); echo " "; _e('by','grey_matter'); echo " "; the_author_link(); ?>
· <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to this post','grey_matter'); ?>"><?php _e('Permalink','grey_matter'); ?></a>
<?php if (!is_single()) : ?>
· <?php comments_popup_link(__('Leave a comment','grey_matter'), __('One Comment','grey_matter'), __('% Comments','grey_matter'), '', __('Comments Closed', 'grey_matter')); ?>
<?php endif; ?>
<?php edit_post_link(__('Edit','grey_matter'),' · ',''); ?>
<br />
<?php _e('In', 'grey_matter'); ?>: <?php the_category(', ') ?>
<?php the_tags(' · ' . __('Tagged with','grey_matter') . ': ', ', ', ''); ?>