<?php if (have_posts()) : while (have_posts()) : the_post(); ?> and place it after it, but before <?php endwhile; else: ?>
which should be near the end of your template file.
More information about the loop can be found at http://codex.wordpress.org/The_Loop<?php dbt_getLinkTag("Bookmark on del.icio.us"); ?> Normal del.icio.us link (bookmarks current page)<?php dbt_getLinkTag("Bookmark on furl","furl"); ?> Normal furl.net link (bookmarks current page)
<?php dbt_the_LinkTag("Bookmark on del.icio.us"); ?> Normal del.icio.us link (bookmarks current POST, use inside the loop!)
<?php dbt_the_LinkTag("Bookmark on digg","digg"); ?> Normal digg link (bookmarks current POST, use inside the loop!)
<?php dbt_getLinkTag("<img src='blink.gif' />","blinklist"); ?> Link with image to blinklist (bookmarks current page)
<?php dbt_the_LinkTag("<img src='vine.gif' />","newsvine"); ?> Link with image to newsvine (bookmarks current POST, use inside the loop!)



