<?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: How to create a client portal in WordPress</title>
	<atom:link href="http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/</link>
	<description>Helping to empower people with their web presence</description>
	<lastBuildDate>Tue, 10 Aug 2010 16:27:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jean</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1661</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Tue, 10 Aug 2010 15:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1661</guid>
		<description>Stephanie, the clientsredirect.php page only has one bit of code at the top that is different from the clients.php page. Basically, it will redirect users to their sign-in named page (if they&#039;re signed in) and if they&#039;re not signed in, it will tell them they need to sign in.

This allows us to set one redirect using the redirect plug-in. Send all users to your clients page, and then the page determines where they really should be. (Their own personal page.)</description>
		<content:encoded><![CDATA[<p>Stephanie, the clientsredirect.php page only has one bit of code at the top that is different from the clients.php page. Basically, it will redirect users to their sign-in named page (if they&#8217;re signed in) and if they&#8217;re not signed in, it will tell them they need to sign in.</p>
<p>This allows us to set one redirect using the redirect plug-in. Send all users to your clients page, and then the page determines where they really should be. (Their own personal page.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1660</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Tue, 10 Aug 2010 15:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1660</guid>
		<description>Stephanie, when you create a client page (within WordPress), you name it the client sign-in name. Any page that you make a child of that page (once again, through WordPress) does not have any name restrictions. So your client can gain access to their named page, and any page that becomes a child of it because we&#039;ve specified they can gain access to pages that are either of their name, or a child of their sign-in name. I hope that makes sense. Let me know if you need any assistance. I&#039;d be happy to make this all more clear.</description>
		<content:encoded><![CDATA[<p>Stephanie, when you create a client page (within WordPress), you name it the client sign-in name. Any page that you make a child of that page (once again, through WordPress) does not have any name restrictions. So your client can gain access to their named page, and any page that becomes a child of it because we&#8217;ve specified they can gain access to pages that are either of their name, or a child of their sign-in name. I hope that makes sense. Let me know if you need any assistance. I&#8217;d be happy to make this all more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1657</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Tue, 10 Aug 2010 14:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1657</guid>
		<description>Shovan, I&#039;m not sure if there is. I have been keeping track of client projects through updates to their private pages. From the initial deposit (Paid through a shopping cart plug-in) to marking it paid and sharing comps and links to the testing server, right on up to the final. I hope you found this post helpful.</description>
		<content:encoded><![CDATA[<p>Shovan, I&#8217;m not sure if there is. I have been keeping track of client projects through updates to their private pages. From the initial deposit (Paid through a shopping cart plug-in) to marking it paid and sharing comps and links to the testing server, right on up to the final. I hope you found this post helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1587</link>
		<dc:creator>Shovan</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1587</guid>
		<description>Do you know if there is a plugin, through which we can manage client, their hosting and domain name and keep track of their project</description>
		<content:encoded><![CDATA[<p>Do you know if there is a plugin, through which we can manage client, their hosting and domain name and keep track of their project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1499</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Sun, 27 Jun 2010 09:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1499</guid>
		<description>Hi I added a client portal to my site and this tutorial has been a life saver but I need a bit of clarity on how the client.php works in linking sub-pages for client specific pages.  Could you please explain how that works a little better.  Thank you again for this aid.

Stephanie</description>
		<content:encoded><![CDATA[<p>Hi I added a client portal to my site and this tutorial has been a life saver but I need a bit of clarity on how the client.php works in linking sub-pages for client specific pages.  Could you please explain how that works a little better.  Thank you again for this aid.</p>
<p>Stephanie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1495</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Sat, 26 Jun 2010 03:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1495</guid>
		<description>Hi, This page is incredibly helpful but I looked under the clientsredirect.php link and there is nothing there.  Is this coding necessary as I am putting my portal together as well and want to makes sure I have all the parts?  Thank you again for this write-up, I couldn&#039;t find anything like it elsewhere!</description>
		<content:encoded><![CDATA[<p>Hi, This page is incredibly helpful but I looked under the clientsredirect.php link and there is nothing there.  Is this coding necessary as I am putting my portal together as well and want to makes sure I have all the parts?  Thank you again for this write-up, I couldn&#8217;t find anything like it elsewhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawyers and Legal Services Australia</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/comment-page-1/#comment-1206</link>
		<dc:creator>Lawyers and Legal Services Australia</dc:creator>
		<pubDate>Wed, 31 Mar 2010 03:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comment-1206</guid>
		<description>Thankyou for this information, this has been enormously helpful in helping me to create a client friendly environment using wordpress.</description>
		<content:encoded><![CDATA[<p>Thankyou for this information, this has been enormously helpful in helping me to create a client friendly environment using wordpress.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
