<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Knivan&#039;s Analysis &#187; How-To</title>
	<atom:link href="http://www.knivan.net/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.knivan.net</link>
	<description>Random thoughts served with a side of sarcasm.</description>
	<lastBuildDate>Sun, 01 Jan 2012 13:42:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Make Your Trackback Links Visible In WordPress</title>
		<link>http://www.knivan.net/2009/01/how-to-make-your-trackback-links-visible-in-wordpress/</link>
		<comments>http://www.knivan.net/2009/01/how-to-make-your-trackback-links-visible-in-wordpress/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:11:46 +0000</pubDate>
		<dc:creator>Knivan</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Code Lt]]></category>
		<category><![CDATA[Index Template]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Track Url]]></category>
		<category><![CDATA[Trackback Url]]></category>
		<category><![CDATA[Wordpress Blog]]></category>

		<guid isPermaLink="false">http://www.knivan.net/?p=65</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
If your WordPress blog doesn’t show Track URL’s for each post, here’s how to add them in yourself. Log in to your WordPress Admin Panel Click on Presentation =&#62; Theme Editor =&#62; Single Post Scroll down to where the comments &#8230; <a href="http://www.knivan.net/2009/01/how-to-make-your-trackback-links-visible-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>If your WordPress blog doesn’t show Track URL’s for each post, here’s how to add them in yourself.</p>
<ol>
<li>Log in to your WordPress Admin Panel</li>
<li>Click on Presentation =&gt; Theme Editor =&gt; Single Post</li>
<li>Scroll down to where the comments area is and add this code:<br />
<span style="color: #ff0000;">&lt;a href=”&lt;?php trackback_url(); ?&gt;”&gt;Trackback URL&lt;/a&gt;</span></li>
<li>Click “Save”</li>
<li>If you want Trackback URL’s to be listed on every post in your main page as well, click on “Main Index Template” in the Theme Editor, and add the same code there as well.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.knivan.net/2009/01/how-to-make-your-trackback-links-visible-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.knivan.net @ 2012-02-08 05:37:47 by W3 Total Cache -->
