summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/single.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/default/single.php')
-rw-r--r--wp-content/themes/default/single.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-content/themes/default/single.php b/wp-content/themes/default/single.php
index ee040d5..967a065 100644
--- a/wp-content/themes/default/single.php
+++ b/wp-content/themes/default/single.php
@@ -2,7 +2,7 @@
<div id="content" class="widecolumn">
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+ <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
@@ -23,10 +23,10 @@
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
- /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
+ /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
- You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
+ You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>