<?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: Show The Fields</title>
	<atom:link href="http://calce.net/fields/shortcodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://calce.net</link>
	<description>Remodelling in process</description>
	<lastBuildDate>Sat, 05 May 2012 20:00:27 +1000</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>By: Gaelle</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-496</link>
		<dc:creator>Gaelle</dc:creator>
		<pubDate>Tue, 25 Jan 2011 17:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-496</guid>
		<description>Here my code: i know is wrong, so someone can help me?



&lt;b&gt;&lt;/b&gt;




&lt;b&gt;&lt;/b&gt;

	

Thanks</description>
		<content:encoded><![CDATA[<p>Here my code: i know is wrong, so someone can help me?</p>
<p><b></b></p>
<p><b></b></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaelle</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-494</link>
		<dc:creator>Gaelle</dc:creator>
		<pubDate>Tue, 25 Jan 2011 16:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-494</guid>
		<description>eh non, it&#039;s not really working...</description>
		<content:encoded><![CDATA[<p>eh non, it&#8217;s not really working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaelle</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-493</link>
		<dc:creator>Gaelle</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-493</guid>
		<description>Sorry : i have finded the solution ;-)</description>
		<content:encoded><![CDATA[<p>Sorry : i have finded the solution ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaelle</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-492</link>
		<dc:creator>Gaelle</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-492</guid>
		<description>Hello!
I&#039;m very happy to use this plugin which is very great!
For my project, I had to display my custom fields in custom types post with PHP code ; and i&#039;m not a pure developper ;-)

So for an event i have fields date of begin and date of end. So i would like display just date of begin if date of end is empty, and the two dates if they are informed.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;m very happy to use this plugin which is very great!<br />
For my project, I had to display my custom fields in custom types post with PHP code ; and i&#8217;m not a pure developper ;-)</p>
<p>So for an event i have fields date of begin and date of end. So i would like display just date of begin if date of end is empty, and the two dates if they are informed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-388</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Fri, 31 Dec 2010 04:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-388</guid>
		<description>I found a big bug with text fields with multiple unordered values. Basically in the admin, only the first letter of each field is shown, like in this screenshot: http://d.pr/flxR

I solved it by replacing $value[&#039;value&#039;] in fs-textfield.php at line 99, with $value

I don&#039;t know yet if anything else broke, but for the moment it will do.</description>
		<content:encoded><![CDATA[<p>I found a big bug with text fields with multiple unordered values. Basically in the admin, only the first letter of each field is shown, like in this screenshot: <a href="http://d.pr/flxR" rel="nofollow">http://d.pr/flxR</a></p>
<p>I solved it by replacing $value['value'] in fs-textfield.php at line 99, with $value</p>
<p>I don&#8217;t know yet if anything else broke, but for the moment it will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-317</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Wed, 01 Dec 2010 13:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-317</guid>
		<description>Could you please explain in further detail how to display fields in post the geeky way. Thank you for the great plugin!</description>
		<content:encoded><![CDATA[<p>Could you please explain in further detail how to display fields in post the geeky way. Thank you for the great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-288</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 16 Nov 2010 10:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-288</guid>
		<description>Hi there,  Whilst I can call the field information through the post using the shortcodes, im struggling to understand how to call the various groups and fields within my template - I have tried the various snippets of code, but unfortunately cant seem to get anything to display.  

Im not great with PHP and so due to the minimal instructions on how to call this im at a bit of a loss.

Can you help me out please and give a little more description as to how I might call the information from within my post template.</description>
		<content:encoded><![CDATA[<p>Hi there,  Whilst I can call the field information through the post using the shortcodes, im struggling to understand how to call the various groups and fields within my template &#8211; I have tried the various snippets of code, but unfortunately cant seem to get anything to display.  </p>
<p>Im not great with PHP and so due to the minimal instructions on how to call this im at a bit of a loss.</p>
<p>Can you help me out please and give a little more description as to how I might call the information from within my post template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khanh Cao</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-266</link>
		<dc:creator>Khanh Cao</dc:creator>
		<pubDate>Sun, 07 Nov 2010 09:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-266</guid>
		<description>Thanks :-)</description>
		<content:encoded><![CDATA[<p>Thanks :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnyDog</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-265</link>
		<dc:creator>AnyDog</dc:creator>
		<pubDate>Sun, 07 Nov 2010 08:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-265</guid>
		<description>I will try one-column layout if I fail to change css (or if it&#039;s gonna be too much work ... I&#039;m lazy ;) ).
It&#039;s really nice to have tabbed groups. That way you have less to scroll and you can organize better fields. I wouldn&#039;t like to lose tabs ...

Ok, Khanh, thank you for great plugin and for all your extra help !
Bye,bye</description>
		<content:encoded><![CDATA[<p>I will try one-column layout if I fail to change css (or if it&#8217;s gonna be too much work &#8230; I&#8217;m lazy ;) ).<br />
It&#8217;s really nice to have tabbed groups. That way you have less to scroll and you can organize better fields. I wouldn&#8217;t like to lose tabs &#8230;</p>
<p>Ok, Khanh, thank you for great plugin and for all your extra help !<br />
Bye,bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khanh Cao</title>
		<link>http://calce.net/fields/shortcodes/comment-page-1/#comment-264</link>
		<dc:creator>Khanh Cao</dc:creator>
		<pubDate>Sat, 06 Nov 2010 23:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/#comment-264</guid>
		<description>Oh it&#039;s WordPress&#039;s default layout to put the tabs on left. If you really need them on the top, you need to put some more css in :-)

Have you tried the one-column layout for the groups?</description>
		<content:encoded><![CDATA[<p>Oh it&#8217;s WordPress&#8217;s default layout to put the tabs on left. If you really need them on the top, you need to put some more css in :-)</p>
<p>Have you tried the one-column layout for the groups?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

