summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/home/index.php')
-rw-r--r--wp-content/themes/home/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-content/themes/home/index.php b/wp-content/themes/home/index.php
index 9aa2c16..e56746e 100644
--- a/wp-content/themes/home/index.php
+++ b/wp-content/themes/home/index.php
@@ -14,14 +14,14 @@
<?php the_content('Read the rest of this entry &raquo;'); ?>
</div>
- <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
+ <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
- <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
- <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+ <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
+ <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
</div>
<?php else : ?>