{"id":67,"date":"2010-11-23T23:05:40","date_gmt":"2010-11-24T04:05:40","guid":{"rendered":"http:\/\/nazitunnels.org\/?p=67"},"modified":"2012-04-19T17:20:49","modified_gmt":"2012-04-19T21:20:49","slug":"how-to-footnote-a-blog-post","status":"publish","type":"post","link":"http:\/\/nazitunnels.org\/2010\/11\/23\/how-to-footnote-a-blog-post\/","title":{"rendered":"How to footnote a blog post?"},"content":{"rendered":"
Update:<\/strong> It appears that most people come to this page looking for how to properly attribute a blog post in their footnotes, not how to do footnotes in a blog post. \ud83d\ude42 So, a different search shows how to do the former<\/a>, while this post shows how to do the latter. Search tip, add the style you are looking for when you type in “how to footnote a blog”. So it would be “chicago manual style how to footnote a blog”. Below is the proper way to footnote a blog in your paper using the Chicago Manual of Style, taken directly from their site linked above:<\/p>\n Blog entries or comments may be cited in running text (“In a comment posted to The Becker-Posner Blog<\/em> on February 23, 2010, . . .”) instead of in a note, and they are commonly omitted from a bibliography. The following examples show the more formal versions of the citations. There is no need to add pseud<\/em>. after an apparently fictitious or informal name. (If an access date is required, add it before the URL; see examples elsewhere in this guide.)<\/p>\n <\/p>\n So the first hurdle I have come across, is how to do the footnotes on these pages and posts. I tried two different approaches before settling, with still some insecurity, on a plug-in to handle the formatting for footnotes. There are two options, and I’m kind of leaning on going back to the first option after writing this.<\/p>\n Hand code the footnote numbers as links and the footnotes they link to. Well, you don’t actually have to format and code it all by hand. Microsoft Office and OpenOffice Writer actually do a pretty decent job of creating the links and formatting the footnotes to look and act decently. It’s a simple copy from the word file and paste it into the “Visual” editor in WordPress. After that I would switch to the “HTML” editor, copy the text and plug it into my trusty terminal using Vim<\/a> to do some quick search and replace of unwanted things (like styled span tags for every paragraph and some CSS formatting). You can use any text editor that has the search and replace ability. Then I pasted the text back into the “HTML” editor, and I was good to go.<\/p>\n\n
Blog entry or comment<\/h4>\n
Option 1: By Hand<\/h3>\n
<\/a>
Option 2: Use a Plugin<\/h3>\n
<\/a>