There are a number of posts out there on getting the Digg button into WordPress – I ended up using snippets from a couple of them, and thought that it might be helpful for someone else. I added the following code to my archives, index, and single post files: <div style=”float:left; margin-right:10px;”> <script type=”text/javascript”>digg_url = “<?php the_permalink(); ?>”</script> <script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script> </div> I inserted the code immediately above the <?php the_content (‘<p>Read the rest of this entry »</p>’); ?> line in each of the files. The div style lines puts the button floating (instead of above the post) and...

Recent Comments