DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Lars Damgaard Nielsen's picture

Unregistered

Feeds

aliases

  • Lars Damgaard Nielsen

Lars Damgaard Nielsen

1 year ago

in New release for the FriendFeed Comments WordPress plugin - remembering your details on Development on a shoestring
I can not get this awesome plugin to work :-(

I have put the wp_ffcomments() in the Main Index Template inside the loop like this (its in the fifth line from the bottom of the code) :

<?php get_header(); ?>

<div id="content">

<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); ?>

<div class="post" id="post-<?php the_ID(); ?>">
<div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div>
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent link til <?php the_title(); ?>"><?php the_title(); ?></h2>
<div class="postdata"><span class="category"><?php the_category(', ') ?></span> <span class="comments"><?php comments_popup_link('Ingen kommentarer »', '1 Kommentar »', '% Kommentarer »'); ?></span></div>
</div>
<div class="entry">

Skrevet af <?php the_author(); ?>


<?php the_content('Continue reading »'); ?>


<?php
if(function_exists("the_tags"))
the_tags('\\\\ tags: ', ', ', '
');
?>
Trackback URL: <?php the_permalink() ?>trackback/
<?php wp_ffcomments() ?>



</div><!--/entry -->

</div><!--/post -->

<?php endwhile; ?>

I am not the most skilled programmer, so i don't know what i'm doing wrong ...
Returning? Login