<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP-Client Dev Team</title>
	<atom:link href="http://wp-client.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp-client.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 22:18:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Tips for using the new features in WP-Client v.2.9.0</title>
		<link>http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tips-for-using-the-new-features-in-wp-client-v-2-9-0</link>
		<comments>http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 21:13:51 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client Updates Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=3184</guid>
		<description><![CDATA[<p>ESTIMATES &#38; INVOICING First, be sure that you enable the add-on for Estimates and Invoicing using the Settings &#62; Add-Ons menu. Secondly, if you plan to give your clients links inside their client portals to view their invoices, you will &#8230; <a href="http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/">Tips for using the new features in WP-Client v.2.9.0</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>ESTIMATES &amp; INVOICING</h3>
<p>First, be sure that you enable the add-on for Estimates and Invoicing using the Settings &gt; Add-Ons menu. Secondly, if you plan to give your clients links inside their client portals to view their invoices, you will need to add the short code that outputs invoices into your HUB and/or Portal Page templates.</p>
<p>To enable online payment processing and confirmation by WP-Client, you will need to configure the available payment gateway(s) using your login information and API information.</p>
<h3>NEW &#8216;PRIVATE TO&#8217; SHORTCODE MODIFIER FOR CIRCLES</h3>
<p>This feature offers an exciting new way to think about your HUB Page template and/or any other Portal Page that you are creating to be part of your portal. Now, you can place content for many different Circles on one page, and only show the content that a particular Circle is supposed to see to those who are part of that Circle.</p>
<p>This powerful feature lets you essentially create multiple Hub Page variations, each one unique to its&#8217; unique Client Circle. Simply wrap each variation of Hub Page code in the appropriate &#8220;private for&#8221; short code and stack them on top of each other in the Hub Page template and the appropriate hub page will be shown to each Client depending on their Client Circle affiliation.</p>
<p>For example&#8230; see the below  as a simple example&#8230;. users in Circle Alpha will only see &#8216;Elephants are Green&#8217; while those in Circle Charlie will see &#8216;Elephants are Blue&#8217;, and so on&#8230;</p>
<p>&#8212;&#8212;&#8212;  Works on any HUB, Portal Page or native WordPress page/post &#8212;&#8212;&#8212;-</p>
<p>[wpc_client_private for_circle="Circle Alpha"]</p>
<p>Elephants are Green</p>
<p>[/wpc_client_private]</p>
<p>[wpc_client_private for_circle="Circle Bravo"]</p>
<p>Elephants are Red</p>
<p>[/wpc_client_private]</p>
<p>[wpc_client_private for_circle="Circle Charlie"]</p>
<p>Elephants are Blue</p>
<p>[/wpc_client_private]</p>
<p>[wpc_client_private for_circle="Circle Delta"]</p>
<p>Elephants are Purple</p>
<p>[/wpc_client_private]</p>
<p>&#8212;&#8212;&#8212;  Works on any HUB, Portal Page or native WordPress page/post &#8212;&#8212;&#8212;-</p>
<h3>AUTO-ASSIGN NEW CLIENTS</h3>
<p>Now you can designate a Client Circle as the &#8220;auto assign&#8221; Circle. When you select this Circle, all Clients added manually, through the conversion process, via import, or through the self registration form, will automatically be added to the designated Circle.</p>
<p>This feature gives you the power to &#8220;pre-create&#8221; an entire series of relationships based on Circle permissions. You can create a group of Portal Pages that are assigned to the particular Circle, you can permission an entire group of files to that Circle, and much more…</p>
<p>Then, whenever your clients are added, by whatever method, you will already have a preconfigured portal, complete with pages and files, ready to go without any further configuration.</p>
<h3>EXPIRING CREDENTIALS</h3>
<p>You can now limit access to your Client Portal based on the expiration date for each individual Client.</p>
<p>Firstly, you will need to activate this add on in the Settings &gt; Add-On menu.</p>
<p>After this is done, as you create each client, and in each client&#8217;s edit page, you will find a field for expiration date. The client&#8217;s username and password are never deleted, but on that expiration date, they will receive an error instead of being able to login. The content of this error message can be customized in the Settings menu.</p>
<h3>UPDATES TO IMPORT</h3>
<p>You can now import and wide variety of data for each Client, including data associated with Custom Fields that you have already created using the plug-in. For specifics, see the help documentation located in the Help menu of the plug-in&#8217;s sidebar navigation.</p>
<p>The post <a href="http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/">Tips for using the new features in WP-Client v.2.9.0</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/tips-for-using-the-new-features-in-wp-client-v-2-9-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Invoicing Plugin &#124; WP-Client v.2.9.0 Released</title>
		<link>http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-invoicing-plugin-wp-client-v-2-9-0-released</link>
		<comments>http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 20:23:53 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client Updates Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=3181</guid>
		<description><![CDATA[<p>WP-Client.com is proud to announce our latest release WP-Client WordPress Web Portal Plugin v.2.9.0 ============== ABOUT THE LATEST RELEASE   WP-Client v.2.9.0 adds a range of useful features to its&#8217; arsenal of client management tools. NEW FEATURES New features include, &#8230; <a href="http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/">WordPress Invoicing Plugin | WP-Client v.2.9.0 Released</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3 style="text-align: justify;">WP-Client.com is proud to announce our latest release</h3>
<h3 style="text-align: justify;">WP-Client WordPress Web Portal Plugin v.2.9.0</h3>
<p style="text-align: justify;"><span style="color: #222222;">==============</span></p>
<div style="text-align: justify;">
<div><strong>ABOUT THE LATEST RELEASE</strong></div>
<div> </div>
<p><span style="color: #222222;">WP-Client v.2.9.0 adds a range of useful features to its&#8217; arsenal of client management tools.</span></p>
<p><strong>NEW FEATURES</strong><strong></strong></p>
<p><span style="color: #222222;">New features include, but are not limited to:</span></p>
<ul>
<li>Completely new Add-On gives you the power to create Estimates &amp; Invoices, deliver those to clients, take payment and keep records of the whole process. Over the coming months, we will continue to improve this portion of the plugin to fit the needs of you, the customer. Feature Requests are the best way to send us your ideas.</li>
<li>Ability to send Private Messages to multiple clients, or to an entire Client Circle. This will give you the power to privately and securely disseminate information to your clients in one efficient operation.</li>
<li>Ability to show/hide content on HUB and Portal Pages based on Circle affiliation. This exciting addition essentially gives you the ultimate flexibility to create separate HUBs and Portal Pages based on who is logged in, and what Circle they are associated with. There are many creative &amp; powerful ways to use this capability.</li>
<li>Addition of &#8220;Auto-assign&#8221; feature that let&#8217;s you select a Circle that all clients are automatically assigned to when they are added, either manually or by the self-registration method.</li>
<li>Added &#8220;Expiring Credentials&#8221; feature which lets you set an expiration date for your client&#8217;s credentials, after which they will lose access to the Client Portal.</li>
<li>Added the new advanced &#8220;Assign to&#8221; dialogue to all applicable areas of the plugin.</li>
<li>Added the ability to include both the file name and file category in the email notification to clients, so they may now know what file was uploaded, and what category it was added to.</li>
<li>Updates to Import: You can now assign a client&#8217;s Circle(s), a client&#8217;s expiration date, and even values for you custom created fields. Please see documentation for details.</li>
<li>Ability to pick from your theme&#8217;s page templates on HUB pages</li>
<li>Addition of new shortcode modifiers to increase flexibility and usefulness to a wide range of customers.</li>
<li>Additional options to help make WP-Client more flexible and adaptable to a wide range of need.</li>
<li>Additional options to help improve WP-Client&#8217;s adaptability to various themes &amp; server configurations</li>
<li>Various UI improvements &amp; bug fixes</li>
</ul>
</div>
<div style="text-align: justify;">
<div>
<div>===================</div>
</div>
</div>
<div style="text-align: justify;"> </div>
<div style="text-align: justify;">Thanks, and please contact us with any issues,</p>
<p>The WP-Client Dev Team</p></div>
<div style="text-align: justify;"> </div>
<div style="text-align: justify;">Support: <a href="http://wp-client.com/support/" target="_blank">http://wp-client.com/support/</a></div>
<p>The post <a href="http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/">WordPress Invoicing Plugin | WP-Client v.2.9.0 Released</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-invoicing-plugin-wp-client-v-2-9-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Client v.2.8.0 Released</title>
		<link>http://wp-client.com/wp-client-v-2-8-0-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wp-client-v-2-8-0-released</link>
		<comments>http://wp-client.com/wp-client-v-2-8-0-released/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 12:02:24 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client Updates Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2748</guid>
		<description><![CDATA[<p>WP-Client.com is proud to announce our latest release WP-Client WordPress Web Portal Plugin v.2.8.0 ============== ABOUT THE LATEST RELEASE WP-Client v.2.8.0 adds a range of useful features to its&#8217; arsenal of client management tools. NEW TERMINOLOGY As of this release there &#8230; <a href="http://wp-client.com/wp-client-v-2-8-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wp-client-v-2-8-0-released/">WP-Client v.2.8.0 Released</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<h1>WP-Client.com is proud to announce our latest release</h1>
<h3>WP-Client WordPress Web Portal Plugin v.2.8.0</h3>
<p>==============</p>
<div>
<div><strong>ABOUT THE LATEST RELEASE</strong></div>
<p><span style="color: #222222;">WP-Client v.2.8.0 adds a range of useful features to its&#8217; arsenal of client management tools.</span></p>
<p><strong>NEW TERMINOLOGY</strong></p>
<p><span style="color: #222222;">As of this release there will be two major changes in the plugin&#8217;s terminology. Please take note of this as all future plugin menus, descriptions &amp; documentation, etc&#8230; will use this terminology.</span></p>
<ul>
<li>Client Pages will now be known as Portal Pages</li>
<li>Groups will now be known as Circles</li>
</ul>
<p><strong>NEW FEATURES</strong><strong><span style="color: #222222;"> </span></strong></p>
<p><span style="color: #222222;">New features include, but are not limited to:</span></p>
<ul>
<li>New &#8220;Pay to Register&#8221; feature lets you ask your users to pay before their registration as a client/member is completed. After payment is verified, their portal is auto-generated and the user is issued and emailed their login credentials. Supported gateways include PayPal as of this release, with more to be added going forward.</li>
<li>Ability to Convert existing Users to Clients or Managers using a unique approach that essentially permits users to keep both their existing role and add the traits of the WP-Client roles as well.</li>
<li>Custom URL Slugs Feature gives you full control over the slugs that WP-Client uses to represent various areas of the Portal. See: <a href="http://goo.gl/FEGN8" target="_blank">http://goo.gl/FEGN8</a></li>
<li>Shortcode Templates is an exciting new feature that gives advanced users full control over the output of shortcodes, thus increasing the customizable flexibility of WP-Client - <a href="http://goo.gl/poCy2" target="_blank">http://goo.gl/poCy2</a></li>
<li>Full compatibility with WordPress Version 3.5 | Previous versions have issue with adding clients due to the changes by WordPress to how the database is written to.</li>
<li>An adjustment to the Private Messaging system now gives you the option of including the content of Private Messages in notification email to client.</li>
<li>Additional options to help make WP-Client more flexible and adaptable to a wide range of needs</li>
<li>Additional options to help improve WP-Client&#8217;s adaptability to various themes &amp; server configurations</li>
<li>Various UI improvements &amp; bug fixes</li>
</ul>
</div>
<div>===================</p>
<p><strong>NEW ADD-ON FUNCTIONALITY</strong></p>
<p>As of the v.2.7.9 series and continuing into the 2.8 series, WP-Client uses the integrated Add-On functionality</p>
<p>The Feedback Wizard was the first of a series of planned components to be handled in this way</p>
<p>Please see video for more explanation &gt;&gt; <a href="http://www.screencast.com/t/kesCTlDs" target="_blank">http://www.screencast.com/<wbr />t/kesCTlDs</a></p>
<p>===================</p>
</div>
<div> </div>
<div>Thanks, and please contact us with any issues,</p>
<p>The WP-Client Dev Team</p>
</div>
<div> </div>
<div>Support: <a href="http://wp-client.com/support/" target="_blank">http://wp-client.com/<wbr />support/</a></div>
<p>The post <a href="http://wp-client.com/wp-client-v-2-8-0-released/">WP-Client v.2.8.0 Released</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wp-client-v-2-8-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay to Register as Client/Member</title>
		<link>http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-pay-to-register-as-client-or-member</link>
		<comments>http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 16:40:09 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2638</guid>
		<description><![CDATA[<p>WordPress has literally exploded onto the popular culture website scene over the past few years, and one of the true proofs of that is the number of businesses that are now choosing WordPress as their architecture of choice for their &#8230; <a href="http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/">Pay to Register as Client/Member</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>WordPress has literally exploded onto the popular culture website scene over the past few years, and one of the true proofs of that is the number of businesses that are now choosing WordPress as their architecture of choice for their business websites. It certainly speaks to the reliability, ease of use and efficacy of the WordPress model.</p>
<p>So complete is this transformation, that many businesses are also looking for solutions that give their clients a private portal, membership area or membership site directly integrated with the WordPress installation, and regulated by a simple login.  Those who are properly registered can access the member&#8217;s area, and those who are not, will be restricted.</p>
<p>This functionality is well done with the WordPress plugin WP-Client, but other businesses are interested in restricting this member&#8217;s area to those clients or users who must pay for access, and this requires that the registration be restricted and controlled &#8211; only be accessible to those who pay via the online system. Those who use the payment gateway are then given a username and passwerd and granted access to the restricted member&#8217;s area.</p>
<p>WP-Client can now serve those needs as well starting with v.2.8.0 &#8211; Due to release in just a matter of days, v.2.8.0 gives the site manager the power to accomplish all of these goals and more:</p>
<ul>
<li>You can permit your client to register, and then after submission be sent to your chosen Payment Gateway for payment. Upon successful payment, the plugin then issues credentials, creates the appropriate pages and sets the proper permissions.</li>
<li>All content created and guarded by WP-Client is protected and is inaccessible to anyone who does not have the proper login credentials.</li>
<li>Each page can be configured for permissions right down to each individual user, or if you group your members/clients into Circles named &#8220;Gold Package&#8221; or &#8220;Silver Package&#8221; for example, then you can easily provide access to entire sections of your site with just one easy click.</li>
</ul>
<p>Now WP-Client can be used as a powerful WordPress membership plugin and WordPress private client portal area, allowing you to even request payment for access to the private part of the site.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-2644" alt="" src="http://wp-client.com/wp-content/uploads/2012/12/screenshot.png" width="300" height="240" /></p>
<p>The post <a href="http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/">Pay to Register as Client/Member</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-plugin-pay-to-register-as-client-or-member/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoicing Plugin For WordPress</title>
		<link>http://wp-client.com/invoicing-plugin-for-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=invoicing-plugin-for-wordpress</link>
		<comments>http://wp-client.com/invoicing-plugin-for-wordpress/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 08:53:19 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2347</guid>
		<description><![CDATA[<p>Running your own business is a difficult task without doubt, but all of it is for naught if you don&#8217;t get paid from your clients or customers. Keeping track of all the invoices and estimates, who has paid, who has &#8230; <a href="http://wp-client.com/invoicing-plugin-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/invoicing-plugin-for-wordpress/">Invoicing Plugin For WordPress</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="size-medium wp-image-2551 alignleft" style="margin-right: 15px;" title="WP-CLIENT (RGB)--VID-OUTRO-Vid-Sales-1" alt="" src="http://wp-client.com/wp-content/uploads/2012/11/WP-CLIENT-RGB-VID-OUTRO-Vid-Sales-12-300x168.jpg" width="300" height="168" />Running your own business is a difficult task without doubt, but all of it is for naught if you don&#8217;t get paid from your clients or customers.</p>
<p style="text-align: justify;">Keeping track of all the invoices and estimates, who has paid, who has not, and what invoices are past due is quite a task, and since running your business is what you should be doing, the solution has to be a system that makes your life easier in this regard. Ideally, this system would integrate into your company&#8217;s WordPress website and allow your clients to view invoices, pay invoices and receive receipts for their payments, all without leaving your website, and all the while these clients are exposed to your branding.</p>
<p style="text-align: justify;">The sense of professionalism that comes with a branded <a href="http://WP-Client.com">invoicing plugin</a> solution cannot be understated, and if this invoice solution can be obtained and maintained for a reasonable price, then it should be a no-brainer to bring that kind of system online.</p>
<p style="text-align: justify;">WP-Client is a WordPress Invoicing Plugin that accomplishes all these goals with elegance and power. But, that&#8217;s not all you get with WP-Client, it&#8217;s just the beginning. An entire suite of Client Management solutions are wrapped into one simple plugin, and the many needs of running your business can now be obtained with just one simple plugin.</p>
<p style="text-align: justify;">Check out the Invoicing Plugin for WordPress features and more at <a href="http://WP-Client.com">http://WP-Client.com</a></p>
<p style="text-align: justify;">Invoicing Plugin for WordPress</p>
<p>The post <a href="http://wp-client.com/invoicing-plugin-for-wordpress/">Invoicing Plugin For WordPress</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/invoicing-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Invoices</title>
		<link>http://wp-client.com/wordpress-invoices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-invoices</link>
		<comments>http://wp-client.com/wordpress-invoices/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 15:36:57 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2345</guid>
		<description><![CDATA[<p>Many businesses have taken control of their web presence by adopting the flexible and user friendly WordPress platform. WordPress permits an administrator with average skills to successfully run a basic website and even add advanced features by the clever use &#8230; <a href="http://wp-client.com/wordpress-invoices/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-invoices/">WordPress Invoices</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Many businesses have taken control of their web presence by adopting the flexible and user friendly WordPress platform. WordPress permits an administrator with average skills to successfully run a basic website and even add advanced features by the clever use of plugins that exist in the marketplace, both free and premium.</p>
<p>One of the most integral needs of a small business is the ability to create, track and deliver invoices to their clients and customers. This, of course is an important feature as far as the function goes, but it&#8217;s also quite important as far as the presentation goes. All businesses want to look professional and organized in front of their clients, and in the invoicing space, it&#8217;s very important that the invoices be branded, but even better would be if the client could make payment directly on the businesses website, and then get the assurance that all went smoothly.</p>
<p>WP-Client makes this all possible with its&#8217; new invoice feature. Building on the already powerful and intuitive Client Management features, the invoice feature lets you use your existing client base to create and assign invoices, send to the client(s) and make available for payment directly on your site. Then, after payment, the client receives a pre-formatted thank you email with a PDF receipt attached.  Wordpress Invoices have now been made easy, efficient and powerful.</p>
<p><img class="alignnone size-full wp-image-2486" title="Teamwork" src="http://wp-client.com/wp-content/uploads/2012/11/Teamwork1.png" alt="" width="120" height="120" /></p>
<p>The post <a href="http://wp-client.com/wordpress-invoices/">WordPress Invoices</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-invoices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Payments Plugin</title>
		<link>http://wp-client.com/wordpress-payments-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-payments-plugin</link>
		<comments>http://wp-client.com/wordpress-payments-plugin/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 15:28:22 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2360</guid>
		<description><![CDATA[<p>Need to accept payments from your clients or customers on your WordPress based website? What you&#8217;re going to need is a plugin that provides functionality for estimates, proposals invoices, etc&#8230; and can also accept payments from the main 3rd party &#8230; <a href="http://wp-client.com/wordpress-payments-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-payments-plugin/">WordPress Payments Plugin</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2 style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: justify;">Need to accept payments from your clients or customers on your WordPress based website?</h2>
<p style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal; text-align: justify;">What you&#8217;re going to need is a plugin that provides functionality for estimates, proposals invoices, etc&#8230; and can also accept payments from the main 3rd party providers like PayPal, Authorize.net and Stripe. ( Some gateways not yet available, but coming soon )</p>
<p style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal; text-align: justify;">With WP-Client, you would simply install, activate and configure the plugin, then use its&#8217; intuitive configuration tools to create an invoice or payment request. The plugin would take over from there and send the invoice in a configurable email along with an attached PDF for the customer&#8217;s records.</p>
<p style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal; text-align: justify;">This type of WordPress Payments Plugin will give your business the air of professionalism that comes with an on-site, branded payments solution. In the end, you&#8217;ll look better, function more effectively and see more repeat business than ever before.</p>
<p style="text-align: justify;"><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Navigate the website for more information and details.</span></p>
<p><img class="alignnone size-medium wp-image-2543" title="Wordpress Payments Plugin" alt="" src="http://wp-client.com/wp-content/uploads/2012/11/WP-CLIENT-RGB-VID-OUTRO-Vid-Sales-11-300x168.jpg" width="300" height="168" /></p>
<p>The post <a href="http://wp-client.com/wordpress-payments-plugin/">WordPress Payments Plugin</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-payments-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Invoicing Plugin</title>
		<link>http://wp-client.com/wordpress-invoicing-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-invoicing-plugin</link>
		<comments>http://wp-client.com/wordpress-invoicing-plugin/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 15:31:33 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2346</guid>
		<description><![CDATA[<p>WordPress Invoicing Plugin There is no doubt that WordPress has taken the web development world by storm, and judging by its&#8217; current trajectory, there is little doubt that over the coming years, more and more sites on the Internet will &#8230; <a href="http://wp-client.com/wordpress-invoicing-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-invoicing-plugin/">WordPress Invoicing Plugin</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<h1>WordPress Invoicing Plugin</h1>
<p>There is no doubt that WordPress has taken the web development world by storm, and judging by its&#8217; current trajectory, there is little doubt that over the coming years, more and more sites on the Internet will be built on the WordPress CMS platform. Nothing else beats it for raw, simple, SEO-friendly power. With just a small cadre of well-developed and reliable pugins, along with a few premium products, WordPress can be configured to accomplish just about any task. Couple that fact with the recent explosion in super high quality themes that are both user friendly, and incredibly beautiful and functional, and the jury is in &#8211; WordPress is the champ!</p>
<p>So complete is the dominance, that now even a heavy percentage of mid-size and larger businesses have adopted WordPress and are taking advantage of its&#8217; powerful features.</p>
<p>As a result of this adoption by serious businesses, there is an emerging market for WordPress plugins that seek to meet the needs of businesses that range from small home businesses all the way to multi-national corporations.</p>
<p>WP-Client has been designed from the ground up to be a multi-faceted tool that can be used by businesses with WordPress websites to accomplish their day to day client interaction tasks. A range of crucial features are included, namely Private &amp; Secure Client Portals, Advanced File Sharing, Private Messaging, Project Feedback &amp; much more&#8230;</p>
<p>The latest addition to this wide range of features is the all new Billing &amp; Invoicing feature which brings the power of WP-Client to the process of providing Proposals and Invoices to your Clients. A standalone WordPress Invoicing plugin give you just the invoicing while WP-Client gives you that and so much more.</p>
<h4>Seamless integration into your existing WordPress website:</h4>
<ul>
<li>All your Billing functions are performed in your WordPress dashboard, and only your employees with the proper permissions will have access to this feature. </li>
<li>Account Managers can be given the permissions to create Proposals, Estimates &amp; Invoices for only their assigned Clients.</li>
<li>Proposals, Estimates &amp; Invoices are displayed in a special section of the Client&#8217;s HUB page.</li>
<li>Proposals, Estimates &amp; Invoices can be assigned to just one Client, multiple Clients, or Client Groups</li>
<li>Support for PayPal &#8211; other payment gateways to be added upon request.</li>
</ul>
<h4>A wide range of powerful features:</h4>
<ul>
<li>Your logo, business information, terms &amp; conditions, signature and more are customizable and are auto-generated on the Proposals, Estimates &amp; Invoices according to your preferences. Proposals, Estimates &amp; Invoices displayed on your website convey a professional way of doing business and makes you look great.</li>
<li>Pre-format your most used line items to make Proposals, Estimates and Invoices quick and easy to generate.</li>
<li>Clone existing Proposals, Estimates &amp; Invoices and quickly edit and assign to a new Client thus making creation super quick in cases that you have similar quoting and invoicing parameters.</li>
<li>Send Proposals, Estimates &amp; Invoices to clients by email, along with an attached PDF &#8211; all emails are infinitely customizable and permit use of programmable placeholders according to your preferences.</li>
<li>Proposals &amp; Estimates can be turned to Invoices with one-click, edited if necessary, and sent to the Client for payment.</li>
<li>Upon receiving an Invoice, the Client can click straight from the email and pay the Invoice directy, or if they are logged into their Client Portal, they can view &amp; pay the Invoice there.</li>
<li>Notifications are received when a Client pays an Invoice and an automated, customizable email can optionally be sent upon receiving payment.</li>
<li>Payment Reminders can be customized and sent after a number of days.</li>
<li>Customized tax options are supported.</li>
<li>A wide range of currencies are supported.</li>
</ul>
<p>Getting started is easy, and the prices are extremely reasonable.</p>
<div><hr /></div>
<div><a href="http://wp-client.com/secure-client-area-management-portal-wordpress/" class="button black default"> Detailed Features </a><a href="http://wp-client.com/screenshots-and-videos/" class="button black default"> Screenshots</a><a href="http://wp-client.com/testimonials/" class="button black default"> Testimonials</a><a href="http://wp-client.com/pricing-client-management-portal/" class="button blue default"> Download Now</a></div>
<div> </div>
<div><hr /></div>
<p>The post <a href="http://wp-client.com/wordpress-invoicing-plugin/">WordPress Invoicing Plugin</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-invoicing-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Client Download Area</title>
		<link>http://wp-client.com/wordpress-client-download-area/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-client-download-area</link>
		<comments>http://wp-client.com/wordpress-client-download-area/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 21:18:09 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=1794</guid>
		<description><![CDATA[<p>Today WordPress powers one of every 6 websites on the Internet, nearly 60 million in all, with 100,000 more popping up each day. If you&#8217;re looking for a Client Download Area though, WordPress isn&#8217;t perfectly setup for that out of &#8230; <a href="http://wp-client.com/wordpress-client-download-area/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/wordpress-client-download-area/">WordPress Client Download Area</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/52699527?autoplay=1" frameborder="0" width="675" height="190"></iframe></p>
<p>Today WordPress powers one of every 6 websites on the Internet, nearly 60 million in all, with 100,000 more popping up each day.</p>
<p>If you&#8217;re looking for a Client Download Area though, WordPress isn&#8217;t perfectly setup for that out of the box. A plugin is what&#8217;s needed.</p>
<p>WordPress was created to be a console for writing a blog, however one doesn&#8217;t need to use it as a blogging and site-building device. By incorporating some modifications you can use it in order to operate your websites, without or with a “blog.” The belief that WordPress principal purpose is as a blogging service provides it with a number of persuasive positive aspects.</p>
<p>It really is enhanced for simply producing and changing articles and other content. And acquiring great search engine results positioning demands fresh new, original unique content. You&#8217;ll need a method that will not get in your way when you need to improve your web page with a brand new write-up or ezine.</p>
<table style="width: 100%; background-color: #dddddd; border: 1px solid #dddddd;" border="1" cellspacing="5" cellpadding="5">
<tbody>
<tr style="background-color: #dddddd;">
<td style="background-color: #dddddd; border: 0px solid #dddddd; width: 10%;"><img class="size-medium wp-image-2132 " style="border: 0px; margin: 0px;" title="Wordpress Client Download Area" src="http://wp-client.com/wp-content/uploads/2012/11/wordpress-client-download-area-300x209.jpg" alt="Wordpress Client Download Area" width="300" height="209" /></td>
<td style="border: 1px solid #dddddd; background-color: #dddddd;" valign="top">With that in mind, you&#8217;ll need a purpose built plugin in order to incorporate a WordPress Client Download Area, and that plugin exists already&#8230; no need to have it created from scratch.</p>
<p>It&#8217;s really easy with this method to create a unique download area for each client, and only let that client download the files that are assigine to them.</p>
<p>WP-Client was built from the ground up to meet all the needs of businesses who need to interact with clients or customers.</p>
</td>
</tr>
</tbody>
</table>
<p>The post <a href="http://wp-client.com/wordpress-client-download-area/">WordPress Client Download Area</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/wordpress-client-download-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Client Area for WordPress</title>
		<link>http://wp-client.com/createclient-area-for-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=createclient-area-for-wordpress</link>
		<comments>http://wp-client.com/createclient-area-for-wordpress/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 20:48:56 +0000</pubDate>
		<dc:creator>WP-Client Dev Team</dc:creator>
				<category><![CDATA[WP-Client.com Featured Uses Blog]]></category>

		<guid isPermaLink="false">http://wp-client.com/?p=2068</guid>
		<description><![CDATA[<p>This past year WordPress completed a worldwide survey, asking fundamental questions regarding what individuals do with WordPress. Over 18,000 people responded from around the globe, which makes it a great indicator of methods individuals are faring within the WordPress economy. &#8230; <a href="http://wp-client.com/createclient-area-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://wp-client.com/createclient-area-for-wordpress/">Create Client Area for WordPress</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This past year WordPress completed a worldwide survey, asking fundamental questions regarding what individuals do with WordPress. Over 18,000 people responded from around the globe, which makes it a great indicator of methods individuals are faring within the WordPress economy. We are able to have a look in the results later, however it makes sense in the feedback, that a number of these websites are used for business, and lots of of individuals business possess a special, unique need &#8211; and that is getting together with their customers or clients.</p>
<p>To create a client area for WordPress, one would either need to hire a custom programming team to modify and build on WordPress to create the end product, or they may hope that there is a plugin out there already that aims to fulfill their needs.</p>
<p>To fit the needs of most businesses that want to create a client area for wordpress, the plugin would have to:</p>
<ul>
<li>Create private &amp; unique logins and client portals where the site admins could upload files and present images, docs, etc&#8230;. for the client.</li>
<li>Permit the admin to customize all features to fit the appearance, look &amp; feel of the existing site.</li>
<li>Make everything automated so that repetitive tasks don&#8217;t have to be done over and over</li>
<li>Allow Clients to register themselves, and then wait for approval.</li>
<li>Be able to group clients into &#8216;Circles&#8217; and assign permissions based on group affiliation</li>
<li>Incorporate a Private Messaging feature</li>
</ul>
<p>Luckily, the Dev Team at WP-Client ( http://WP-Client.com ) has already developed and refined this plugin, and offers the plugin, and the associated support at their website.</p>
<p>Now the results of the WordPress survey</p>
<ul>
<li>53% of respondents described themselves as WordPress developers.</li>
<li>36% described themselves as self-employed WordPress developers.</li>
<li>170,000 websites had been built by survey respondents.</li>
<li>61% of respondents use WordPress just as a CMS, 31% as a CMS and a blog, and only 8% as just a blog.</li>
<li>Respondents reported being paid between $5 – $2000 per hour (sadly, the $2,000 per hour report is not from me).</li>
<li>The average hourly rate is $58 and the median is $50.</li>
<li>2,800 people use WordPress as their primary source of income.</li>
</ul>
<p>Now those are some interesting stats. And with 14.7% of the internet running WordPress, and 22% of new domains running on WordPress (as of August 2011) we can expect exponential growth.</p>
<p>The post <a href="http://wp-client.com/createclient-area-for-wordpress/">Create Client Area for WordPress</a> appeared first on <a href="http://wp-client.com">WP-Client Dev Team</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wp-client.com/createclient-area-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
