<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WPCandy</title>
	
	<link>http://wpcandy.com</link>
	<description />
	<pubDate>Thu, 23 Jul 2009 19:41:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/wpcandy" type="application/rss+xml" /><feedburner:emailServiceId>wpcandy</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Moving Day: A Guide for Moving One WordPress Site to Another</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/zlRW_rA4NP8/moving-wordpress.html</link>
		<comments>http://wpcandy.com/articles/tutorials/moving-wordpress.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:40:19 +0000</pubDate>
		<dc:creator>Ryan Imel</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[faq]]></category>

		<category><![CDATA[moving wordpress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1917</guid>
		<description><![CDATA[One of the best parts of WordPress is just how easy it is, not only to import content in from other content management systems, but to export and take all of your content with you out of WordPress itself. There isn&#8217;t the feeling, like with so many systems and web apps out there, that you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best parts of WordPress is just how easy it is, not only to import content in from other content management systems, but to export and take all of your content with you out of WordPress itself. There isn&#8217;t the feeling, like with so many systems and web apps out there, that you are deliberately being locked down into using one particular system. And like anything, there is an art to moving your WordPress site from one location to another.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/movingday.png" alt="Moving Day post graphic" title="Moving Day post graphic" width="600" height="250" class="alignnone size-full wp-image-1930" /></p>
<h3>Why move?</h3>
<p>There could be any number of reasons for moving your site to a new location. Perhaps you are changing hosting providers (as we all do at one point or another) and are moving all of your <em>stuff</em> someplace new. Most of the time, for me, it&#8217;s because I&#8217;m setting up a client&#8217;s site based on a local or remote testing installation. </p>
<p>A better question would probably be: <em>why test?</em> More often that not you will be moving a WordPress site to a new location because you first had it in place, testing it. And this is only smart. Live testing, where people know how to find it, is never smart. Testing it in secret can help you foresee and diagnose many of the potential problems, and help you save face once you turn it live.</p>
<p>In the 100 or so odd times I&#8217;ve moved a WordPress site from one location to another, I&#8217;ve casually put together a mental checklist that I go through to make sure I hit all of the points I need to, and to speed the process up. Consider this a mental brain dump, for your benefit.</p>
<p><span id="more-1917"></span></p>
<h3>First things first: handle your content</h3>
<p>The most important part of your site, you&#8217;ll want to move over your content first. When I say content, of course, I&#8217;m talking about a couple of different things. Most obviously it&#8217;s your database export. You can grab the <code>XML</code> file of that content at Tools &gt; Export. This is pretty straightforward, and shouldn&#8217;t really confuse you.</p>
<p>If you are moving from one remote host location to another, then moving content is pretty simple. In your new WordPress installation, go to Tools &gt; Import and select the file you just exported from your other site. Be sure to check the box that will download and import all of the files from the other site you&#8217;re moving from. This will grab any images/files you uploaded and reconstruct the uploads folder appropriately. </p>
<p>If you&#8217;re moving from a local WordPress site to a remote one (let&#8217;s say you&#8217;ve been testing locally, for instance) then this process is a little bit more difficult. You can&#8217;t actually trust WordPress to find and import all of your files, since your site is hosted locally, and WordPress won&#8217;t look on your computer. So in this case you&#8217;re going to have to grab your <code>wp-content/uploads</code> folder manually, and move it over.</p>
<p>The easiest way to make sure all of the files are linked up correctly throughout your site is to use a nifty Plugin called <a href="http://wordpress.org/extend/plugins/search-and-replace/" title="Search and Replace Plugin for WordPress">Search and Replace</a>. It will run through all of your content &mdash; pages, posts, everything &mdash; and replace any string with another string. So, have it replace your original site&#8217;s URL (only the beginning, before the <code>/wp-content</code> part starts) with your new one. This should cover your bases pretty well.</p>
<h3>Move over relevant Plugins</h3>
<p>Now turn your gaze to your <code>wp-content/plugins</code> folder. One of the reasons I like testing before pushing a WordPress site live is that I often go through a couple of Plugin options when solving simple problems. Odds are that I&#8217;ll have a number of Plugin choices that I <em>didn&#8217;t</em> use lying around, cluttering things up. So when I push everything to its live location, I&#8217;ll only take the Plugins I&#8217;m actually using. I suggest you do the same thing.</p>
<h3>Match relevant settings</h3>
<p>You&#8217;ll want to make sure that your settings are the same between your two installs as well. The easiest way to do this is just to open up two tabs and run through all of the screens within your Settings tab of the Dashboard and make sure everything is the same. Depending on the number of Plugins you normally run, this may be a fairly large endeavor.</p>
<p>A couple of things I always watch out for:</p>
<ul>
<li>Be sure that the home page and blog page are set correctly on the <strong>Settings &gt; Reading</strong> page.</li>
<li>Check that your comment settings (in <strong>Settings &gt; Discussion</strong>) are set the same, specifically the number of threaded comments you&#8217;re allowing.</li>
<li>Set your permalinks (<strong>Settings &gt; Permalinks</strong>) to be what you had them before. Otherwise, any linking you did within your site will likely be screwed up, even using the <a href="http://wordpress.org/extend/plugins/search-and-replace/" title="Search and Replace Plugin for WordPress">Search and Replace Plugin</a>.</li>
</ul>
<p><strong>Note:</strong> If you do happen to change your Permalinks structure, use a Plugin like <a href="http://wordpress.org/extend/plugins/redirection/" title="Redirection Plugin for WordPress">Redirection</a> to send URLs to their new locations.</p>
<h3>What do you do when moving your sites?</h3>
<p>Every site move brings its own problems and frustrations. Odds are you&#8217;ve discovered your own methods for making this a painless process, and that you&#8217;ve come across some ideas that I haven&#8217;t. Speak up in the comments.
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/tutorials/moving-wordpress.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/tutorials/moving-wordpress.html</feedburner:origLink></item>
		<item>
		<title>Freelancing with WordPress: The Future of Invoicing with WordPress</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/4uXnFT9ao38/invoicing-with-wordpress.html</link>
		<comments>http://wpcandy.com/articles/tutorials/invoicing-with-wordpress.html#comments</comments>
		<pubDate>Sat, 18 Jul 2009 02:18:44 +0000</pubDate>
		<dc:creator>JD Bentley</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[freelancing]]></category>

		<category><![CDATA[invoicing]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1970</guid>
		<description><![CDATA[Getting paid is the single most important thing that happens for a freelancer. If you didn&#8217;t want to be paid, you wouldn&#8217;t be a freelancer! To manage their finances, many freelancers use subscription-based web apps like Freshbooks or Harvest. This may be changing fairly soon, though. WordPress already offers a few invoicing solutions, the most [...]]]></description>
			<content:encoded><![CDATA[<p>Getting paid is the single most important thing that happens for a freelancer. If you didn&#8217;t want to be paid, you wouldn&#8217;t be a freelancer! To manage their finances, many freelancers use subscription-based web apps like Freshbooks or Harvest. This may be changing fairly soon, though. WordPress already offers a few invoicing solutions, the most notable of which is <a href="http://twincitiestech.com/services/wp-invoice/" title="WP-Invoice for WordPress">WP-Invoice</a>.</p>
<p>Even with these options, however, WordPress lacks a killer invoicing app&#8230; for now.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/freelance-invoicing.png" alt="Invoicing with WordPress" title="Invoicing with WordPress" width="600" height="250" class="alignnone size-full wp-image-1986" /></p>
<p><span id="more-1970"></span></p>
<h3>Introducing InvoicePro</h3>
<p>InvoicePro, slated for a Fall 2009 release, is an open source theme for WordPress currently being developed by John Kolbert. The best part about InvoicePro, in my opinion, is that almost everything will be done on the frontend without having to use the WordPress admin. This was my problem with many of the other options I&#8217;ve reviewed in this series and I&#8217;m glad to see one project really making an easy-to-use interface a priority.</p>
<p><img class="aligncenter size-full wp-image-1971" src="http://wpcandy.com/wp-content/uploads/2009/07/invoicepro.png" alt="invoicepro" width="600" height="333" /></p>
<h3>What will InvoicePro do?</h3>
<p>InvoicePro will be able to take care of the things you are using Freshbooks or Harvest for. John Kolbert has <a href="http://www.johnkolbert.com/wordpress/wphirecom-a-wp-freelancers-dream-come-true/">published a list of planned features for InvoicePro</a>. For a freelancer, these features include:</p>
<ul>
<li>Track client contact info</li>
<li>Create estimates</li>
<li>Receive notification of client approval of estimates</li>
<li>Send invoices</li>
<li>Allow client viewing of invoices/estimates through encrypted link or force registration</li>
<li>Send and receive comments to/from clients directly on the estimate page</li>
<li>Collect payments via PayPal</li>
<li>View historical data (and save to PDF)</li>
</ul>
<p>and for your clients:</p>
<ul>
<li>View estimates and invoices quickly by using an encrypted link</li>
<li>Returning clients can view work history (if registered)</li>
<li>Save invoices directly as PDFs</li>
<li>Approve estimates</li>
<li>Pay invoices directly via PayPal</li>
<li>Leave comments on projects</li>
</ul>
<h3>WPHire.com - The Premium, Hosted InvoicePro Solution</h3>
<p>InvoicePro will be totally free and open source. That means anyone who knows how to setup a WordPress blog can download it and use it for themselves. However, John will also be releasing a hosted invoicing solution based on InvoicePro called WPHire which will be specifically marketed as an invoice solution for WordPress developers. It&#8217;s expected to cost $5 - $10 per month and will keep users from worrying about maintenance, setup or hosting.</p>
<h3>Conclusion</h3>
<p>Of everything I&#8217;ve covered, this project is by far the one I&#8217;m most excited about. The mockup looks very promising and John Kolbert is very capable. As a slave to Freshbooks I can&#8217;t wait to try it out for myself.</p>
<p>If you&#8217;d like to help with the project, John is <a href="http://www.johnkolbert.com/wordpress/wphirecom-a-wp-freelancers-dream-come-true/">taking donations here</a> (scroll to the bottom). You can also get updates about WPHire by signing up for the newsletter at <a href="http://www.wphire.com">WPHire.com</a>.
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/tutorials/invoicing-with-wordpress.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/tutorials/invoicing-with-wordpress.html</feedburner:origLink></item>
		<item>
		<title>Freelancing with WordPress: Setting Up Your Portfolio Using WordPress</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/icRqWto7_VE/portfolio-using-wordpress.html</link>
		<comments>http://wpcandy.com/articles/portfolio-using-wordpress.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:31:59 +0000</pubDate>
		<dc:creator>JD Bentley</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[freelancing]]></category>

		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1939</guid>
		<description><![CDATA[When I started freelancing almost two years ago I knew absolutely nothing about WordPress.  When the time came to put my design work online, I had no clue where it should go. For a while I organized files in an Elance portfolio, but that was a complicated and ugly mess, especially back then. After that [...]]]></description>
			<content:encoded><![CDATA[<p>When I started freelancing almost two years ago I knew absolutely nothing about WordPress.  When the time came to put my design work online, I had no clue where it should go. For a while I organized files in an Elance portfolio, but that was a complicated and ugly mess, especially back then. After that I moved on to CarbonMade.com. It has a great design and slick interface, but it’s limited and it’s not free (as in beer or speech). CarbonMade always felt “good enough” but was never what I really wanted.</p>
<p>Thank God I learned a little more about WordPress!</p>
<p>While WordPress’ <a href="http://wpcandy.com/articles/tutorials/freelancing-wordpress-project-management.html">project management capabilities are still developing</a> and its <a href="http://wpcandy.com/articles/tutorials/freelancing-with-wordpress-contact-management.html">contact management is adequate</a>, creating and managing a portfolio is where WordPress really shines! There are almost too many portfolio themes to count and new ones are being developed all the time. Here are a few of the best portfolio themes for WordPress.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/freelance-portfolio.png" alt="Freelancing, Building your portfolio" title="Freelancing, Building your portfolio" width="600" height="250" class="alignnone size-full wp-image-1967" /></p>
<p><span id="more-1939"></span></p>
<h3>Paid Portfolio Themes</h3>
<p><img class="aligncenter size-full wp-image-1941" src="http://wpcandy.com/wp-content/uploads/2009/07/proudfolio.jpg" alt="proudfolio" width="600" height="281" /></p>
<p style="text-align: center;"><strong><a href="http://www.woothemes.com/2008/06/proudfolio/">Proudfolio</a> | <a href="http://www.woothemes.com/demo/?t=8">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-1947" src="http://wpcandy.com/wp-content/uploads/2009/07/photographic.jpg" alt="photographic" width="600" height="299" /><a href="http://www.press75.com/the-photo-graphic-wordpress-theme/">Photo Graphic</a> | <a href="http://www.press75.com/demos/photo-graphic/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-1950" src="http://wpcandy.com/wp-content/uploads/2009/07/blackcanvas.jpg" alt="blackcanvas" width="600" height="299" /><a href="http://www.studiopress.com/themes/blackcanvas">Black Canvas</a> | <a href="http://www.studiopress.com/demo/blackcanvas/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-1952" src="http://wpcandy.com/wp-content/uploads/2009/07/mavenportfolio.jpg" alt="mavenportfolio" width="600" height="298" /><a href="http://themeforest.net/item/maven-portfolio-wordpress/49522">Maven Portfolio</a> | <a href="http://themes.chrisfay.net/mavenWordpress/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;">
<h3>Free Portfolio Themes</h3>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1955" src="http://wpcandy.com/wp-content/uploads/2009/07/snapshot.jpg" alt="snapshot" width="600" height="298" /><strong><a href="http://www.woothemes.com/2008/10/snapshot/">Snapshot</a> | <a href="http://www.woothemes.com/demo/snapshot/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1957" src="http://wpcandy.com/wp-content/uploads/2009/07/sharpfolio.jpg" alt="sharpfolio" width="600" height="297" /><strong><a href="http://webrevolutionary.com/sharpfolio/">Sharpfolio</a> | <a href="http://webrevolutionary.com/sharpfolio-demo/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1959" src="http://wpcandy.com/wp-content/uploads/2009/07/portfoliowordpresstheme.jpg" alt="portfoliowordpresstheme" width="600" height="298" /><strong><a href="http://www.dailywp.com/portfolio-wordpress-theme/">Portfolio WordPress Theme</a> | <a href="http://sponsoredwp.info/portfolio/">Demo</a></strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><strong> </strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-1962" src="http://wpcandy.com/wp-content/uploads/2009/07/linquist.jpg" alt="linquist" width="600" height="299" /><a href="http://redworks.sk/wp-themes/linquist/">Linquist</a> | <a href="http://linquist.redworks.sk/">Demo</a><br />
</strong></p>
<p style="text-align: center;">]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/portfolio-using-wordpress.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/portfolio-using-wordpress.html</feedburner:origLink></item>
		<item>
		<title>Freelancing with WordPress: Using WordPress to Manage Contacts</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/SqLJcXl9ZMY/freelancing-with-wordpress-contact-management.html</link>
		<comments>http://wpcandy.com/articles/tutorials/freelancing-with-wordpress-contact-management.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:18:27 +0000</pubDate>
		<dc:creator>JD Bentley</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[contacts]]></category>

		<category><![CDATA[freelancing]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1911</guid>
		<description><![CDATA[In the course of your freelancing career you&#8217;ll run into plenty of people for every project you work on. It can be pretty hectic to keep everybody organized in your head so it&#8217;s highly recommended that you use some form of contact management system. For some of you that might be Outlook or Gmail or [...]]]></description>
			<content:encoded><![CDATA[<p>In the course of your freelancing career you&#8217;ll run into plenty of people for every project you work on. It can be pretty hectic to keep everybody organized in your head so it&#8217;s highly recommended that you use some form of contact management system. For some of you that might be Outlook or Gmail or Thunderbird. Others might use 37signals&#8217; Highrise or manage contacts within Basecamp and others still might use a simple notebook.</p>
<p>But I offer you another solution, arguably a better solution &mdash; WordPress!</p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/freelance-contacts.png" alt="Freelancing with WordPress: Contact Management" title="Freelancing with WordPress: Contact Management" width="600" height="250" class="alignnone size-full wp-image-1933" /></p>
<p><span id="more-1911"></span></p>
<h3>Introducing WP Contact Manager</h3>
<p>Unlike <a href="http://wpcandy.com/articles/tutorials/freelancing-wordpress-project-management.html">using WordPress for Project Management</a>, contact management for WordPress has a clear-cut and nearly complete solution that is a pleasure to work with and easy to learn. <a href="http://artisanthemes.com/themes/wp-contact-manager/">WP Contact Manager</a> is a stand-alone theme for WordPress by <a href="http://www.artisanthemes.com">Artisan Themes</a> that allows you to turn WordPress into a full-fledged contact management system. The theme can also be used in conjunction with plugins such as <a href="http://wordpress.org/extend/plugins/members-only/">Members Only</a> for keeping your contacts private, <a href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/">Related Posts</a> for displaying related contacts, and <a href="http://wordpress.org/extend/plugins/search-everything/">Search Everything</a> for displaying custom search options.</p>
<p><img class="aligncenter size-full wp-image-1921" src="http://wpcandy.com/wp-content/uploads/2009/07/contactmanager.jpg" alt="contactmanager" width="600" height="225" /></p>
<h3>The Interface</h3>
<p>WP Contact Manager has a very organized and professional-looking interface, one that you would expect from a more mature commercially-developed app. The homepage displays a list of the most recently added contacts, a search form and a tag cloud.</p>
<p><img class="aligncenter size-full wp-image-1924" src="http://wpcandy.com/wp-content/uploads/2009/07/contactmanager-profile1.jpg" alt="contactmanager-profile1" width="600" height="238" /></p>
<p>If you click on any contact&#8217;s name you are taken to a more detailed view. You can see (and add) pretty much any information you want for your contacts &#8212; name, address, email, websites, phone numbers. Each contact also gets User Notes, which are more or less a comments section for the contact. I can imagine this coming in handy if you are collaborating with others or even just working alone and you want to keep track of the actions already taken and the next actions for the contact. Additional Notes are more permanent notes for the contact, maybe a description of how you met or why the person is important. These are added as a normal post would be in WordPress.</p>
<p><img class="aligncenter size-full wp-image-1926" src="http://wpcandy.com/wp-content/uploads/2009/07/contactmanager-newcontact.jpg" alt="contactmanager-newcontact" width="600" height="313" /></p>
<h3>Using WP Contact Manager</h3>
<p>With WP Contact Manager, a new contact can be added by clicking &#8220;Add New Contact&#8221; in the top menu of any public facing page. This will take you to the WordPress post admin. All the contact information is added using custom fields except for the Additional Notes which can be added with the WYSIWYG editor. It&#8217;s kind of quirky at first. For example, the first two contacts I added never took because I didn&#8217;t give the contact a title. I just added in the custom fields information. So, I had to type the name twice, once for the title and once for the custom fields. It&#8217;s not a big deal, just redundant.</p>
<h3>Conclusion</h3>
<p>WP Contact Manager is great. It really does get the job done and, for me at least, it is comparable to Highrise (which I love). It&#8217;s a pleasure to use and does exactly what you expect it to. There are a couple things that could be done to improve it, though.</p>
<p><strong>1. Theme Options or Child Themes</strong></p>
<p>I would love to see the ability to change colors and background images. Even better, maybe, would be the availability of some child themes for it. Just something to make it more slick and contemporary.</p>
<p><strong>2. No WordPress Admin</strong></p>
<p>It really shouldn&#8217;t use the WordPress admin for adding contacts as it&#8217;s not particularly friendly to newcomers. Adding new contacts but saying &#8220;Add Post&#8221; is confusing. I&#8217;d like to see a custom made admin page that follows the same design as all the other pages without extraneous options like the WordPress admin sidebar. It really needs an admin specifically designed for someone adding a contact.</p>
<p>WP Contact Manager isn&#8217;t being actively developed right now, so I don&#8217;t know when (if ever) we might see these improvements, but even without them, WP Contact Manager is one of the best solutions out there. If you haven&#8217;t given it a try, do so today!</p>
<p><a href="http://artisanthemes.com/themes/wp-contact-manager/">Download WP Contact Manager</a></p>
<p>Do you use WordPress to manage contacts? Is there a way to use it that I haven&#8217;t found yet? Let us know in the comments!</p>
<p><hr /></p>
<p><em>JD Bentley is a freelance designer, WordPress developer and entrepreneur. His writing can also be found at <a href="http://wageslaverebel.com" title="Wage Slave Rebel, by JD Bentley">wageslaverebel.com</a> and <a href="http://jdbentley.com" title="JD Bentley's blog">jdbentley.com</a>.</em></p>
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/tutorials/freelancing-with-wordpress-contact-management.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/tutorials/freelancing-with-wordpress-contact-management.html</feedburner:origLink></item>
		<item>
		<title>Freelancing with WordPress: Using WordPress as a Project Management App</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/5Eut_qOD5VM/freelancing-wordpress-project-management.html</link>
		<comments>http://wpcandy.com/articles/tutorials/freelancing-wordpress-project-management.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:50:35 +0000</pubDate>
		<dc:creator>JD Bentley</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[freelancing]]></category>

		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1887</guid>
		<description><![CDATA[If you freelance, youʼre no doubt familiar with 37signalsʼ Basecamp. Since launching in 2004 it has become the standard for online project management, claiming a legion of notable users such as USA Today, National Geographic, Patagonia, Threadless and Kelloggʼs. Itʼs just as popular with small businesses, non-proﬁts, independent web workers, and&#8230; me.
As a freelancer who makes [...]]]></description>
			<content:encoded><![CDATA[<p>If you freelance, youʼre no doubt familiar with 37signalsʼ Basecamp. Since launching in 2004 it has become the standard for online project management, claiming a legion of notable users such as USA Today, National Geographic, Patagonia, Threadless and Kelloggʼs. Itʼs just as popular with small businesses, non-proﬁts, independent web workers, and&#8230; me.</p>
<p>As a freelancer who makes a living with WordPress , I couldnʼt help but feel like a sellout using Basecamp when I knew my site was sitting on top of arguably the most extendable and powerful publishing platform on the web. Realizing I could save myself $12 per month and keep in line with my open source philosophy, I set out to create my own self-hosted project management app built on top of WordPress from resources freely available on the web.</p>
<p>There turned out to be a few different options.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/freelance2_color.png" alt="Freelancing with WordPress, Project Management" title="Freelancing with WordPress, Project Management" width="617" height="269" class="alignnone size-full wp-image-1892" /></p>
<p><span id="more-1887"></span></p>
<h3>WP-Project (<a href="http://wordpress.org/extend/plugins/wp-project" title="Download WP-Project from WordPress Extend">download the Plugin</a>)</h3>
<p>WP-Project is a plugin written by Nick Ohrn that allows WordPress users to manage projects from within the WordPress admin. You can track clients, track projects by client, add and track tasks by project, and track the amount of time youʼve spent on a project. WP-Project is the most complete solution that Iʼve found for managing projects using WordPress. Itʼs fairly easy to use and has enough features that it could potentially replace Basecamp for a user like me. </p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/wpproject_screenshot.png" alt="Screenshot of WP Project in the Plugins directory" title="Screenshot of WP Project in the Plugins directory" width="600" height="316" class="aligncenter size-full wp-image-1900" /></p>
<p>However, itʼs not without itʼs quirks and shortcomings, most notably the interface. The Dashboard doesnʼt summarize your information in any useful way. It has a smashed sort of look to it. Thatʼs not to say itʼs bad, but the author knows its shortcomings and clearly intended to improve upon them. </p>
<p>With a better interface, this could be one of <strong>the</strong> top WordPress plugins for freelancers, period. </p>
<h3>P2 (<a href="http://wordpress.org/extend/themes/p2" title="Download P2">download the theme</a>)</h3>
<p>If you donʼt mind stepping outside of the project management box (you know, the one that dictates all project management systems resemble Basecamp), then youʼll see P2 is actually a pretty elegant and minimalist solution. </p>
<p>For those who havenʼt yet seen or used P2, itʼs a theme that allows WordPress to exist somewhere between a traditional blog and Twitter. Once youʼre logged in, you can send messages directly from the homepage via a box that resembles a Twitter status update box, but without the 140 character limit. </p>
<p><img src="http://wpcandy.com/wp-content/uploads/2009/07/p2theme_screenshot.png" alt="P2 theme screenshot" title="P2 theme screenshot" width="600" height="322" class="aligncenter size-full wp-image-1904" /></p>
<p>Why use P2 for project management? It updates in realtime! This allows for quick collaboration and planning, which is especially handy when dealing with remote workers. In fact, Automattic &#8212; the company behind WordPress &#8212; created P2 precisely for this reason. </p>
<h3>Plain Old WordPress</h3>
<p>Thatʼs right, you <strong>can</strong> use WordPress, unaltered, for project management. To me, this has turned out to be the least frustrating and most efﬁcient system precisely because it uses features already built into the platform, features you already know how to use. </p>
<p>For each project you have, create a category. Itʼs really that simple. You can create a post with whatever information, images, videos or other ﬁles you need attached, connect it to the project category and then youʼll be able to sort and comment every task as you go along. </p>
<p>There are probably more elaborate systems for using an unaltered WordPress for project management, maybe with themes designed with the purpose of properly organizing each project category and the posts they contain. It also might be helpful to install one of the many to do list plugins. </p>
<p>For me, though, simple is best and if simple works, why clutter it up with extra &#8220;features&#8221; anyway? </p>
<h3>Conclusion</h3>
<p>After checking out all these options Iʼve found the “WordPress-as-Project-Management-System” experience to be extremely lacking. The options are either simple enough that they could be replaced with Google Docs or a simple notebook or so complex that trying to use them is nearly impossible. There simply is no killer project management plugin for WordPress&#8230; yet. </p>
<p>I think it is worth noting that the best replacement Iʼve found for Basecamp is an open source project called Project Pier which does almost everything Basecamp does. Itʼs even themeable and they have some pretty slick options. If you want a self-hosted project management solution, <a href="http://www.projectpier.org/" title="Project Pier for project management">Project Pier</a> is deﬁnitely the way to go.</p>
<p>Iʼm sure this isnʼt a deﬁnitive list of project management solutions for WordPress, though. Maybe youʼve even found something thatʼs better than Basecamp. Maybe youʼre developing it. If you know of any other plugins or methods for using WordPress as a project management system, let us know in the comments!</p>
<p><hr /></p>
<p><em>JD Bentley is a freelance designer, WordPress developer and entrepreneur. His writing can also be found at <a href="http://wageslaverebel.com" title="Wage Slave Rebel, by JD Bentley">wageslaverebel.com</a> and <a href="http://jdbentley.com" title="JD Bentley's blog">jdbentley.com</a>.</em></p>
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/tutorials/freelancing-wordpress-project-management.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/tutorials/freelancing-wordpress-project-management.html</feedburner:origLink></item>
		<item>
		<title>Creating Widgets in WordPress 2.8 with the Widget API</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/MO4Kd-x3ip4/creating-widgets-in-wordpress-28-with-the-widget-api.html</link>
		<comments>http://wpcandy.com/community/creating-widgets-in-wordpress-28-with-the-widget-api.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:29:10 +0000</pubDate>
		<dc:creator>Michael Castilla</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1879</guid>
		<description><![CDATA[Earlier this week, we published a post about working with the WordPress 2.8 Actions API, so here&#8217;s a post by WooCamp on working with the Widgets API. The post covers how to create a simple, multi-instance widget for adding posts to your sidebar.
]]></description>
			<content:encoded><![CDATA[<p>Earlier this week, we published a post about working with the <a href="http://wpcandy.com/articles/tutorials/a-guide-to-the-actions-api.html">WordPress 2.8 Actions API</a>, so here&#8217;s a post by WooCamp on working with the <a href="http://camp.woothemes.com/2009/06/creating-widgets-in-wordpress-2-8-with-the-widget-api/">Widgets API</a>. The post covers how to create a simple, multi-instance widget for adding posts to your sidebar.
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/community/creating-widgets-in-wordpress-28-with-the-widget-api.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/community/creating-widgets-in-wordpress-28-with-the-widget-api.html</feedburner:origLink></item>
		<item>
		<title>A Guide to the Actions API</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/rn4CSdOu_6Q/a-guide-to-the-actions-api.html</link>
		<comments>http://wpcandy.com/articles/tutorials/a-guide-to-the-actions-api.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:00:49 +0000</pubDate>
		<dc:creator>Ptah Dunbar</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1861</guid>
		<description><![CDATA[WordPress theme frameworks have been all the rave nowadays, and rightly so. Everybody&#8217;s either using one or rolling their own flavor. Theme frameworks introduce several new concepts to theme authoring that till now, only plugin developers have been taking advantage of. In this article, I&#8217;m going to introduce you to the actions API, and break [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress theme frameworks have been all the rave nowadays, and rightly so. Everybody&#8217;s either using <a href="http://codex.wordpress.org/Theme_Frameworks">one</a> or rolling <a href="http://twitter.com/bgardner/status/2106266257">their own flavor</a>. Theme frameworks introduce several new concepts to theme authoring that till now, only plugin developers have been taking advantage of. In this article, I&#8217;m going to introduce you to the actions API, and break it down so you can understand how it all works.<span id="more-1861"></span>If you don&#8217;t already know about action hooks, they&#8217;re simple little functions that act as a placeholder to allow other functions to &#8220;hook&#8221; into that particular spot where the placeholder function was called at. Here&#8217;s an example to demonstrate that:</p>
<p><code>wp_head()</code> an action hook which is located in your theme&#8217;s header.php is a prime example of how action hooks work. <code>wp_head</code> is located in your theme&#8217;s header.php. Let&#8217;s take a peak at the source:</p>
<pre>/**
 * Fire the wp_head action
 *
 * @since 1.2.0
 * @uses do_action() Calls 'wp_head' hook.
 */
function wp_head() {
	do_action('wp_head');
}</pre>
<p>As you&#8217;ll notice, there&#8217;s nothing actually in <code>wp_head</code> that prints out any scripts or meta tags. <code>wp_head</code> simply calls a <code>do_action</code> function with the first parameter being <code>wp_head</code>. And that&#8217;s where the magic lies: <code>do_action();</code></p>
<p>In order to create an action hook, you simply need to create a placeholder function that calls <code>do_action();</code> with the first parameter being the name of the desired hook. Typically, you&#8217;d want the name to be exactly what the function name is, but it can be anything you&#8217;d like; as long as the name isn&#8217;t already in use.</p>
<p>Now here&#8217;s how the magic works: Once you call the <code>do_action('wp_head');</code> with the first parameter being the name of the desired hook, WordPress registers this call into the system. With the hook now registered into the system, we can now call the <code>add_action();</code> function allowing us to hook into wp_head.</p>
<p>Viewing the source of <code>default-filters.php</code> where WordPress hooks into the wp_head action hook reveals this:</p>
<pre>add_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_head', 'feed_links_extra', 3);
add_action('wp_head', 'rsd_link');
add_action('wp_head', 'wlwmanifest_link');
add_action('wp_head', 'index_rel_link');
add_action('wp_head', 'parent_post_rel_link', 10, 0);
add_action('wp_head', 'start_post_rel_link', 10, 0);
add_action('wp_head', 'adjacent_posts_rel_link', 10, 0);
add_action('wp_head', 'locale_stylesheet');
add_action('wp_head', 'noindex', 1);
add_action('wp_head', 'wp_print_styles', 8);
add_action('wp_head', 'wp_print_head_scripts', 9);
add_action('wp_head', 'wp_generator');</pre>
<p>More than a dozen functions get hooked into <code>wp_head</code> by default. You&#8217;ll notice that the first parameter is wp_head, with the second parameter being a PHP function. What <code>add_action</code> does, is register those PHP functions to the <code>wp_head</code> action hook. So whenever a <code>do_action('wp_head');</code> is called, WordPress checks to see if any PHP functions are registered to wp_head, and if so, execute them. And that&#8217;s how the WordPress actions API works.</p>
<p>Now why go through all that trouble when WordPress could have easily included all these functions into the actual theme itself? Well for one, the actions API makes your theme future proof. If you noticed right above the <code>wp_head</code> function, there was a comment stating that it was there <strong>since WordPress 1.2.0</strong>. That&#8217;s a pretty long time, and I can assure you that all those PHP functions registered to the wp_head hook weren&#8217;t there back in those days. Using the actions API, WordPress was able to use one placeholder function and hook in functionality later down the line when needed, like <code>feed_links_extra</code>, which was introduced in WordPress 2.8.</p>
<p>Using the actions API, you can also remove PHP functions registered to a particular hook using <code>remove_action();</code></p>
<pre>remove_action( 'wp_head', 'wp_generator' );</pre>
<p>The first parameter indicates which hook we&#8217;re targeting, and the second is the actual PHP function we&#8217;d like to remove. This function is useful if your using a theme framework and would like to remove some of their default behavior.</p>
<p>So to recap, the actions API allows you to create placeholder functions in your template files, allowing other functions to hook into that particular spot just by registering them using the add_action call. To read more on this topic, here are a few links that also explains the matter:</p>
<ul>
<li><a href="http://codex.wordpress.org/Plugin_API">WordPress Codex Plugin API</a></li>
<li><a href="http://www.nathanrice.net/blog/an-introduction-to-wordpress-action-hooks/">An introduction to Action hooks</a></li>
<li><a href="http://themeshaper.com/action-hooks-wordpress-child-themes/">Using Action Hooks in WordPress Child Themes</a></li>
<li><a href="http://www.raymondselda.com/understanding-action-hooks-in-wordpress/">Understanding Action Hooks In Wordpress</a></li>
</ul>
<p>The actions API is exactly how plugins are able to add features and functionality to WordPress as those little <code>do_action()</code> calls are made all throughout the WordPress core. Nowadays, themes are starting to get more advanced, so they started making use of the actions API to allow more flexibility and future proof. In the next article, I&#8217;ll demonstrate some creative uses for action hooks that you can use in your themes.
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/tutorials/a-guide-to-the-actions-api.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/tutorials/a-guide-to-the-actions-api.html</feedburner:origLink></item>
		<item>
		<title>10 Things You can Do with WordPress Besides Blogging</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/tomNJBk1jlo/10-things-you-can-do-with-wordpress-besides-blogging.html</link>
		<comments>http://wpcandy.com/articles/10-things-you-can-do-with-wordpress-besides-blogging.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 11:00:14 +0000</pubDate>
		<dc:creator>Dan Philibin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Collections]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1857</guid>
		<description><![CDATA[Today you&#8217;re going to learn 10 things you can do with WordPress besides blogging, and whether you&#8217;re a WordPress newbie or longtime veteran - I guarantee that you will learn something after reading this post!
While WordPress is the world&#8217;s most popular self-hosted blogging solution, it&#8217;s also an open source CMS (Content Management Solution).  WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Today you&#8217;re going to learn 10 things you can do with WordPress besides blogging, and whether you&#8217;re a WordPress newbie or longtime veteran - I guarantee that you will learn something after reading this post!</p>
<p>While WordPress is the world&#8217;s most popular self-hosted blogging solution, it&#8217;s also an open source CMS (Content Management Solution).  WordPress is known for it&#8217;s blogging capabilities, but being a CMS as well it can do nearly anything that can be done within a web site.  Like a Forum, photo gallery, web directory, classifieds site, jobs board, news site, and more!  The advantage of doing these kinds of things within WordPress are that you can use it for either blogging or other features in as well!</p>
<p>Imagine being able to create a web directory, but use WP RSS, comments, pingback, plugin, and theme features?  Consider the ability to add a blog within a subsection of a web site without having to install a separate instance of WordPress there (because WP runs your entire site!).</p>
<p>There are probably hundreds (if not thousands) of things you can do with WordPress that aren&#8217;t blogging, but here are the top 10 ones I could think of to get the gears turning inside your head!</p>
<p><span id="more-1857"></span></p>
<h3>1.  Create a Static Web Site</h3>
<p>I&#8217;m amazed sometimes when people don&#8217;t understand why I would want to create a static web site using WordPress.  There are 3 reasons this is the best solution I can think of:</p>
<ol>
<li>Sheer speed of Setup</l>
<li>Plugins and Themes</li>
<li>Future Growth</l>
</ol>
<p>I can setup an entire WordPress web site including database and initial setup options in about 10 minutes.  I can customize it very quickly with a theme.  I can add a very detailed contact form in about 5 minutes with a simple plugin.  With another plugin I can generate an XML sitemap to register with the 3 major search engines.  To do the same with static HTML (even Dreamweaver) would take soooo much longer, and would require extra scripts for a contact form and XML sitemap.</p>
<p>In addition if I created a 10 page static web site for a client using WordPress, I could create a login account for them and they could update their own web site (or add pages) in the future without needing my assistance.  You certainly can&#8217;t do that with a static web site!</p>
<p>If you create a static web site in the future using WordPress - here&#8217;s what you need to know:</p>
<p>As soon as you setup the site, <b>change permalink structure</b> by going to settings -> permalink in your dashboard.  Change the default date based permalink to /%postname%/ like this:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/1-permalink.jpg" alt="" /></p>
<p>Next, since you&#8217;re building a static site you need to <b>assign a static home page</b>.  In settings -> reading in your dashboard assign a static page to display for the home page.  If you&#8217;re going to use the blogging function as well, you can assign it to a sub-page of your blog here as well:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/1-front-page-static.jpg" alt="" /></p>
<p>Last, <b>turn off comments</b>.  You can turn these back on for any invidual pages (or posts if you use the blogging feature later).  Go to settings -> Discussion to turn comments off by default:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/1-turn-off-comments.jpg" alt="" /></p>
<h3>2.  Build a Directory</h3>
<p>Web Directories are old school Internet!  A Directory is just a listing of sites, categorized in some way.  There are blog directories, business directories, web design directories - just about any niche you can think of is available.  To this day people still like directories because unlike a search engine (with millions of results), a good directory usually has great sites categorized by exactly the topic you&#8217;re looking for.  From a web site owner point of view, directories are usually viewed as a great way to build links, traffic, and authority for your site.</p>
<p>Most web directories are built on some custom PHP script developed specifically for that purpose.  Many directories I&#8217;ve seen had a script running the main web site, and then WordPress installed in a sub-folder running a blog.  You don&#8217;t need to do that, because you can actually easlily build your own directory right in WordPress.</p>
<p>You could of course just build a static site, and then create your own pages building a directory by hand.  But that would be a lot of work!  Why not use a free plugin to automate the process a bit.</p>
<p><b>Build a Link Directory</b>:</p>
<p>With Sean Blueston&#8217;s <a href="http://www.seanbluestone.com/wp-link-directory">WP Link Directory Plugin</a> you can build little directory of links with features like categories, search, reciprocal link detection, and the ability to allow paid premium links for a fee via paypal.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-link-directory.jpg" alt="" /></p>
<p>Category pages contain pagerank info, link, and description:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-link-directory-2.jpg" alt="" /></p>
<p>If you&#8217;re looking for something a bit more complex (that you could scale a bit), you need to check out <a href="http://WordPress.org/extend/plugins/odlinks/">Open Directory Links</a>.  You could definitely build your own open directory in WordPress with this:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-open-directory.jpg" alt="" /></p>
<p>It&#8217;s got great style and layout and even RSS feeds available at the category levels.  It even has pagerank, refer to a friend, and add bookmark for each link:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-open-directory2.jpg" alt="" /></p>
<p>Maybe you have more of a business site and a &#8220;business directory&#8221; for your niche would add great value for your client.  The difference between a business and link directory is that a business directory has name, link, and description attributes, but also the ability to support phone number and physical address as well:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-business-directory.jpg" alt="" /></p>
<p>An advanced type of business directory might be one where you have an event that people have to register for, and you want to feature all the companies they work for online.  In that case the <a href="http://WordPress.org/extend/plugins/serad/">Social Events and Registration Directory Plugin</a> is exactly what you&#8217;re looking for.  People can register for an event, get a confirmation email, and it can even support social networking links, RSS feed links, and custom fields.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/2-even-directory.jpg" alt="" /></p>
<h3>3.  Start a Classifieds Site</h3>
<p>Maybe you&#8217;d like to start a classifieds site for your group, organization, commnity, or business.  The coder of the open directory links plugin also makes a <a href="http://www.forgani.com/classified/">WP Classifieds WordPress Plugin</a>!</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/3-classifieds.jpg" alt="" /></p>
<p>It&#8217;s fully featured with post dates and view counts, and a fully featured submit form.  Users can add contact information an image, and they have an wysiwig editor for ads!  Users don&#8217;t have to create an account at all to submit ads, spam is controlled by captcha, and all category pages gave RSS links available for visitors.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/3-classifieds-2.jpg" alt="" /></p>
<p>You can also add classified to a WordPress site with <a href="http://www.awpcp.com">Another WordPress Classifieds Plugin</a>.  It has nice layout, but support the ability to charge for listings.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/3-another-classifieds.jpg" alt="" /></p>
<p>Browsing ads is a breeze with the very flexible layout which shows image, location, date posted, and views.  It&#8217;s very easy to change categories with the dropdown at the top of each page and the ability to change how many ads are listed per page:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/3-another-classifieds-2.jpg" alt="" /></p>
<h3>4.  Create an Article Repository</h3>
<p>Maybe you&#8217;ve seen all those great article repositories online and thought it would be a great idea for a site of your own!  It&#8217;s a great way to get free content and traffic, and there are lots of scripts and programs out there that make setting one up a breeze!  With these plugins you can create your own article directory right in WordPress, and use all the normal WP features and functions available!</p>
<p>Using the <a href="http://WordPress.org/extend/plugins/article-directory-script/">Article Directory Plugin</a> you can easily setup an aricle repository in your WordPress powered site.  It allows you to accept articles submissions, and you can even get targeted content from the article dragon network (you have total control to accept or reject articles).  You can quickly build an article repository with this plugin.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/4-article-directory.jpg" alt="" /></p>
<h3>5.  Make an Image Gallery</h3>
<p>Are you a photographer?  Are you the &#8220;tech guy&#8221; of your family tree?  Are you in charge of the web site for a local group or organization?  Having a baby or wedding?  I can&#8217;t believe the amount of times I got an email with a link to somebody&#8217;s Yahoo account for pictures to a corporate event or small business picnic.  I can&#8217;t count the number of photographers paying big amounts for online photo managers when there are free tools that would allow them to manage photos within their own web site.  There are incredible free plugins available for WordPress for showcasing and displaying images.</p>
<p><a href="http://alexrabe.boelinger.com/WordPress-plugins/nextgen-gallery/">NextGen Gallery</a> is the end-all be-all of plugins for photo management in WordPress.</p>
<p>Some of it&#8217;s abilites are random pics in the sidebar:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/5-nextgen-sidebar.jpg" alt="" /></p>
<p>It has the ability to manage hundreds and thousands of pictures in sortable and categorizable galleries.  You can upload an entire zip file with pictures for inclusion, and it boasts a fully integrated flash slideshow.</p>
<p>You have complete control of home many galleries are displayed per page, you can have an index page listing all galleries, and you control how the galleries are shown, from the size of the images to the attributes beneath them (title, description, link, etc.).</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/5-nextgen-gallery.jpg" alt="" /></p>
<p>Another plugin worth mentioning is the <a href="http://WordPress.org/extend/plugins/page-flip-image-gallery/">Page Flip Image Gallery</a>.  If all you need to do for yourself or your client is display some sample work, show a portfolio, or just a simple image gallery - this is awesome!  It features full screen mode, and you can even use either JPG files or SWF flash files for gallery display!  It has batch upload, upload from URL, and zip file upload.  </p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/5-flipping-book.jpg" alt="" /></p>
<p>If you just need something basic and simple, then the <a href="http://brimosoft.nl/lazyest/">Lazyest Gallery Plugin</a> might be just the right one for you!  It offers automatic thumbnail and slide creation, and you can add comments on images and folders.  It has widgets for random pic and folder list, and you can add captions to all folders and images:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/5-lazyest-gallery.jpg" alt="" /></p>
<p>If you&#8217;re really lazy, maybe all you want to do is just include your already existing photo galleries.  If that&#8217;s the case you might want to check out the plethora of <a href="http://WordPress.org/extend/plugins/search.php?q=picasa">Picasa Plugins</a> or <a href="http://WordPress.org/extend/plugins/search.php?q=flickr">Flickr Plugins</a> for WordPress.</p>
<h3>6.  Build a Review Site</h3>
<p>Another great idea is to build a &#8220;Review Site&#8221; in WordPress.  Let&#8217;s face it, the bulk of the blogs online are talking about something and giving an opinion (review).  There are many sites that review products and services, and there are countless ways of displaying them.  I had said that all 10 of my ideas in this article would be alternatives to blogging, but reviews can be done in pages, but also in running blog fashion with individual posts.  It just depends on how you decide to setup your site and which plugins you decide to utilize.</p>
<p>One way to do this is with the <a href="http://www.paradoxdgn.com/archives/622">Review Box</a> plugin.  By using a simple shortcode, you can add a &#8220;review box&#8221; to any page or post in which you can summarize up pros, cons, and then set a percentage rating:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/6-review-box.jpg" alt="" /></p>
<p>There are also tons of premium themes and plugins for sale so you can create a &#8220;review site&#8221; in WordPress, but if you want to do it on the cheap, in my opinion the best plugin for that is <a href="http://www.gdstarrating.com/">GD Star Rating</a>.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/6-gd-star-rating.jpg" alt="" /></p>
<p>If you want users to be able to rate or review pages or posts, one of the best plugins for that is <a href="http://WordPress.org/extend/plugins/wp-postratings/">WP Post Ratings</a> by Lester Chan.  It allows live ratings by users, and shows vote counts, and average rating:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/6-lester-chan-ratings.jpg" alt="" /></p>
<h3>7.  Start a Discussion Forum</h3>
<p>A discussion forum is probably one of the greatest sources of content you could ever ask for!  It&#8217;s the epitomy of give and take online, usually people asking for help, and experts answering questions to give their expertise (and signature links) greater exposure.</p>
<p>There are countless hacks and plugins for integrating a &#8220;stand-alone&#8221; forum or bulletin boards into WordPress, but most people I&#8217;ve talked to don&#8217;t know that you can can actually create an entire forum inside WordPress itself!</p>
<p><a href="http://simplepressforum.com/download/">Simple:Press Forum</a> allows you to create an entire (and fully featured) threaded discussion forum within WordPress itself.  It has as many (if not more) features than most standalone forums I&#8217;ve used.  It has search, user registration, rss feeds, pagination, breadcrumbs, full stats, fine grained user control.  I&#8217;ve used this plugin several times, and I haven&#8217;t setup a standalone forum script since.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/7-simple-forum.jpg" alt="" /></p>
<p>Another plugin available to create a fully-fledged forum in WordPress is <a href="http://www.fahlstad.se/wp-plugins/wp-forum/">WordPress Forum</a>.  It&#8217;s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or higher.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/7-wp-forum.jpg" alt="" /></p>
<h3>8. Aggregation</h3>
<p>I hope I don&#8217;t catch a lot of flak for this one, because WordPress aggregation is probably the single most abused feature available.  It&#8217;s true, there are so many autoblogging plugins available it&#8217;s not funny - plugins that sploggers and spammers use to create sites with automatic content hoping to get indexed in search engines and make money for free on autopilot.</p>
<p>Aggregation can be used for good, and I don&#8217;t see that many web sites using it that way anymore.  RSS feeds are available for readers to subscribe to your content.  They are also available to keep track of the most recent updates, and you can aggregate the titles, links, and short excerpts of these updates on your web site for your readers (or even just for you).  In addition, there are RSS feed available for things besides blogs you may not have even thought about, AND there are some plugins that provide aggregation without RSS at all - maybe they use an API!</p>
<p>Let me give you some examples&#8230;.</p>
<p>Are you a twitter-holic?  You could use a plugin like <a href="http://WordPress.org/extend/plugins/tweet-blender/">Tweet Blender</a> to aggregate tweets from multiple users and / or specific hashtags:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-twitter-blender.jpg" alt="" /></p>
<p>Next I&#8217;ll show you some great uses of RSS feeds (first) and then directly after I&#8217;ll show you how to &#8220;aggregate&#8221; these feeds into WordPress using a plugin&#8230;</p>
<p>Nearly every category on Craigslist has an RSS feed you can use.  Maybe you belong to an organization, group, or even a band that could benefit from including such a feed on your web site.  A real estate site could list the latest Craigslist rental listings, a musician site could list the latest gear for sale, etc.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-craigslist.jpg" alt="" /></p>
<p>You could do the same thing with eBay.  Maybe your client has a business that lists things on eBay.  Do an advanced search and the bottom of that page has an RSS feed you can use.  Maybe you have a sewing club, you could use an RSS feed from product searches you wanted to track, like fabric sewing machines, patterns, etc.</p>
<p>On ANY eBay search page after the auctions:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-ebay.jpg" alt="" /></p>
<p>scroll down to the bottom of the page and find the RSS link:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-ebay-rss.jpg" alt="" /></p>
<p>You can search on nearly topic using <a href="http://blogsearch.google.com">google blog search</a>, and every search there has an RSS feed as well.  For example, my could could benefit from a page with an aggregation of the lastest blog postings about WordPress!</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-google-blog-search.jpg" alt="" /></p>
<p>Now that I&#8217;ve given you some RSS ideas, let&#8217;s take find out how to aggregate them into WordPress in a usable fashion.  I&#8217;ve used a few RSS feed aggregator plugins over the years, but the only that seems to still exist (and be updated frequently) is <a href="http://projects.radgeek.com/feedWordPress/">Feed WordPress</a>.  </p>
<p>By using Feed WordPress you can &#8220;aggregate&#8221; RSS feeds and publish them as WordPress posts.  You can see where this can be highly abused by unscrupulous bloggers who want to steal content from other places so they can profit at the original author&#8217;s expense.  There&#8217;s also no reason why you can&#8217;t use this for good, and aggregate simple titles and excerpts of posts that might be useful to your visitors.  In that regard it&#8217;s no different than what a search engine or news compilation site does anyway.  If you&#8217;re worried about duplicate content, you can go as far as to add an entry into your robots.txt file for noindex, nofollow, and you could even manually remove it from your XML sitemap.</p>
<p>Post can be configured any way you like, giving linkback attribution (or not), and web sites can even be listed as authors (contributors) in your blogroll.  You choose what tags and categories are assigned to them, and where the permalinks point.  For the most part, the posts you aggregate just look like regular blog posts.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-feedwordpress.jpg" alt="" /></p>
<p>Maybe you want something a little bit simpler than turning RSS feeds into actual blog posts, and you just want to take that Craigslist RSS feed, or eBay RSS feed and list the contents onto a paged page.  WordPress already has the ability to parse RSS using the included magpie library.</p>
<p>By using this simple bit of code in any WordPress theme page:</p>
<pre><code>
&lt;?php include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://example.com/rss/feed/goes/here', 20); ?&gt;
</code></pre>
<p>&#8230;you can parse any Worpress feed into a list of simple linked titles.  This is an incredibly simple way to add value to your blog, and you could add as many different feeds (or numbers of posts) per page as you want.  Just keep in mind that this is live (nothing is cached) the more feeds, or more posts per feed you add, the slower the page might be to generate.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/8-ebay-rss-feed-example.jpg" alt="" /></p>
<h3>9. Membership site</h3>
<p>There are bunches of reasons you might want to have a closed &#8220;members only&#8221; web site.  Maybe you need something only your family can access, or a private site for your business or club.  Maybe you want to sell access to content, and you need part (or all) of your site walled off from public view.</p>
<p><a href="http://www.memberwing.com/">Memberwing</a> is a WordPress plugin that allows you to setup a membership site.  Like many plugins there&#8217;s a free and a &#8220;pro&#8221; version.  While the paid versions have all kinds of bells and whistles, the free version does exactly what most people would need, by using special tags it separates &#8220;teasers&#8221; from premium (paid) content.  In this example you can see how content is hidden and users have options to either login or &#8220;become a member&#8221;.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/9-memberwing-example.jpg" alt="" /></p>
<p>If you like to keep things a bit simpler than that, you could use the <a href="http://smartlogix.co.in/wp-private/">WP Private</a> plugin to restrict access to certain content to registered users.  This plugin only hides the content, it doesn&#8217;t managage any payment options - so it would be better for a business to use for internal employees, private family content, etc.</p>
<p>Honorable mention goes to the <a href="http://WordPress.org/extend/plugins/private-rss/">Private RSS Plugin</a>, that would go well with a private membership site.</p>
<h3>10. eCommerce Site (online store)</h3>
<p>There are plugins that allow you to simple sell single items using PayPal, that&#8217;s exactly why the <a href="http://www.freerobby.com/artpal/">ArtPal Plugin</a> was developed (to sell art).  You create a post with a few custom fields and voila! you&#8217;re selling art!  You could of course use this plugin to sell just about anything using paypal, it doesn&#8217;t have to be art.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-artpal.jpg" alt="" /></p>
<p>Maybe your blog accepts donations, or you have a very simple service that you charge for.  For that I suggest the <a href="http://www.tipsandtricks-hq.com/WordPress-easy-paypal-payment-or-donation-accept-plugin-120">Easy Paypal Payment or Donation Accept Plugin</a>:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-paypal-payment-donation-example.jpg" alt="" /></p>
<p>If you want a solution even simpler than that - I offer you the <a href="http://pixline.net/2008/05/paypal-shortcodes-plugin/en/">Paypal Shortcodes Plugin</a>.  It doesn&#8217;t even have an admin interface - once enabled it allows you to add paypal buttons automatically in posts by using simple WP shortcodes:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-paypal-shortcodes.jpg" alt="" /></p>
<p>You could use <a href="http://www.fatfreecart.com/wpplugin.html">Fat Free Cart</a> if you want a bone simple actual shopping cart - but you still want to sell on your blog and accept payments through paypal or google checkout.  This plugin is very similar to ArtPal.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-fat-free-cart-example.jpg" alt="" /></p>
<p>There are several plugins that go well beyond the &#8220;basics&#8221; of selling something through paypal.  The <a href="http://WordPress.org/extend/plugins/eshop/">eShop Plugin</a> is packed with features such as several payment options, automatic email on successful purchase, multiple options for products, stats, and various shipping options.  It seems quite mature, and there are <a href="http://quirm.net/eshop-sites/">many example stores</a> to view.</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-eshop-example.jpg" alt="" /></p>
<p>By far the most popular though seems to be the <a href="http://www.instinct.co.nz/e-commerce/">eCommerce Plugin</a> for WordPress.  It boasts social networking hooks, payment options like paypal, google checkout, Authorize.net and more.  It has one page checkout, and lots of documentation and community support.  I have to admit, the example sites that use the eCommerce plugin look nearly identical to any of the big box retailers online storefronts:</p>
<p><img src="http://wpcandy.com/wp-content/uploads/10things/10-ecommerce-plugin-example.jpg" alt="" /></p>
<h3>Conclusion</h3>
<p>Well, your&#8217;re probably exhausted now - but I&#8217;ve definitely lived up to my word and showed you more ways to use WordPress (that aren&#8217;t blogging) than you can shake a stick at!  I hope this gives you some great ideas for both your own blogs and web sites, as well as your clients!</p>
<h4>About the Author</h4>
<p><i>JTPratt writes about being a <a href="http://www.jtpratt.com">WordPress Consultant</a>, and has recently launched his newest site - <a href="http://wp-dir.com">WordPress Directory</a>.</i>
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/10-things-you-can-do-with-wordpress-besides-blogging.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/10-things-you-can-do-with-wordpress-besides-blogging.html</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8 Beta RC1</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/W_Ws_PtWpW8/wordpress-28-beta-rc1.html</link>
		<comments>http://wpcandy.com/articles/wordpress-28-beta-rc1.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:25:00 +0000</pubDate>
		<dc:creator>Michael Castilla</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1850</guid>
		<description><![CDATA[Well, it looks like WordPress 2.8 is (or at least close to being) on track for it&#8217;s release date Wednesday, June 10th. Feel free to download Release Candidate 1 here, and let us know what you think!
Also, check out some other resources on WordPress 2.8 -

Seven Reasons Why Wordpress 2.8 Is Better Than Ever
WordPress 2.8 [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it looks like WordPress 2.8 is (or at least close to being) on track for it&#8217;s release date Wednesday, June 10th. Feel free to download Release Candidate 1 <a href="http://wordpress.org/wordpress-2.8-RC1.zip">here</a>, and let us know what you think!</p>
<p>Also, check out some other resources on WordPress 2.8 -</p>
<ul>
<li><a href="http://clintmaher.com/wordpress/seven-reasons-why-wordpress-28-is-better-than-ever/">Seven Reasons Why Wordpress 2.8 Is Better Than Ever</a></li>
<li><a href="http://weblogtoolscollection.com/archives/2009/06/03/wordpress-28-beta-hands-on-review/">WordPress 2.8 Beta Hands On Review</a></li>
<li><a href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28">Custom taxonomies in WordPress 2.8</a></li>
<li><a href="http://willnorris.com/2009/03/authentication-in-wordpress-28">Authentication in WordPress 2.8</a></li>
</ul>
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/wordpress-28-beta-rc1.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/wordpress-28-beta-rc1.html</feedburner:origLink></item>
		<item>
		<title>Monday Morning Roundup - April 27, 2009</title>
		<link>http://feedproxy.google.com/~r/wpcandy/~3/BIem3gVy3kk/monday-morning-roundup-april-27-2009.html</link>
		<comments>http://wpcandy.com/articles/monday-morning-roundup-april-27-2009.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:00:01 +0000</pubDate>
		<dc:creator>Dan Philibin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Collections]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=1835</guid>
		<description><![CDATA[News
Automattic now owns WP.com - it doesn&#8217;t really have any great significance yet, but Automattic announced this week that they now have the ownership of WP.com and are brainstorming ideas of what they could do with it. News release
Smashing Magazine Community WordPress Theme Voting - Smashing Magazine is holding an awesome contest with PSD2WordPress to [...]]]></description>
			<content:encoded><![CDATA[<h2>News</h2>
<p><strong><a href="http://en.blog.wordpress.com/2009/04/24/wpcom/">Automattic now owns WP.com</a></strong> - it doesn&#8217;t really have any great significance yet, but Automattic announced this week that they now have the ownership of <a href="http://wp.com">WP.com</a> and are brainstorming ideas of what they could do with it. <a href="http://en.blog.wordpress.com/2009/04/24/wpcom/">News release</a></p>
<p><strong><a href="http://www.smashingmagazine.com/2009/04/25/smashing-community-wordpress-theme-vote-now/">Smashing Magazine Community WordPress Theme Voting</a></strong> - Smashing Magazine is holding an awesome contest with <a href="http://www.psdtowp.com/">PSD2WordPress</a> to create a WordPress theme, in which the community gets to decide what kind of theme the team at SM will create. Voting is open now for another day, I think, so make sure to let them know what kind of theme you want to see! <a href="http://www.smashingmagazine.com/2009/04/25/smashing-community-wordpress-theme-vote-now/">[Link]</a></p>
<p><a href="http://www.woothemes.com/2009/04/time-to-evolve-your-blog/"><img src="http://wpcandy.com/wp-content/uploads/2009/04/thumbphp.jpeg" alt="" class="right alignright" /></a><strong><a href="http://www.woothemes.com/2009/04/time-to-evolve-your-blog/">WooThemes releases free Meta-Morphosis theme</a></strong> - WooThemes has a reputation for great themes with lots of features. Most of those themes are licensed, but luckily there&#8217;s a few on their site with great features that don&#8217;t cost a cent. Their latest, <a href="http://www.woothemes.com/2009/04/meta-morphosis/">Meta-Morphosis</a>, is one of those. Features include a widget slider, JavaScript font replacement, and an awesome backend packed with blog options including 8 different color schemes. <a href="http://www.woothemes.com/2009/04/meta-morphosis/">Theme Info</a></p>
<h2>Collections</h2>
<p><strong><a href="http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html">13 Great WordPress Speed Tips &amp; Tricks for MAX Performance</a></strong> - learn some handy tricks on how to speed up your WordPress blog, such as database optimization, caching plugins, compression, and more. <a href="http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html">[Link]</a></p>
<p><a href="http://www.wpzoom.com/wordpress-themes-sets/15-psdtuts-like-wordpress-themes/"><img src="http://wpcandy.com/wp-content/uploads/2009/04/previewjpg.jpeg" alt="" class="right alignright" /></a><strong><a href="http://www.wpzoom.com/wordpress-themes-sets/15-psdtuts-like-wordpress-themes/">15 &#8220;PSDtuts like&#8221; WordPress Themes</a></strong> - if you&#8217;ve ever taken a look at <a href="http://themeforest.net">ThemeForest</a>, you&#8217;ll notice that a lot of themes are heavily influenced by <a href="http://psd.tutsplus.com">PSDTUTS</a> and its sister sites. Here&#8217;s a neat list of 15 themes that share similar design characteristics. <a href="http://www.wpzoom.com/wordpress-themes-sets/15-psdtuts-like-wordpress-themes/">[Link]</a></p>
<h2>Tutorials</h2>
<p><strong><a href="http://5thirtyone.com/archives/2075">Tweet shortened URL of current page to Twitter</a></strong> - Derek Punsalan of 5THIRTYONE explains how to shorten your own blog&#8217;s URLs using .htaccess to leave more room for text in Twitter. <a href="http://5thirtyone.com/archives/2075">[Link]</a></p>
<p><strong><a href="http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/">How to exclude specific tag from query_posts</a></strong> - as I&#8217;ve noticed from working on numerous themes at <a href="http://wpcoder.com">WPCoder</a>, having &#8220;featured&#8221; posts is really a popular feature these days. The easiest way to do this is probably to tag posts with &#8220;featured&#8221; instead of having a dedicated category, so here&#8217;s how to exclude those posts from the rest of the loops on your site. <a href="http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/">[Link]</a></p>
<p><a href="http://themesphere.com/twitter-wordpress-comments.html"><img src="http://wpcandy.com/wp-content/uploads/2009/04/twitter-bird.gif" alt="" class="right alignright" /></a><strong><a href="http://themesphere.com/twitter-wordpress-comments.html">How to Integrate Twitter to WordPress Blog Comments</a></strong> - everyone likes a link back to their Twitter profile, right? (mine is <a href="http://twitter.com/danphilibin">@danphilibin</a>) In this tutorial, you&#8217;ll learn how to let your blog commentators share a link to their Twitter profile if they enter that in the website URL field when commentating. Awesome! <a href="http://themesphere.com/twitter-wordpress-comments.html">[Link]</a></p>
<p><strong><a href="http://www.themelab.com/2009/04/25/add-a-widgetized-footer-to-your-wordpress-theme/">Add a Widgetized Footer to Your WordPress Theme</a></strong> - who says widgets are just for sidebars? I&#8217;ve seen them used in plenty of other places, including footers, which is exactly what you&#8217;ll learn to do in this tutorial. <a href="http://www.themelab.com/2009/04/25/add-a-widgetized-footer-to-your-wordpress-theme/">[Link]</a></p>
<p><a href="http://wpseo.org/"><img src="http://wpcandy.com/wp-content/uploads/ads/wpSEO-468x60.png" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/articles/monday-morning-roundup-april-27-2009.html/feed</wfw:commentRss>
		<feedburner:origLink>http://wpcandy.com/articles/monday-morning-roundup-april-27-2009.html</feedburner:origLink></item>
	</channel>
</rss>
