<?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: Getting Started</title>
	<atom:link href="http://magicfields.org/getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://magicfields.org/getting-started/</link>
	<description>The Magic Wordpress Plugin</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wp-popular.com &#187; Blog Archive &#187; Getting Started &#124; Magic Fields</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-824</link>
		<dc:creator>wp-popular.com &#187; Blog Archive &#187; Getting Started &#124; Magic Fields</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-824</guid>
		<description>[...] the original here: Getting Started &#124; Magic Fields Tags: custom, fields, magicfields, [...]</description>
		<content:encoded><![CDATA[<p>[...] the original here: Getting Started | Magic Fields Tags: custom, fields, magicfields, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: achurch</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-789</link>
		<dc:creator>achurch</dc:creator>
		<pubDate>Fri, 26 Feb 2010 11:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-789</guid>
		<description>I&#039;m having trouble with duplicate content. I created a write group with several fields and added those to my page as instructed with the get function. However, what displays is the default wp custom fields (with the key as opposed to the label) and below that is the Magic Fields custom fields (with no label).

Here is a sample post showing the problem:
http://recreationalinvestment.com/motorcycles/test-post/

and here is the code I entered:









Any help would be appreciated as I am pulling my hair out and already late on delivery of this site to the client.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with duplicate content. I created a write group with several fields and added those to my page as instructed with the get function. However, what displays is the default wp custom fields (with the key as opposed to the label) and below that is the Magic Fields custom fields (with no label).</p>
<p>Here is a sample post showing the problem:<br />
<a href="http://recreationalinvestment.com/motorcycles/test-post/" rel="nofollow">http://recreationalinvestment.com/motorcycles/test-post/</a></p>
<p>and here is the code I entered:</p>
<p>Any help would be appreciated as I am pulling my hair out and already late on delivery of this site to the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hunk</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-756</link>
		<dc:creator>hunk</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-756</guid>
		<description>Hi Amos, yes the route is files_mf and phpthumbcache</description>
		<content:encoded><![CDATA[<p>Hi Amos, yes the route is files_mf and phpthumbcache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hunk</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-755</link>
		<dc:creator>hunk</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-755</guid>
		<description>Hi Mike H.

you can use get_panel_name() function

//code in my template
$name = get_panel_name();
if($name == &quot;news&quot;) include_once(&#039;news_template&#039;);
elseif($name == &quot;articles&quot;) include_once(&#039;articles_template&#039;);
else include_once(&#039;default_template&#039;);</description>
		<content:encoded><![CDATA[<p>Hi Mike H.</p>
<p>you can use get_panel_name() function</p>
<p>//code in my template<br />
$name = get_panel_name();<br />
if($name == &#8220;news&#8221;) include_once(&#8216;news_template&#8217;);<br />
elseif($name == &#8220;articles&#8221;) include_once(&#8216;articles_template&#8217;);<br />
else include_once(&#8216;default_template&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amos</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-721</link>
		<dc:creator>Amos</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-721</guid>
		<description>Hi, I just tried installing, it prompted me to create the files_mf folders, which i did, then complained that it couldnt creat a css file in the file_mf folder (note that there is no plural in the second prompt). I&#039;ll take a look at the code and see if i can figure out which directory is correct, unless i hear from you first! thanks.. oh, also when installing the plugin it prompts you to create phpthumbcache, but in your installation instructions you say to create phpthumb/cache, again can probably track it down but would be nice to have the warning or directions consistent. thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I just tried installing, it prompted me to create the files_mf folders, which i did, then complained that it couldnt creat a css file in the file_mf folder (note that there is no plural in the second prompt). I&#8217;ll take a look at the code and see if i can figure out which directory is correct, unless i hear from you first! thanks.. oh, also when installing the plugin it prompts you to create phpthumbcache, but in your installation instructions you say to create phpthumb/cache, again can probably track it down but would be nice to have the warning or directions consistent. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stacey</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-688</link>
		<dc:creator>Stacey</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-688</guid>
		<description>Hey, I think I figured it out!

It looks like &quot;Magic Fields&quot; is a replacement for the default &quot;Add New&quot; link. What I did was check the &quot;Condense Menu&quot; option in Settings. Then I used the &quot;Adminimize&quot; plugin to remove the default &quot;Add New&quot; link.

Now when the editor creates a page, they click on my Custom Panel (then proceed like they did with &quot;Add New&quot;).

Does that sound correct?</description>
		<content:encoded><![CDATA[<p>Hey, I think I figured it out!</p>
<p>It looks like &#8220;Magic Fields&#8221; is a replacement for the default &#8220;Add New&#8221; link. What I did was check the &#8220;Condense Menu&#8221; option in Settings. Then I used the &#8220;Adminimize&#8221; plugin to remove the default &#8220;Add New&#8221; link.</p>
<p>Now when the editor creates a page, they click on my Custom Panel (then proceed like they did with &#8220;Add New&#8221;).</p>
<p>Does that sound correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepesh</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-681</link>
		<dc:creator>Deepesh</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-681</guid>
		<description>Got the delete link, sorry to bother you.
But please make that link under Custom Write Panel actions heading in your next versions.</description>
		<content:encoded><![CDATA[<p>Got the delete link, sorry to bother you.<br />
But please make that link under Custom Write Panel actions heading in your next versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepesh</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-680</link>
		<dc:creator>Deepesh</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-680</guid>
		<description>Great plugin.
Well i need to ask a lame question, please tell me how to delete the custom panel created via Magic Field.
I have looked at all the options but delete action is not available.
Do i have to edit the core files or is there some method call for deleting a custom panel.</description>
		<content:encoded><![CDATA[<p>Great plugin.<br />
Well i need to ask a lame question, please tell me how to delete the custom panel created via Magic Field.<br />
I have looked at all the options but delete action is not available.<br />
Do i have to edit the core files or is there some method call for deleting a custom panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blowsie</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-675</link>
		<dc:creator>Blowsie</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-675</guid>
		<description>Valerie try this , worked on flutter for me.

Capability Manager
http://alkivia.org/wordpress/capsman/</description>
		<content:encoded><![CDATA[<p>Valerie try this , worked on flutter for me.</p>
<p>Capability Manager<br />
<a href="http://alkivia.org/wordpress/capsman/" rel="nofollow">http://alkivia.org/wordpress/capsman/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike H</title>
		<link>http://magicfields.org/getting-started/comment-page-1/#comment-662</link>
		<dc:creator>Mike H</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://magicfields.org/?p=7#comment-662</guid>
		<description>I am using multiple post types which ideally will be displayed on the same listings page, these will be displayed differently so i need a way to be able to tell what type of post it is in the loop so i can use different markup. How can i see what write panel the post was created with? Cheers in advance.</description>
		<content:encoded><![CDATA[<p>I am using multiple post types which ideally will be displayed on the same listings page, these will be displayed differently so i need a way to be able to tell what type of post it is in the loop so i can use different markup. How can i see what write panel the post was created with? Cheers in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
