<?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 Wordpress Tips</title>
	<atom:link href="http://tipsforwordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsforwordpress.com</link>
	<description>Tips and Tricks for Wordpress</description>
	<lastBuildDate>Wed, 18 Aug 2010 19:32:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Custom Post Types in WordPress 3.0 by Gemma</title>
		<link>http://tipsforwordpress.com/wordpress/custom-post-types-in-wordpress-3-0/comment-page-1/#comment-188</link>
		<dc:creator>Gemma</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=89#comment-188</guid>
		<description>Thanks. That&#039;s exactly what I&#039;ve been looking for. Now I just need to figure out how to add forms and fields to this thing. Any ideas? I think &lt;a href=&quot;http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types&quot; rel=&quot;nofollow&quot;&gt;Chris Creed&lt;/a&gt; has developed the idea further. But you broke down register_post_type function which is really helpful.</description>
		<content:encoded><![CDATA[<p>Thanks. That&#8217;s exactly what I&#8217;ve been looking for. Now I just need to figure out how to add forms and fields to this thing. Any ideas? I think <a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types" rel="nofollow">Chris Creed</a> has developed the idea further. But you broke down register_post_type function which is really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by alex</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-179</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-179</guid>
		<description>Hi, I had tried the code above but then I came across this plugin called register plus which served my purpose without much coding and it could help here to. It is working fine on my 2.92 WP.
has a lot of features...</description>
		<content:encoded><![CDATA[<p>Hi, I had tried the code above but then I came across this plugin called register plus which served my purpose without much coding and it could help here to. It is working fine on my 2.92 WP.<br />
has a lot of features&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by Weston Deboer</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-178</link>
		<dc:creator>Weston Deboer</dc:creator>
		<pubDate>Mon, 28 Jun 2010 18:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-178</guid>
		<description>Yes, you would just use update_user_meta http://codex.wordpress.org/Function_Reference/update_user_meta
so at the bottom of the code where it says wp_update_user($userdata);
you would just put in:
update_user_meta($user_id, &#039;user_level&#039;, &#039;1&#039;);

and of course the 1 represents the user level that you want them to have.</description>
		<content:encoded><![CDATA[<p>Yes, you would just use update_user_meta <a href="http://codex.wordpress.org/Function_Reference/update_user_meta" rel="nofollow">http://codex.wordpress.org/Function_Reference/update_user_meta</a><br />
so at the bottom of the code where it says wp_update_user($userdata);<br />
you would just put in:<br />
update_user_meta($user_id, &#8216;user_level&#8217;, &#8217;1&#8242;);</p>
<p>and of course the 1 represents the user level that you want them to have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by Jason</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-175</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-175</guid>
		<description>Is there a way to assign a role to the user using this method?</description>
		<content:encoded><![CDATA[<p>Is there a way to assign a role to the user using this method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Types in WordPress 3.0 by matt</title>
		<link>http://tipsforwordpress.com/wordpress/custom-post-types-in-wordpress-3-0/comment-page-1/#comment-174</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 17 Jun 2010 15:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=89#comment-174</guid>
		<description>wow thank you for wasting my time.</description>
		<content:encoded><![CDATA[<p>wow thank you for wasting my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by Earthman Web</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-168</link>
		<dc:creator>Earthman Web</dc:creator>
		<pubDate>Thu, 13 May 2010 00:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-168</guid>
		<description>Has anyone discovered a plugin or method for generating custom registration screens for signing people up for different roles? 

The main goal I am working towards is to include different custom fields for each specific user role...</description>
		<content:encoded><![CDATA[<p>Has anyone discovered a plugin or method for generating custom registration screens for signing people up for different roles? </p>
<p>The main goal I am working towards is to include different custom fields for each specific user role&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by alex</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-167</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 05 May 2010 04:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-167</guid>
		<description>Ralcus,
 The registration page you gave as link is perfect..
can you post me the code and where i shud copy them..
Thanks.
Im glad i stumbled on this post.
I hope to find wht i came for.
Thanks all..</description>
		<content:encoded><![CDATA[<p>Ralcus,<br />
 The registration page you gave as link is perfect..<br />
can you post me the code and where i shud copy them..<br />
Thanks.<br />
Im glad i stumbled on this post.<br />
I hope to find wht i came for.<br />
Thanks all..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by alex</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-166</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 05 May 2010 04:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-166</guid>
		<description>Hey john,
Im having trouble with the code you posted..
there is something missing i think. cud you check it out..
pls cud you be specific as to which file i shud copy this code too. im new to WP.
Thank .

Hi weston,
I tried your code too and im getting the filed displayed but i can seem to arrange them in order.. the fields are coming at the bottom.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hey john,<br />
Im having trouble with the code you posted..<br />
there is something missing i think. cud you check it out..<br />
pls cud you be specific as to which file i shud copy this code too. im new to WP.<br />
Thank .</p>
<p>Hi weston,<br />
I tried your code too and im getting the filed displayed but i can seem to arrange them in order.. the fields are coming at the bottom.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Types in WordPress 3.0 by Fahrschule</title>
		<link>http://tipsforwordpress.com/wordpress/custom-post-types-in-wordpress-3-0/comment-page-1/#comment-165</link>
		<dc:creator>Fahrschule</dc:creator>
		<pubDate>Tue, 04 May 2010 19:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=89#comment-165</guid>
		<description>This is really really GREAT! You can basically do everything with this, set up a simple Forum based on Posts and Comments..., wanna do a business directory add some custom fields like street, phone, ... Really NICE!</description>
		<content:encoded><![CDATA[<p>This is really really GREAT! You can basically do everything with this, set up a simple Forum based on Posts and Comments&#8230;, wanna do a business directory add some custom fields like street, phone, &#8230; Really NICE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Custom Field to Register Form by jonty</title>
		<link>http://tipsforwordpress.com/wordpress/add-custom-field-to-register-form/comment-page-1/#comment-164</link>
		<dc:creator>jonty</dc:creator>
		<pubDate>Tue, 04 May 2010 13:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://tipsforwordpress.com/?p=65#comment-164</guid>
		<description>hello i have a problem i need two registration form for my site having different code i am new in wordpress so pls help me out thanks a ton</description>
		<content:encoded><![CDATA[<p>hello i have a problem i need two registration form for my site having different code i am new in wordpress so pls help me out thanks a ton</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->