Skip to content

Commit

Permalink
Added backlinks code before the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbzero authored and dbzero committed Oct 1, 2009
1 parent ff2e173 commit 6ad06c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions page.php
Expand Up @@ -25,7 +25,9 @@
<div class="num-comments"><?php comments_number('No comments','1 Comment','% Comments'); ?></div>
<span class="details"><?php if($open_comments) { ?><a href="#comment-form"><?php _e('Jump to comment form','hemingwayex') ?></a><?php } else { ?>Comments are closed<?php }?> | <?php comments_rss_link('comments rss'); ?> <a href="#what-is-comment-rss" class="help">[?]</a> <?php if ('open' == $post->ping_status): ?>| <a href="<?php trackback_url(true); ?>"><?php _e('trackback uri','hemingwayex') ?></a> <a href="#what-is-trackback" class="help">[?]</a><?php endif; ?></span>
</div>


<?php if (function_exists('backlinks')) backlinks(); ?>

<?php comments_template(); ?>
<?php } }?>

Expand All @@ -36,4 +38,4 @@
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>
<?php get_footer(); ?>
2 changes: 2 additions & 0 deletions single.php
Expand Up @@ -99,6 +99,8 @@
</div>
<?php } ?>

<?php if (function_exists('backlinks')) backlinks(); ?>

<?php comments_template(); ?>

<?php endwhile; else: ?>
Expand Down

0 comments on commit 6ad06c0

Please sign in to comment.