<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: How can I add footnotes to my text?</title>
		<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text</link>
		<description>WordPress.com Forums &#187; Topic: How can I add footnotes to my text?</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 07:18:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-can-i-add-footnotes-to-my-text" rel="self" type="application/rss+xml" />

		<item>
			<title>panaghiotisadam on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250515</link>
			<pubDate>Sat, 20 Sep 2008 12:32:36 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">250515@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nice follow-up, wpvstp! Next time someone asks, I'll link to your post.
</p>
]]></description>
					</item>
		<item>
			<title>wpvstp on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250474</link>
			<pubDate>Sat, 20 Sep 2008 06:46:36 +0000</pubDate>
			<dc:creator>wpvstp</dc:creator>
			<guid isPermaLink="false">250474@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Expanding on panaghiotisadam's tips, you can make the footnote link back to the post.<br />
Write this where you want to make the footnote<br />
<code>&lt;a href=&quot;#X&quot; id=&quot;refX&quot;&gt;&lt;sup&gt;[FOOTNOTE]&lt;/sup&gt;&lt;/a&gt;</code><br />
Where you want to link back to the post text, write<br />
<code>&lt;a href=&quot;#refX&quot; id=&quot;X&quot;&gt;BACK TO POST&lt;/a&gt;</code><br />
The “X” is only used for internal linking. You can replace that with a code or number of your own choice, e.g. “footnote1″ or “fn1″ or whatever, just remember to keep the “#” and the “ref”. “FOOTNOTE” can be a number or letter or whichever you use to designate footnotes. “BACK TO POST” can be a text of your own choice.<br />
<a href="http://tpvswp.wordpress.com/2008/08/16/how-to-make-footnotes/" rel="nofollow">http://tpvswp.wordpress.com/2008/08/16/how-to-make-footnotes/</a>
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250406</link>
			<pubDate>Sat, 20 Sep 2008 02:00:51 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">250406@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, dlager - glad you liked that!
</p>
]]></description>
					</item>
		<item>
			<title>dlager on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250404</link>
			<pubDate>Sat, 20 Sep 2008 01:48:17 +0000</pubDate>
			<dc:creator>dlager</dc:creator>
			<guid isPermaLink="false">250404@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the tip panaghiotisadam,<br />
I'm adding this to my favs for further reference.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250403</link>
			<pubDate>Sat, 20 Sep 2008 01:42:03 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">250403@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you mean footnote numbers that link to actual footnotes, you have to use 'page jump' links - see here:<br />
<a href="http://faq.wordpress.com/2006/07/06/how-do-i-page-jump/" rel="nofollow">http://faq.wordpress.com/2006/07/06/how-do-i-page-jump/</a></p>
<p>In case this is (justifiably) incomprehensible to you, let me try to tailor it to footnotes.</p>
<p>Where you want your first reference, you can write:<br />
<code>&lt;a href=&quot;#f1&quot;&gt; [1]&lt;/a&gt;</code><br />
After the end of the main text, your first footnote should have<br />
<code>&lt;a name=&quot;f1&quot;&gt;1. &lt;/a&gt;</code><br />
followed by the text of the footnote.</p>
<p>Same for the rest of your footnotes (replace the 1s with 2s, etc.).
</p>
]]></description>
					</item>
		<item>
			<title>ellaella on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250129</link>
			<pubDate>Fri, 19 Sep 2008 14:41:07 +0000</pubDate>
			<dc:creator>ellaella</dc:creator>
			<guid isPermaLink="false">250129@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There are no silly questions. You'll have to format it by hand, although I don't know if you can achieve a superscript. You might have to use asterisks. The Paste from Word option might work, but creating posts in Word often causes problems. See the FAQ for more.
</p>
]]></description>
					</item>
		<item>
			<title>philistor on "How can I add footnotes to my text?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-footnotes-to-my-text#post-250113</link>
			<pubDate>Fri, 19 Sep 2008 13:37:24 +0000</pubDate>
			<dc:creator>philistor</dc:creator>
			<guid isPermaLink="false">250113@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I add footnotes to my text? I know that this may sound a silly question, but I am new here.
</p>
]]></description>
					</item>

	</channel>
</rss>
