<?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 for XLD Studios</title>
	<atom:link href="http://www.xldstudios.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xldstudios.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 19:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Launching A New Website For FocusOnNature by Einar Erlendsson</title>
		<link>http://www.xldstudios.com/launching-a-new-website-for-focusonnature/#comment-201</link>
		<dc:creator>Einar Erlendsson</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=1078#comment-201</guid>
		<description>We are a good team Erik and it takes two to Tango</description>
		<content:encoded><![CDATA[<p>We are a good team Erik and it takes two to Tango</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple WordPress Function That Prints Custom Field Value by Erik Bernskiold</title>
		<link>http://www.xldstudios.com/simple-wordpress-function-prints-custom-field/#comment-200</link>
		<dc:creator>Erik Bernskiold</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=319#comment-200</guid>
		<description>You are indeed right. I missed this when copying the code into the article. Thanks for catching it.</description>
		<content:encoded><![CDATA[<p>You are indeed right. I missed this when copying the code into the article. Thanks for catching it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple WordPress Function That Prints Custom Field Value by Freek Daamen</title>
		<link>http://www.xldstudios.com/simple-wordpress-function-prints-custom-field/#comment-199</link>
		<dc:creator>Freek Daamen</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=319#comment-199</guid>
		<description>Don&#039;t you have to add return $custom_field to the function get_custom_field($custom_field)?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you have to add return $custom_field to the function get_custom_field($custom_field)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Columns in the WordPress Post Editor With a Custom Shortcode by Jason Loucks</title>
		<link>http://www.xldstudios.com/create-columns-in-the-wordpress-post-editor-with-a-custom-shortcode/#comment-122</link>
		<dc:creator>Jason Loucks</dc:creator>
		<pubDate>Mon, 24 Oct 2011 22:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=662#comment-122</guid>
		<description>Excellent tutorial. I hope you post more about shortcodes. I see them all the time, but never really got how to make them or use them. Thanks Erik,</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. I hope you post more about shortcodes. I see them all the time, but never really got how to make them or use them. Thanks Erik,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple WordPress Function That Prints Custom Field Value by Erik Bernskiold</title>
		<link>http://www.xldstudios.com/simple-wordpress-function-prints-custom-field/#comment-97</link>
		<dc:creator>Erik Bernskiold</dc:creator>
		<pubDate>Sat, 15 Oct 2011 04:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=319#comment-97</guid>
		<description>Hi,

This function is not meant to work in WordPress posts or pages but on a template level only. It gives me an idea for a custom shortcode to implement echoing custom fields from post-level though which is doable and will make a good topic for another tutorial.

Erik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This function is not meant to work in WordPress posts or pages but on a template level only. It gives me an idea for a custom shortcode to implement echoing custom fields from post-level though which is doable and will make a good topic for another tutorial.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple WordPress Function That Prints Custom Field Value by manu</title>
		<link>http://www.xldstudios.com/simple-wordpress-function-prints-custom-field/#comment-96</link>
		<dc:creator>manu</dc:creator>
		<pubDate>Sat, 15 Oct 2011 02:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=319#comment-96</guid>
		<description>Hey there, first of all thanks for the post, it is exactly what i was looking for: nice and simple! 

for some reason i am unable to retrieve the value of a custom field...and this is how i am attempting to do it in steps:

1st - included the first function that echos the value of $custom_field in &quot;functions.php&quot;

2nd - i add the shortcode &quot;&quot; directly inside the post, through the html editor, inside the &quot;span&quot; tag where i would like such value to appear.

3rd - save and refresh everything

4th - no value appears on the frontend, leaving a blank space

Would you please point out if i am doing anything wrong ? your tutorial seems pretty straightforward but obviously i did not get it!

Thank you in advance. Peace!</description>
		<content:encoded><![CDATA[<p>Hey there, first of all thanks for the post, it is exactly what i was looking for: nice and simple! </p>
<p>for some reason i am unable to retrieve the value of a custom field&#8230;and this is how i am attempting to do it in steps:</p>
<p>1st &#8211; included the first function that echos the value of $custom_field in &#8220;functions.php&#8221;</p>
<p>2nd &#8211; i add the shortcode &#8220;&#8221; directly inside the post, through the html editor, inside the &#8220;span&#8221; tag where i would like such value to appear.</p>
<p>3rd &#8211; save and refresh everything</p>
<p>4th &#8211; no value appears on the frontend, leaving a blank space</p>
<p>Would you please point out if i am doing anything wrong ? your tutorial seems pretty straightforward but obviously i did not get it!</p>
<p>Thank you in advance. Peace!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Basics of Using WordPress Webinar on September 14th by Andrew Kavanagh</title>
		<link>http://www.xldstudios.com/free-basics-of-using-wordpress-webinar-on-september-14th/#comment-36</link>
		<dc:creator>Andrew Kavanagh</dc:creator>
		<pubDate>Sat, 27 Aug 2011 21:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.xldstudios.com/?p=353#comment-36</guid>
		<description>Looking forward to it Erik!</description>
		<content:encoded><![CDATA[<p>Looking forward to it Erik!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

