<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: displaying link from custom field for registered users only</title>
	<atom:link href="http://www.gagarigs.com/site/displaying-link-from-custom-field-for-registered-users-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gagarigs.com/site/displaying-link-from-custom-field-for-registered-users-only/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 01:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.gagarigs.com/site/displaying-link-from-custom-field-for-registered-users-only/comment-page-1/#comment-140</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gagarigs.com/site/?p=37#comment-140</guid>
		<description>anywhere you want really, preferably if your theme has a single.php, which is the file used to display one post.  you can place in there, its just a link that is active only when the user is logged in, if the user is not logged in it goes to the registration page, the cool thing is that the link source is taken from the custom field area called videoembed in this case, you can change that to whatever custom field you are using,

for example in the wordpress default theme you can place it after the
&lt;code&gt;&lt;?php } edit_post_link(&#039;Edit this entry&#039;,&#039;&#039;,&#039;.&#039;); ?&gt;&lt;/code&gt; link in the single.php page,

or after the
 &lt;code&gt;&lt;?php the_tags( &#039;&lt;p&gt;Tags: &#039;, &#039;, &#039;, &#039;&lt;/p&gt;&#039;); ?&gt;&lt;/code&gt;

i recommend putting a div around the link, or some styling tag</description>
		<content:encoded><![CDATA[<p>anywhere you want really, preferably if your theme has a single.php, which is the file used to display one post.  you can place in there, its just a link that is active only when the user is logged in, if the user is not logged in it goes to the registration page, the cool thing is that the link source is taken from the custom field area called videoembed in this case, you can change that to whatever custom field you are using,</p>
<p>for example in the wordpress default theme you can place it after the<br />
<code>< ?php } edit_post_link('Edit this entry','','.'); ?></code> link in the single.php page,</p>
<p>or after the<br />
 <code>< ?php the_tags( '
<p>Tags: ', ', ', ''); ?></code></p>
<p>i recommend putting a div around the link, or some styling tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achuna</title>
		<link>http://www.gagarigs.com/site/displaying-link-from-custom-field-for-registered-users-only/comment-page-1/#comment-139</link>
		<dc:creator>Achuna</dc:creator>
		<pubDate>Tue, 02 Dec 2008 13:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gagarigs.com/site/?p=37#comment-139</guid>
		<description>Where do I exactlt place this code?
Thanking you.</description>
		<content:encoded><![CDATA[<p>Where do I exactlt place this code?<br />
Thanking you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

