<?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>WordPress Hacks &#187; Plugins</title>
	<atom:link href="http://wphacks.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Sat, 19 May 2012 22:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Don&#8217;t Build WordPress Plugins Into Your Themes</title>
		<link>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/</link>
		<comments>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:25:28 +0000</pubDate>
		<dc:creator>Alex Denning</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3389</guid>
		<description><![CDATA[A couple of weeks ago, I read a post on WPLift &#8220;Build A Plugin (Twitter Widget) into your WordPress Theme)&#8220; which in turn was inspired by a post on WPCandy from a couple of months ago &#8220;How to create your own WordPress functionality plugin&#8220;. The WPCandy post was advocating that theme designers should stop bundling WordPress plugins and [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I read a post on WPLift <em>&#8220;<a href="http://wplift.com/how-to-build-a-plugin-twitter-widget-into-your-wordpress-theme" rel="nofollow">Build A Plugin (Twitter Widget) into your WordPress Theme)</a>&#8220; </em>which in turn was inspired by a post on WPCandy from a couple of months ago <em>&#8220;<a href="http://wpcandy.com/teaches/how-to-create-a-functionality-plugin" rel="nofollow">How to create your own WordPress functionality plugin</a>&#8220;</em>.</p>
<p>The WPCandy post was advocating that theme designers should stop bundling WordPress plugins and other functionality which limits how easily users can switch themes, something which I feel is absolutely a good idea. But that&#8217;s not what I want to talk about in this post &#8212; I want to focus specifically on the issue raised in the WPLift post &#8212; building plugins directly into themes.</p>
<p>The post shows you how to add the <em><a href="http://wplift.com/how-to-build-a-plugin-twitter-widget-into-your-wordpress-theme" rel="nofollow">DP Twitter Widget</a></em> into your theme; it&#8217;s literally a case of copying a pasting the plugin&#8217;s code into your functions.php. In fact it&#8217;s so easy that there&#8217;s no reason not to build every single widget and plugin you can think of under the sun into your theme, right?</p>
<div>
<p><em><strong>Not exactly.</strong></em></p>
</div>
<p>Unfortunately it&#8217;s a little more complicated than that and for the rest of this post I&#8217;ll set out exactly why that&#8217;s the case.</p>
<p>Firstly, the second you build a plugin into your theme, you&#8217;re assuming responsibility and are obliged to support the plugin, so if anything breaks in future updates, you&#8217;ll need to be able to fix it. Say the plugin used <a href="http://binarymoon.co.uk" rel="nofollow">Ben&#8217;s</a> <a href="http://www.binarymoon.co.uk/2011/08/timthumb-2/">timthumb</a> and updating was an absolute necessity, the onus would then be on you to provide the update by offering an entire theme upgrade rather than just a simple plugin update independent of the theme.</p>
<p>Second, what&#8217;s the point? The functionality you&#8217;re providing <em>already exists</em> and unless you&#8217;re significantly changing the plugin, I&#8217;m struggling to see the point of just duplicating functionality. Sure, you get to brag about how your theme has thousands upon thousands of built in widgets and it makes everything really fun and it&#8217;ll do everything you&#8217;ve ever wanted, but by just adding a plugin that <em>already exists</em> into your theme, you&#8217;re just adding something I can do already by installing plugins. Plus, I&#8217;ll not<strong> lose everything</strong> in two years when I decide I need to overhaul the look of my site! And hey, there are <a href="http://wpshout.com/">sites like mine</a> out there which show you how to do things like building <a href="http://wpshout.com/wordpress-email-newsletter/" rel="nofollow">a WordPress powered email newsletter</a> without plugins anyway!</p>
<p>I&#8217;m not just wagging fingers from the rooftops &#8212; this was a mistake I made when I launched my ill fated theme site, WPShift nearly two years ago. At the time having a ton of functionality in a theme was the way to go and we made a decision that we would go down the route of essentially just bundling plugins with the theme.</p>
<p>I&#8217;m glad to say this isn&#8217;t all the range any more, so please don&#8217;t do it, it&#8217;s just making a mess in the long run.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3389&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Build Custom Facebook Page Themes Using a WordPress Plugin</title>
		<link>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/</link>
		<comments>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 11:36:34 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Premium Plugins]]></category>
		<category><![CDATA[Facebook Page Themes]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Facebook Plugins]]></category>
		<category><![CDATA[Facebook Themes]]></category>
		<category><![CDATA[Facebook WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3362</guid>
		<description><![CDATA[Over the past couple years it has been impressive to see Facebook craftily grow its influence beyond the Facebook.com domain and expanding all throughout the internet.  For example, it seems just about every major website now allows you to login using Facebook.  With Facebook&#8217;s growing influence over the internet it isn&#8217;t surprising many WordPress developers have [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple years it has been impressive to see Facebook craftily grow its influence beyond the Facebook.com domain and expanding all throughout the internet.  For example, it seems just about every major website now allows you to login using Facebook.  With Facebook&#8217;s growing influence over the internet it isn&#8217;t surprising many WordPress developers have really stepped up, providing a number of great <a href="http://wphacks.com/wordpress-plugins/">free and premium WordPress plugins</a> to help improve WordPress and Facebook integration.</p>
<p>Once of my most recent Facebook plugin discoveries came from the developers at <a href="http://premiumcoding.com/">Premium Coding</a>, a website which builds quite a few things, including a series of premium WordPress plugins.  The plugin I want to talk about today is called <a href="http://premiumcoding.com/wordpress-facebook-page-themes/">Facebook Page Themes</a>, and the title pretty much sums up what this plugin does.  With this premium WordPress plugin users can generate a custom designed theme for your Facebook page, giving your business a professional look that promotes your product or service.<span id="more-3362"></span></p>
<p><a href="http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/wpfacebook2/" rel="attachment wp-att-3375"><img class="alignright size-thumbnail wp-image-3375" title="wordpress-facebook-page-themes-2" src="http://wphacks.com/wp-content/uploads/2011/10/wpfacebook2-150x150.jpg" alt="" width="150" height="150" /></a>So, why would a website or business want a custom Facebook page?  To reach the average customer, having a Facebook page is just about a requirement these days, and they are completely free with a Facebook account.  The problem is they all look the same.  In order to stand out, many major corporations have decided to build custom web pages to help their product stand out.  But what about your average blogger?  Using the leverage of this WordPress plugin, you can easily create a plugin which helps promote your product or service directly to these (potential) customers.</p>
<p>After working with the designers of this plugin, I&#8217;m happy to report that I was able to give Facebook Page Themes a try and see exactly how easy it is to create your own custom WordPress theme.  First, here is the feature list for this plugin:</p>
<ul>
<li>Easy to install like any other WordPress plugin.</li>
<li>Currently there are five pre-made templates available (black, grey, brown, blue, and red), but this number will continue to grow over time with new templates promised each month.</li>
<li>Built using HTML/CSS making them relatively easy to customize.</li>
<li>Make updates to their page directly from the WordPress dashboard.</li>
<li>Plugin uses the popular Nivo Slideshow image rotator (for front pages) and Lightbox (for image presentations).</li>
<li>Support for multiple templates, allowing you to use different templates for different website pages, or use one for your product and the other for your personal Facebook page.</li>
</ul>
<p><a href="http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/wpfacebook/" rel="attachment wp-att-3374"><img class="alignright" title="wordpress-facebook-page-themes" src="http://wphacks.com/wp-content/uploads/2011/10/wpfacebook-150x150.jpg" alt="" width="150" height="150" /></a>Once you get your copy of the Facebook Page Themes plugin, you can simply unzip the file and upload to your website just like you would any standard WordPress plugin.  Once activated, this plugin has its own spot in the navigation menu called &#8220;FB Themes.&#8221;  From here you can build your own custom page through a series of menus that gives you control over how your page displays.  Options available include a traditional blog-like page (the default setup for Facebook pages currently), a home/splash page, and of course a portfolio page.</p>
<p>While my time with the <a href="http://premiumcoding.com/wordpress-facebook-page-themes/">Facebook Page Themes plugin</a> was an overall good experience, one downside that I discovered was not actually the plugin&#8217;s fault, but instead a problem with the secure browsing Facebook uses (https).   After checking into why things weren&#8217;t displaying properly, I discovered that Facebook made changes to the HTTPS protocol on October 1st, 2011, so Facebook users with secure browsing turned on will not be able to view your page properly unless your website has an SSL certificate.   Fortunately Premium Coding has provided a free workaround to this issue using Social Server which they&#8217;ve detailed <a href="http://premiumcoding.com/wordpress-facebook-page-themes/">here</a>.</p>
<p><a href="http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/wpfbpages/" rel="attachment wp-att-3380"><img class="alignnone size-full wp-image-3380" title="wpfbpages" src="http://wphacks.com/wp-content/uploads/2011/10/wpfbpages.jpg" alt="" width="500" height="380" /></a></p>
<p>Overall I have to say I was very happy with my time trying this plugin and can recommend it to anyone who would like to clean up and improve their default Facebook page.  If you&#8217;d like to learn more about the Facebook Page Themes plugin, you can get additional information <a href="http://premiumcoding.com/wordpress-facebook-page-themes/">here</a>.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3362&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Create Your iPhone App with the WiziApp WordPress Plugin</title>
		<link>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/</link>
		<comments>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 14:40:00 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Premium Plugins]]></category>
		<category><![CDATA[App Plugin]]></category>
		<category><![CDATA[iPad App]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[iPod Touch App]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Wiziapp]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3281</guid>
		<description><![CDATA[As we transition to a new era of computing where people are getting their information via mobile phones, you are starting to see just about every high profile website or blog making their own iPhone app.  But what about the average WordPress user who doesn&#8217;t have the time and/or budget to make their own custom [...]]]></description>
			<content:encoded><![CDATA[<p>As we transition to a new era of computing where people are getting their information via mobile phones, you are starting to see just about every high profile website or blog making their own iPhone app.  But what about the average WordPress user who doesn&#8217;t have the time and/or budget to make their own custom iPhone application?</p>
<p>Not long ago I covered a free WordPress plugin called <a href="http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/">WPTouch</a> which creates a mobile-friendly version of your WordPress blog to display for mobile web browsers.  The unfortunate truth, however, is that outside of clicking on a link from Twitter on their phones, most iPhone, Android, or mobile users in general do not use the mobile web to view a webpage.  In order to maximize convenience for your readers you really need a custom iPhone application.  This is where an app I recently discovered, <a href="http://wiziapp.com/">Wiziapp</a>, comes to the rescue.</p>
<p><a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/wiziapp3/" rel="attachment wp-att-3289"><img class="alignright size-medium wp-image-3289" title="wiziapp3" src="http://wphacks.com/wp-content/uploads/2011/09/wiziapp3-300x289.jpg" alt="" width="300" height="289" /></a><strong>What is WiziApp?</strong>  Wiziapp is a WordPress plugin that automatically turns your WordPress blog into a native iPhone app in real time, giving easy access to the following within the application: Posts, pages, comments, categories, tags, links, images, videos, and audio files. And if that wasn&#8217;t enough, Wiziapp even offers a push notification service to notify iOS users when your website has new content available!</p>
<p>Here is a complete list of the features provided by the Wiziapp team:</p>
<ul>
<li>Create and personalize your iPhone application from your WordPress dashboard using the plugin&#8217;s wizard.</li>
<li>Deliver all of your blog content directly to your App in real time.</li>
<li>Notify your readers about new posts via push notification service.</li>
<li>Your readers can easily read and post new comments directly from your App.</li>
<li>Your App will display your images and galleries in native iPhone style.</li>
<li>All the media you have posted will be collected to video or audio libraries.</li>
<li>Your readers can easily search your blog directly from your App.</li>
<li>Playing video and audio using Wiziapp&#8217;s advanced players.</li>
<li>Enable your readers to navigate between posts by categories, tags or author name.</li>
<li>Integrate with your login system.</li>
<li>Your readers can easily share your posts and images via Facebook, Twitter, Email or SMS.</li>
<li><strong>Monetize your App by displaying ads using your own AdMob account.</strong></li>
<li>Your readers can easily save your posts to their ‘favorites’ list.</li>
<li>We publish your App to the iTunes App Store and save you time &amp; money dealing with an Apple developer account.</li>
<li>See daily stats of your App visits and downloads.</li>
<li>Stay up to date with all iOS and WordPress new features.</li>
<li>Check out the Wiziapp tour <a href="http://wiziapp.com/tour/">here</a>.</li>
</ul>
<p><span id="more-3281"></span><strong>So, it sounds awesome, but is it difficult to setup?  How does it work? </strong> I put the plugin to the test to find out just how easy it is to use.  Here are the steps I followed, which allowed me to build an app within 10-15 minutes<strong>:<br />
</strong></p>
<ol>
<li><a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/wiziapp1/" rel="attachment wp-att-3284"><img class="alignright" title="wiziapp1" src="http://wphacks.com/wp-content/uploads/2011/09/wiziapp1-300x179.jpg" alt="" width="300" height="179" /></a>Download the WiziApp plugin from the official WordPress Plugin Directory <a href="http://wordpress.org/extend/plugins/wiziapp-create-your-own-native-iphone-app/">here</a>.</li>
<li>Upload and activate the WiziApp plugin.</li>
<li>Access the &#8220;Create Your App&#8221; menu in your WordPress dashboard and name your application.</li>
<li>Design your splash screen using the plugin&#8217;s generator or upload your own custom splash design.</li>
<li>Customize your app&#8217;s appearance.</li>
<li>Build your App menu (tab bar).</li>
<li>Determine if you want to enable your readers to share your content via Facebook, Twitter, Email, or SMS.</li>
<li>Configure push notification options.</li>
<li>Enter your AdMob ID if you want to monetize your application.</li>
</ol>
<p><strong><a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/wiziapp2/" rel="attachment wp-att-3285"><img class="alignright" title="wiziapp2" src="http://wphacks.com/wp-content/uploads/2011/09/wiziapp2-300x202.jpg" alt="" width="300" height="202" /></a></strong>Once configuration is complete, the next step is to sign up for your Wiziapp account to get your new application into the iTunes App Store.  As of the writing of this review, it looks like there are three plans available, each of which is a little different to cover the varying needs of all types of websites.</p>
<ul>
<li><strong>Personal Blog:</strong>  $199.00 setup and $19.90 a month</li>
<li><strong>Professional Blog:</strong>  $299.00 setup and $29.90 a month</li>
<li><strong>Enterprise Blog:</strong>  $499.00 setup and $49.90 a month</li>
</ul>
<p><strong>What makes this plugin/process better than just building your own custom application? </strong> Even if you have the ability to build your own application for iOS, there is still the matter of getting it approved through Apple&#8217;s walled garden and into the iTunes App Store.  Of course, this is probably my favorite part about this WordPress plugin.  Wiziapp will actually use their own Apple developer account to publish your application, meaning you won&#8217;t need to sign up as a Apple developer (which has a $99.00 yearly fee) and deal with Apple&#8217;s approval board, which in my personal experience has been an absolute nightmare.  Wiziapp has an established setup which should make the approval process fairly easy.</p>
<p>Overall, I have to say that the entire process of building your application was surprisingly easy and looks really good.  If you run a WordPress blog and would like to build a custom application for your website, there is no cost to simulate your own application for FREE with the <a href="http://wordpress.org/extend/plugins/wiziapp-create-your-own-native-iphone-app/">Wiziapp WordPress plugin</a> and then you can decide if you want to have your application published in iTunes.</p>
<p><em>Note: This review was sponsored by the team at Wiziapp.</em></p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3281&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WPTouch: Creating a WordPress Mobile Theme</title>
		<link>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/</link>
		<comments>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/#comments</comments>
		<pubDate>Sun, 29 May 2011 20:50:12 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Mobile WordPress]]></category>
		<category><![CDATA[WordPress Mobile]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WP Touch]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3202</guid>
		<description><![CDATA[Thanks to the huge success of the iPhone/iPod Touch, Android, and other mobile devices, Apps have become all the rage.  The problem for many webmasters and WordPress users is that most smaller WordPress websites/blogs can&#8217;t afford to have a custom app developed for their WordPress site.   Of course, thanks to beauty of the open source nature of [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the huge success of the iPhone/iPod Touch, Android, and other mobile devices, Apps have become all the rage.  The problem for many webmasters and WordPress users is that most smaller WordPress websites/blogs can&#8217;t afford to have a custom app developed for their WordPress site.  </p>
<p>Of course, thanks to beauty of the open source nature of WordPress, WordPress users have access to all sorts of great WordPress plugins.  I recently found myself debating whether or not to develop an app for <a href="http://wphacks.com/">WordPress Hacks</a> and decided that first I would look into what free WordPress plugins were available.  My goal was simply to find one which would display a WordPress blog to mobile browsers in a mobile friendly format.  </p>
<p>Based upon roughly 2 million downloads plus great reviews, far and away the best plugin I&#8217;ve found to accomplish this is one called <a href="http://wordpress.org/extend/plugins/wptouch/">WP Touch</a>.  <a rel="attachment wp-att-3203" href="http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/wptouch-pro/"><img class="alignright size-full wp-image-3203" title="wptouch-pro" src="http://wphacks.com/wp-content/uploads/2011/05/wptouch-pro.jpg" alt="" width="220" height="428" /></a>For those that haven&#8217;t heard of WP Touch, this WordPress plugin automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, and will display this theme when your WordPress blog is viewed from an iPhone/iPod Touch, Android, Palm Pre, Samsung  and BlackBerry Storm/Torch mobile device!</p>
<p>The admin panel allows you to customize many aspects of its appearance and deliver a fast, user-friendly and stylish version of your WordPress website to mobile visitors, all without modifying a single bit of code or making any changes to your standard WordPress theme.  The mobile theme also includes the ability for visitors to switch between WP Touch view and your site&#8217;s regular theme if that is what they prefer.</p>
<p>If you are looking for a more feature-rich product, I discovered that users can also purchase a <a href="http://www.bravenewcode.com/wptouch-pro/">Pro version of WP Touch</a> which includes a slew of new features like more style, color and branding customizations, themes, 10 languages, more advertising options, web-app mode, and even iPad support.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3202&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Jetpack: Supercharge Your Self Hosted WordPress Site!</title>
		<link>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/</link>
		<comments>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/#comments</comments>
		<pubDate>Wed, 04 May 2011 20:02:30 +0000</pubDate>
		<dc:creator>Jacob Zarobsky</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Jetpack]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3147</guid>
		<description><![CDATA[This guest post was written by Jake Zarobsky, a blogger for Today&#8217;s iPhone, custom theme developer, and an amateur photographer. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. Ever notice how many features the standard installation of WordPress lacks? YouTube embedding, stats, and even a specialized [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by <a title="follow me on twitter" href="http://twitter.com/jakezarobsky" target="_blank">Jake Zarobsky</a>, a blogger for <a title="Today's iPhone" href="http://todaysiphone.com" target="_blank">Today&#8217;s iPhone</a>, custom theme developer, and an amateur photographer. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>Ever notice how many features the standard installation of WordPress lacks? YouTube embedding, stats, and even a specialized Twitter widget? Well, if you have a self hosted blog at WordPress.com, these features are all given to you. In fact, many of these features are forced upon you by the sponsoring company, Automattic. Wanna learn how to get all of that &#8220;cloud-power&#8221; for your WordPress site?</p>
<p>If you are one of the people who would love to have these features at your disposal and already has a WordPress.com account, keep reading. Otherwise, you&#8217;re losing out on a great plugin for self-hosted WordPress sites!</p>
<p><span id="more-3147"></span></p>
<p><a rel="attachment wp-att-3154" href="http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/jetpack-teaser/"><img class="aligncenter size-medium wp-image-3154" src="http://wphacks.com/wp-content/uploads/2011/05/jetpack-teaser-300x123.png" alt="" width="300" height="123" /></a></p>
<p>The first thing you may be asking yourselves is: &#8220;<a title="Download Jetpack by Automattic" href="http://wordpress.org/extend/plugins/jetpack/" target="_blank">Jetpack</a>&#8230;What exactly is this plugin, and what does it do?&#8221; Here&#8217;s the simple answer: it brings all the feature of sites hosted on Automattic&#8217;s WordPress.com platform to your self hosted WordPress site. This includes WP-Stats, YouTube embeds, a user-friendly Twitter widget, Sharedaddy, PollDaddy, and even the easy ability for the VideoPress upgrade. This makes it the best, user friendly way to view complicated information and manage otherwise complicated settings and installations.</p>
<p>The first thing to do is to create a WordPress.com account if you don&#8217;t have one already. You can do that by clicking <a title="Sign up for a WordPress.com account " href="https://en.wordpress.com/signup/?user=1" target="_blank">here</a>. The next thing you want to do is download <a title="Download Jetpack by Automattic" href="http://downloads.wordpress.org/plugin/jetpack.1.1.2.zip" target="_blank">download Jetpack</a> by Automattic. Then, when activated via the admin panel  on your WordPress install, you&#8217;ll see a banner telling you to login with your WordPress.com account. Follow those directions, and you should have all that &#8220;cloud-power&#8221; at your finger tips.</p>
<p>Of course, there is always the lack of <a title="Grunion's WordPress page " href="http://wordpress.org/extend/plugins/grunion-contact-form/" target="_blank">Grunion</a>, another great WordPress plugin used for creating forms, but that should be included by Automattic in the next release, or at least I hope so.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3147&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Best WordPress Widgets For Your Blog</title>
		<link>http://wphacks.com/best-wordpress-widgets-for-your-blog/</link>
		<comments>http://wphacks.com/best-wordpress-widgets-for-your-blog/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 20:57:53 +0000</pubDate>
		<dc:creator>Kuldeep</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Best WordPress Plugins]]></category>
		<category><![CDATA[Best WordPress Widgets]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Widgets]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3063</guid>
		<description><![CDATA[This guest post was written by Kuldeep, a a part time blogger from India who blogs about Indian political issues, WordPress, Apple and Technology. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. Today I&#8217;m going to share with you the best WordPress widgets that I [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Kuldeep, a a part time blogger from India who blogs about Indian political issues, WordPress, Apple and Technology. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>Today I&#8217;m going to share with you the best WordPress widgets that I would recommend for each and every WordPress blogger. I personally use a few widgets on my blog to help my visitors easily browse all of my blog posts. A nice WordPress blog would have proper utilization of widgets, plugins and <a href="http://www.revolutioners.com/5-wordpress-bars-plugins-that-you-can-use/">footer &amp; header bars</a>.</p>
<p>When I started blogging I had lots of widgets in my blog’s sidebar and never really bothered worrying about the <a href="http://wphacks.com/wp-super-cache-wordpress-plugin/">performance of the blog</a>. All I wanted was to make my blog look cool. But one fine day lightning struck me and I decided to delete most of the WordPress plugins and widgets which were not necessary to my blog and were intense on bandwidth and resources. Having lot of plugins and widgets on my blog resulted in too much bandwidth consumption and made my blog sluggish, bringing down my site’s overall performance. So keep in mind, too much of something can be as detrimental as too little. A slow website or blog can equal unhappy visitors and a low score for your site’s search engine ranking. A smaller number of widgets means less content visible on your blog to the visitors, ultimately leading to a high bounce rate and/or low page views.  The solution is to find a way to balance the two.</p>
<p>Do not confuse yourselves with widgets and plugins though. WordPress plugins are easy to install and activate which helps you to improve your blog’s functionality. Plugins can include widgets as well. Widgets on the other hand are visible and interactive to your visitors. Usually these widgets are shown in the sidebar, but are not limited to only the sidebar. Fortunately there are many themes available now with widgetized footer and header space.</p>
<p><span id="more-3063"></span>Here are my favorite WordPress widgets:</p>
<ul>
<li><a title="wp popular post" href="http://wordpress.org/extend/plugins/wordpress-popular-posts/" target="_blank">WordPress Popular Posts</a> : This widget is really awesome and useful for me and for my visitors. For me, I can display my most popular posts to my visitors. For my visitors, it helps them to easily find the posts that are the most popular.</li>
<li><a href="http://wordpress.org/extend/plugins/similar-posts/">Related Posts</a>: There are many related posts plugins available in WordPress Plugins directory. I prefer to use one that is simple and does not have many features allowing me to show related posts in the post footer as well as in the sidebar at the top of my website.</li>
<li><a title="random post" href="http://wordpress.org/extend/plugins/random-posts-widget/" target="_blank">My Random Posts:</a> I use this plugin whenever I feel like I have not posted for ages. Apart from showing popular and recent posts, I choose to display random posts on my blog as well. It helps reviving older posts which new readers may have missed. Visitors can find your posts that might be interesting for them without going to sitemap page.</li>
<li>Recent Posts: I use this widget on single page only. <a href="http://wordpress.org/extend/plugins/widget-logic/">Widget logic</a> gives you the ability to decide which widget to show your readers. On my website I have set up the recent post widget to only display recent posts in the sidebar when readers are viewing a single post page.  </li>
<li><a href="http://wordpress.org/extend/plugins/search-engine-keywords-related-posts-widget/">Search Engine Keywords Related Posts</a>: I came across this widget recently and find it very useful. It displays related posts based upon the keyword your blog’s visitor used in the search engine. It has its own way of detecting similar posts. But combining it with Widget logic makes it a good widget to have.</li>
<li>Archives: Usually it’s a good idea to have an archive page setup instead of having a sidebar widget. But since I wanted to have a minimalist look of my blog I decided to add archives in my sidebar widget. It’s easy and available through WordPress.</li>
<li>Search widget: This widget comes as a standard feature in most WordPress themes however it’s a built in widget as well in WordPress. It’s important to have a search widget on your blog to let people search for anything if they can’t find it on your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/ad-squares-widget/">Ad Squares Widgets</a>: I am really fond of images and I like to include as many images as possible on my posts. This widget is used to add 125&#215;125 ad blocks in your sidebar. There are 2 things that I like about this widget. First, you can add as many widgets as you want in your sidebar. Secondly, you can have <strong>up to 12</strong> 125&#215;125 blocks configured per widget. You can use image or html code in the space, so AdSense would work very well!</li>
<li><a href="http://wordpress.org/extend/plugins/php-code-widget/">PHP-Code</a>: I like this one because it lets me execute PHP Code as well in my sidebar apart from Text and HTML. For example, if you want to display recent posts from a specific category, you can do that with the PHP code available on the web. There are various other things you can do with the codes available.</li>
<li><a href="http://wordpress.org/extend/plugins/recent-comments/">Recent Comments</a>: Recent comments widget is as useful as recent posts widget. It keeps your visitors engaged by checking on the recent discussion on your blog.</li>
<li>Text: This built-in widget allows you to add any text or HTML code in your sidebar widget. It’s useful to those small announcements you want to make every now and then with some links and text.</li>
<li><a href="http://wordpress.org/extend/plugins/feedburner-email-widget/">Feedburner e-mail Widget</a>: Feedburner is the most widely used email subscription service in the world. To get your visitors subscribe to your feeds via email, you can use this widget.</li>
<li>Custom Menu: Another great addition to WordPress 3.0, the introduction of custom menus. As soon as you add a custom menu in the admin panel, you can add the menu item in the sidebar through widget called Custom Menu. The Custom Menu widget lets you add posts, links, category links and pages combined in to a single widget. Great potential combined with Widget logic. I use it to highlight my greatest posts on my blog coupled with the Widget Logic widget.</li>
<li><a href="http://wordpress.org/extend/plugins/latest-tweets/">Latest Tweets</a>: Twitter is big and is getting bigger day by day. Every blogger in the blogosphere is now connected with twitter. The latest Tweets widget will show your recent tweets on your blog out of the box.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-cumulus/">WP-Cumulus</a>: I don’t use this widget anymore as I am concentrating on having a minimalist blog design, however I wanted to share it here. This widget works on Flash and tends to eat up resources. In case you are okay with a slightly increased load time then its one widget that you must have. WP-Cumulus allows you to display your site&#8217;s tags, categories or both using a Flash movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually exciting. Clicking the tags can be a little hard (depending on your speed setting) but does take you to the appropriate page.</li>
</ul>
<p>Feel free to add any WordPress widgets you feel I missed in the comments below. I will do my best to update this post to reflect the best widgets provided in the comments!</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3063&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/best-wordpress-widgets-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>A Social Media Strategy for WordPress Users</title>
		<link>http://wphacks.com/a-social-media-strategy-for-wordpress-users/</link>
		<comments>http://wphacks.com/a-social-media-strategy-for-wordpress-users/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:42:08 +0000</pubDate>
		<dc:creator>Rikard Kjellberg</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[ingboo]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[social plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3004</guid>
		<description><![CDATA[This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. According to the numbers, over the past 12 months, the number of referrals from social networking [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>According to the numbers, over the past 12 months, the number of referrals from social networking sites to blogs <a class="wp-oembed" title="has doubled" href="http://mediamemo.allthingsd.com/20100903/diggs-decline-illustrated/?mod=tweet" target="_blank">has doubled</a>. Social traffic is becoming more important than search traffic according to <a class="wp-oembed" title="some" href="http://mediamemo.allthingsd.com/20100903/diggs-decline-illustrated/?mod=tweet" target="_blank">some</a>. How do WordPress users adjust to this reality and exploit it to your advantage?  The core strategy should be to <em>embrace and focus</em>.</p>
<h3>Embracing the Social Trend</h3>
<p>Some bloggers have shut down their blogs and moved to <a class="wp-oembed" title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> fan pages. Others have kept their blog and complemented with fan pages as stop-gap measure. Either way, there is a perceived threat that you are losing traffic to Facebook. It could very well be a real threat unless you embrace the trend and make it work for you.</p>
<h3>Focus Your Social Media Efforts</h3>
<p>In an effort to please all readers and maximize reach into social networks, bloggers are integrating a plethora of social tools. One favorite is the <a class="wp-oembed" title="AddThis" href="http://www.addthis.com/" target="_blank">AddThis</a> plugin which offers some 100+ options for sharing. In my opinion this approach will clutter your site and distract the user. <strong><em>Pick a winner instead</em></strong>. All indicators are that Facebook is becoming the de-facto standard for social syndication.</p>
<div id="attachment_3006" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-3006" href="http://wphacks.com/a-social-media-strategy-for-wordpress-users/gawker-social-traffic/"><img class="size-medium wp-image-3006" src="http://wphacks.com/wp-content/uploads/2010/09/gawker-social-traffic-300x169.jpg" alt="" width="300" height="169" /></a><p class="wp-caption-text">Courtesy Gawker Media</p></div>
<p>After their launch of Open Graph in April this year, Facebook has grown from 15% to 35% of all social networking referrals. This assumes that <a class="wp-oembed" title="Gawker Media" href="http://www.gawker.com" target="_blank">Gawker Media</a> is a good reflection of the industry average. My personal choice will therefore have to be Facebook, however <a class="wp-oembed" title="StumbleUpon" href="http://www.stumbleupon.com/" target="_blank">StumbleUpon</a> is another good candidate. <a class="wp-oembed" title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> is already prevalent but it is a typically a disappointment in terms of referrals. There are two reasons:</p>
<ol>
<li>Twitter is undoubtedly the noisiest channel on the web.</li>
<li>People in general are not spending any significant time on Twitter.</li>
</ol>
<h3>What are my Tools?</h3>
<p>With Facebook, you have some excellent tools. You also have some great plugins for WordPress integration. Most likely you already use several of these tools today. The key is how you use them and how you combine them.</p>
<h3>The Facebook Fan Page</h3>
<p>The <a class="wp-oembed" title="fan page" href="http://wordpress.org/extend/plugins/search.php?q=%22facebook+fan+page%22&amp;sort=" target="_blank">fan page</a> is a great tool for dialog and brand promotion (yes, you are a brand and you should cultivate it):</p>
<ul>
<li><strong>Do</strong> use the fan page as a personal relationship tool by engaging your audience in discussion and dialog around the topics you are focused on. Use it as a place to share news about you, your brand and your site. The purpose is to create an &#8220;exclusive&#8221; community where your dedicated followers get the inside scoop on everything you.</li>
<li><strong>Do not</strong> use the fan page to push your RSS feed <em>and</em> manage relationships at the same time. First, your relationship efforts will drown in your content updates. Second, you are creating an intermediate (proxy) between your audience and your blog. Thirdly, the updates are indiscriminatory, lowering relevance which results in fewer revisits to your fan page and web site. Instead use a Like button for your feed (see below)</li>
<li><strong>Do </strong>one or the other of the above.</li>
</ul>
<h3>Get a Like Button for your WordPress Site</h3>
<p>In its basic form, the Like button provides a one-time sharing function. There are tools that connect the Like button with your RSS feed, thereby providing a way to connect directly between your site and the Facebook News Feed (no Fan Page intermediary). Explain to the user that you want to connect for updates in conjunction with the Like button. Use a text widget to insert the button HTML on your site. If you want to connect your RSS feed to your fan page instead, <a class="wp-oembed" title="Pheedo" href="http://pheedo.com" target="_blank">Pheedo</a> offers a solution with <a class="wp-oembed" title="Dlvr.it" href="http://dlvr.it" target="_blank">Dlvr.it</a>.</p>
<h3>Get a Like Plugin for my Posts</h3>
<p>Let people &#8220;Like&#8221; your posts. There are WordPress plugins that allow you to automate the insertion of Like buttons. The Like button offers a one-time sharing event. It can also connect with the user for ongoing updates related to the topic of the particular post (a.k.a &#8220;<a href="http://wphacks.com/facebook-like-for-tags-wordpress-plugin/">Like for Tags</a>&#8220;).</p>
<p>We recently did a case study on CNN.com. If they implemented these strategies, they would see 25%-40% increase in page views over time. CNN is already a user of Facebook social plugins but they are currently not using them as described in this article. The increase in page views is significant from a revenue perspective, most likely seven figures.</p>
<p><em>Note: This article includes opinions of the author based on working with the blogging community to develop social syndication tools. Your reactions to these opinions are greatly appreciated.</em></p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3004&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/a-social-media-strategy-for-wordpress-users/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Facebook Like for Tags WordPress Plugin</title>
		<link>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/</link>
		<comments>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 19:09:59 +0000</pubDate>
		<dc:creator>Rikard Kjellberg</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[like button]]></category>
		<category><![CDATA[like for tags]]></category>
		<category><![CDATA[social plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=2921</guid>
		<description><![CDATA[Facebook Like for Tags is a WordPress plugin that transforms Facebook Like from one-time sharing into a personalized connection for ongoing updates and sharing in the Facebook News Feed.]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>You may have noticed that Facebook social plugins are everywhere these days with the popular &#8221;Like&#8221; button, primarily because of its ease of use and how it integrates with the social graph.  This is because the button represents a one-time sharing event vs. establishing a lasting connection with your readers.  Now imagine instead how you could get ongoing updates on topics that interest you!</p>
<p>A recent addition to the WordPress plugin directory does just that! <a href="http://wordpress.org/extend/plugins/like-for-tags/">Facebook Like for Tags</a> transforms the Like button into a personalized user connection for ongoing updates and sharing based on tags or categories.</p>
<p>For example, say you have a travel blog. One day you write about southern France. In your post you assign categories &#8220;Europe&#8221; and &#8220;France&#8221; to the post.  Some of your readers really enjoy the article and share it in Facebook by clicking on the Like button. Some time later, you again write about France. Those readers who had &#8220;Liked&#8221; the previous article will now get an update automatically in their Facebook News Feed!</p>
<p><a rel="attachment wp-att-2945" href="http://wphacks.com/facebook-like-for-tags-wordpress-plugin/newsfeed-wphacks/"><img class="aligncenter size-full wp-image-2945" src="http://wphacks.com/wp-content/uploads/2010/09/newsfeed-wphacks.jpg" alt="" width="456" height="648" /></a></p>
<p>Since the automatic update is based on user interest, it will be relevant to the user and thereby more likely to grab attention. The result is more revisits to your site and more reach into Facebook due to additional sharing. Over time you will commonly see in excess of 25% more page views.</p>
<p>A more detailed description of the plugin and installation can be found here.  Grab <a href="http://wordpress.org/extend/plugins/like-for-tags/">Facebook Like for Tags</a> today and transform the Like button into a trusted recommendations engine!</p>
<p><strong>Disclosure:</strong> I am co-founder of <a href="http://www.ingboo.com/pvm/start" target="_blank">IngBoo</a>, the provider of this WordPress plugin and the cloud-based change-detect-notification service that powers the function.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=2921&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Automatically Tweet WordPress Posts with WordTwit</title>
		<link>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/</link>
		<comments>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:00:44 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Auto-Tweet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordTwit]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1968</guid>
		<description><![CDATA[Twitter has exploded in popularity over the past year as many mainstream media sources have been using the service to communicate with their readers/viewers, but did you know that bloggers can now use Twitter to promote their content as well? While searching for a WordPress plugin that could automatically publish my blog posts on Twitter, [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter has exploded in popularity over the past year as many mainstream media sources have been using the service to communicate with their readers/viewers, but did you know that bloggers can now use Twitter to promote their content as well?</p>
<p>While searching for a WordPress plugin that could automatically publish my blog posts on Twitter, I was thrilled to discover the <a href="http://www.bravenewcode.com/wordtwit/">WordTwit WordPress plugin</a>.    With this plugin, simply upload and activate, then enter the Twitter login information for the account you want the tweets to appear under.   Once done, all your WordPress posts will start to appear on your Twitter account (almost instantly from my experience).</p>
<p>[<a href="http://downloads.wordpress.org/plugin/wordtwit.2.0.5.zip"><strong>Download the WordTwit WordPress Plugin</strong></a>]</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1968&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Optimize Your WordPress Database with Optimize DB WordPress Plugin</title>
		<link>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/</link>
		<comments>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:49:33 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Optimize Database]]></category>
		<category><![CDATA[Optimize WordPress]]></category>
		<category><![CDATA[Optimize WordPress Database]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1919</guid>
		<description><![CDATA[If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of Yoast.com has an easy to use WordPress plugin called Optimize Database. This free WordPress plugin simply needs activated, then whenever you click Optimize Now, the plugin runs an optimize [...]]]></description>
			<content:encoded><![CDATA[<p>If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of <a href="http://yoast.com/">Yoast.com</a> has an easy to use WordPress plugin called <a href="http://yoast.com/wordpress/optimize-db/">Optimize Database</a>.</p>
<p>This free WordPress plugin simply needs activated, then whenever you click <em>Optimize Now</em>, the plugin runs an <code>optimize table</code> command on your WordPress tables, effectively defragmenting it. This is very useful for tables that are frequently updated. If you&#8217;d like to learn more about why this WordPress plugin might be necessary, you can read more information on <a href="http://www.dbtuna.com/article.asp?id=15">this post</a>.</p>
<p>Great plugin Joost!</p>
<p>[<strong><a href="http://downloads.wordpress.org/plugin/optimize-db.zip">Download the Optimize Database Plugin</a></strong>]</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1919&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

