summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/single.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/home/single.php')
-rw-r--r--wp-content/themes/home/single.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wp-content/themes/home/single.php b/wp-content/themes/home/single.php
index fb071b1..967a065 100644
--- a/wp-content/themes/home/single.php
+++ b/wp-content/themes/home/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>
@@ -15,7 +15,7 @@
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
- <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+ <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<p class="postmetadata alt">
<small>
@@ -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 ?>