<?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>Tech Snacks &#187; Wordpress</title>
	<atom:link href="http://teqsnacks.com/category/cms/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://teqsnacks.com</link>
	<description>Simple CMS, Blogging, Tech, SEO and Social Media</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:52:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Missed Schedule &amp; Failed Cron &#8211; WordPress Annoying Bugs</title>
		<link>http://teqsnacks.com/2010/01/31/missed-schedule-failed-cron-wordpress-bug/</link>
		<comments>http://teqsnacks.com/2010/01/31/missed-schedule-failed-cron-wordpress-bug/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:46:05 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[missed schedule]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://teqsnacks.com/2010/01/31/missed-schedule-failed-cron-wordpress-bug/</guid>
		<description><![CDATA[WordPress sometimes has the most annoying little bugs. Ones that don’t get fixed in minor version updates, ones that developers don’t seem to care about much but they could drive you crazy. WordPress 2.9 failed cron jobs and missed schedules are one such bug. This hasn’t started in WordPress 2.9. Searching for “missed schedule” with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" title="Missed Schedule &amp; Failed Cron - Bugs  in WordPress " alt="Missed Schedule &amp; Failed Cron - Bugs  in WordPress " align="right" src="http://www.tech-nology.it/wp-content/uploads/2009/09/wordpress-bug.png" width="201" height="186" /></p>
<p>WordPress sometimes has the most annoying little bugs. Ones that don’t get fixed in minor version updates, ones that developers don’t seem to care about much but they could drive you crazy.</p>
<p>WordPress 2.9 failed cron jobs and missed schedules are one such bug. This hasn’t started in WordPress 2.9. Searching for “missed schedule” with “Wordpress” keywords, you’re bound to find endless forum threads about that.</p>
<p>WordPress 2.9’s minor updates (upto WordPress WPMU 2.9.1.1) didn’t seem to take care of that.</p>
<p>And the fix is so simple – it consists of modifying the timeout in wp-includes/cron.php.</p>
<p>Approximately around the line number 205 change :</p>
<pre>

wp_remote_post ($cron_url, Array (' timeout' =&gt; 0.01, ' blocking' =&gt; false)); 
</pre>
<p>To 20 seconds: </p>
<pre>

wp_remote_post ($cron_url, Array (' timeout' =&gt; 20, ' blocking' =&gt; false)); 
</pre>
<p>&#160;</p>
<p>The simplest solution, assuming you don’t want to tweak this by hand or worry about future bugs overriding your changes is use one of the useful plugins that would check for missed scheduled posts like “<a href="http://wordpress.org/extend/plugins/missed-schedule/">Missed Schedule</a>”. </p>
<p>&#160;</p>
<p>This has been reported … again and again… take a look at the WordPress bug tracker :</p>
<h4><a href="http://core.trac.wordpress.org/ticket/11505">cron stopped working with standard configuration</a></h4>
<blockquote>
<p>Hi Guys,</p>
<p>After the update to wp 2.9 (from 2.8.6 where everything worked just fine) my cron-jobs stopped working. Looking inside the cron-array with crontrol <a href="http://wordpress.org/extend/plugins/wp-crontrol/">http://wordpress.org/extend/plugins/wp-crontrol/</a> it looks like they are not executed at all. So I end up with all cron jobs waiting for execution (which seems to consume quite a bit of time on every page call). In crontrol this behavior is shown as all cron jobs have the execution status <i>now</i>.</p>
<p>I found the work-around in Otto's reply in this post <a href="http://wordpress.org/support/topic/296236">http://wordpress.org/support/topic/296236</a>which seems to work but produces dirty rewrites in the browser's address bar...</p>
<p>As my server configuration didn't change at all I assume that something else changed (e.g. could the statement <i>Increase timeout on cron-based requests when checking for upgrades</i> mentioned in<a href="http://codex.wordpress.org/Version_2.9"> http://codex.wordpress.org/Version_2.9</a> be the reason?)</p>
<p>greetz, berny</p>
</blockquote>
<h3>&#160;</h3>
<p> More? here…</p>
<ul>
<li><a href="http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/">WordPress 2.9: three bugs, and how to fix them</a></li>
<li><a href="http://wordpress.org/support/topic/343080">2.9 Schedule Posts &quot;missed&quot;</a></li>
<li><a href="http://wordpress.org/support/topic/343174">WP-Cron not working in 2.9</a></li>
</ul>
<p>&#160;</p>
<p>Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2010/01/31/missed-schedule-failed-cron-wordpress-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top SEO &amp; Speed WordPress Plugins To Boost Off 2010</title>
		<link>http://teqsnacks.com/2010/01/23/top-seo-speed-wordpress-plugins-boost-2010/</link>
		<comments>http://teqsnacks.com/2010/01/23/top-seo-speed-wordpress-plugins-boost-2010/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:09:29 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Making Money]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://teqsnacks.com/2010/01/23/top-seo-speed-wordpress-plugins-boost-2010/</guid>
		<description><![CDATA[Looking for some WordPress plugin recommendations to kick off 2010 with more SEO &#38; Speed? I got some for you. Around the beginning of 2010 I saw an explosion of lists with various recommended WordPress plugins : Best 16 WordPress Plugins For 2010 The 15 Best WordPress Plugins to Use in 2010 75 Best WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px;border-left: 0px;margin: 5px 5px 5px 15px;border-top: 0px;border-right: 0px" title="Top SEO &amp; Speed WordPress Plugins To Boost Off 2010" border="0" alt="Top SEO &amp; Speed WordPress Plugins To Boost Off 2010" align="right" src="http://teqsnacks.com/files/2010/01/image2.png" width="198" height="184" />Looking for some WordPress plugin recommendations to kick off 2010 with more SEO &amp; Speed? I got some for you.</p>
<p>Around the beginning of 2010 I saw an explosion of lists with various recommended WordPress plugins :</p>
<ul>
<li><a href="http://www.technshare.com/2010/01/21/best-16-wordpress-plugins-for-2010/">Best 16 WordPress Plugins For 2010</a></li>
<li><a href="http://www.sitesketch101.com/15-incredible-wordpress-plugins-you-need">The 15 Best WordPress Plugins to Use in 2010</a></li>
<li><a href="http://loreleiwebdesign.com/2009/12/26/75-best-wordpress-plugins-that-make-bloggers-lives-easier/">75 Best WordPress Plugins That Make Bloggers Lives Easier</a></li>
<li><a href="http://mashable.com/2009/03/20/wordpress-seo-plugins/">20 of the Best SEO Plugins for WordPress</a></li>
<li><a href="http://www.webuildyourblog.com/?p=1982">Best WordPress Plugins to improve the Security of your Blog</a></li>
</ul>
<p>&#160;</p>
<p>These are okay, but there are a few plugins that can really help boost things up for you. Following are some of my favorite plugins and recommendations for 2010 :</p>
<h3><u>Search Engine Optimization (SEO) plugins</u></h3>
<ol>
<li><a href="http://www.seodesignsolutions.com/wordpress-seo/">SEO Ultimate WordPress Plugin</a> - The AllinOneSEO alternative.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-super-comments">SEO Super Comments</a> – Index your comments as separate pages (thousands of added long tail pages).</li>
<li><a href="http://urbangiraffe.com/plugins/headspace2/">HeadSpace 2</a> – Complete control over metas (overlaps with some of #1, complements #4, not recommended for WPMU)</li>
<li><a href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/">Meta Robots WordPress plugin</a> – All needed SEO tags (overlaps with some of #1, complements #3, not recommended for WPMU)</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links">SEO Smart Links</a> – ALinks reloaded. Auto internal and external linking</li>
<li><a href="http://www.geniosity.co.za/musings/wordpress/hotlink-2-link-wordpress-plugin/">Hotlink 2 Link WordPress Plugin</a> – Make it easy to link to your photos.</li>
<li><a href="http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/">WordPress Global Translator Plugin</a> – Make translation pages of your blog in any language (thousands of added long tail pages with real added value for visitors).</li>
<li><a href="http://www.askapache.com/ajax/404-google-wordpress-plugin.html">SEO Boost from Google 404 Plugin</a> – Best 404 page possible.</li>
<li><a href="http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/">WP Greet Box WordPress Plugin</a> – Make the most of incoming traffic.</li>
</ol>
<p>&#160;</p>
<h3><u>Speed plugins</u></h3>
<ul>
<li><a href="http://www.poradnik-webmastera.com/projekty/db_cache_reloaded/">DB Cache Reloaded – Projekty</a> – Using WPSuperCache? try this instead (not tested on WPMU).</li>
<li><a href="http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/">WP Minify WordPress Plugin</a> – Optimize JS and CSS files (not tested on WPMU).</li>
</ul>
<p>&#160;</p>
<h3><u>Making money plugins</u></h3>
<p>The only real way to make money blogging is direct advertising. This is the best no hassle direct advertising plugin I know:</p>
<ul>
<li><a href="http://teqsnacks.com/oiopublisher">OIOPublisher</a> (aff, I bought this plugin, if you do direct ads, you should too)</li>
</ul>
<p>&#160;</p>
<p>Happy 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2010/01/23/top-seo-speed-wordpress-plugins-boost-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating WordPress sites to Multi User with Multiple Domains</title>
		<link>http://teqsnacks.com/2009/07/31/migrating-wordpress-sites-multi-user-multiple-domains/</link>
		<comments>http://teqsnacks.com/2009/07/31/migrating-wordpress-sites-multi-user-multiple-domains/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 05:57:44 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[multi site manager]]></category>
		<category><![CDATA[multiple domains]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[wordpress multi user]]></category>

		<guid isPermaLink="false">http://teqsnacks.com/2009/07/31/migrating-wordpress-sites-multi-user-multiple-domains/</guid>
		<description><![CDATA[Too many WordPress sites? Consider migrating them all into one WordPress Multi-User (WPMU) site with the Multi Site Manager functionality to host one installation for multiple domain. Why? One installation and upgrading for core WordPress. One installation and upgrading for plugins. Domains are easily manageable. Quickly setup a new WordPress installation in no-time. As easy [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px;margin: 5px 5px 5px 15px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="Wordpress" src="http://teqsnacks.com/files/2009/07/image.png" width="142" height="142" /> <img style="border-right-width: 0px;margin: 5px 5px 5px 15px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="Migrate into" src="http://teqsnacks.com/files/2009/07/image1.png" width="76" height="76" /> <img style="border-right-width: 0px;margin: 5px 5px 5px 15px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="Wordpress Multi User" src="http://teqsnacks.com/files/2009/07/image2.png" width="148" height="148" /> </p>
<p>Too many WordPress sites? Consider migrating them all into one WordPress Multi-User (WPMU) site with the Multi Site Manager functionality to host one installation for multiple domain. </p>
<p>Why?</p>
<ol>
<li>One installation and upgrading for core WordPress. </li>
<li>One installation and upgrading for plugins. </li>
<li>Domains are easily manageable. </li>
<li>Quickly setup a new WordPress installation in no-time. As easy as pointing the new domain to the install directory and configuring the Multi Site Manager plugin. </li>
</ol>
<p>&#160;</p>
<p>Need some help and general directions to get you started? Here are a few links and pointers.</p>
<ol>
<li>It's highly recommended that you atleast get yourself a VPS that you could play around with (WHM and shell access). I use <a href="http://teqsnacks.com/hostforweb" rel="nofollow" target="_blank">Hostforweb</a> and <a href="http://teqsnacks.com/vpsnet" rel="nofollow" target="_blank">VPS.NET</a>. </li>
<li><a href="http://codex.wordpress.org/Installing_WPMU">Install WPMU</a> </li>
<li>Need to set &quot;No wildcards for local hosts file&quot;
<ol>
<li><a href="http://mu.wordpress.org/forums/topic.php?id=6458" target="_blank">Locally - Need to add every test domain by hand.</a>&#160; </li>
<li><a href="http://mu.wordpress.org/forums/topic.php?id=311&amp;replies=2#post-1658" target="_blank">DNS changes.</a> </li>
<li><a href="http://www.blogopreneur.com/2006/11/06/installing-wordpress-mu-on-a-cpanelwhm-server/" target="_blank">Setting up the WHM</a>
<ol>
<li>Your hosts file is usually under /etc/hosts </li>
<li>Your httpd.conf&#160; is usually under&#160; /usr/local/apache/conf/httpd.conf </li>
<li><a href="http://www.blogopreneur.com/2006/11/06/installing-wordpress-mu-on-a-cpanelwhm-server/#comment-79578" target="_blank">Follow the directions on this comment.</a> </li>
</ol>
</li>
</ol>
</li>
<li>I prefer the sub-domains option – <a href="http://mu.wordpress.org/forums/topic.php?id=8569" target="_blank">installation has to be in the main directory</a>. </li>
<li>Configure Domain mapping
<ol>
<li><a href="http://wpmudev.org/project/Multi-Site-Manager" target="_blank">Multi Site&#160; Manager</a> (the option I use)
<ol>
<li><a href="http://www.brilliances.com/multisite-manager-with-wordpress-mu/" target="_blank">Guide on getting Multi Site Manager to work on WPMU.</a> </li>
</ol>
</li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/" target="_blank">Domain mapping plugin</a>
<ol>
<li><a href="http://jimgroom.umwblogs.org/2008/08/14/wpmu-domain-mapping-plugin-on-cpanel/" target="_blank">Tutorial on setting things up.</a> </li>
</ol>
</li>
<li><a href="http://bui4ever.com/web-itecture/wordpress_mu_with_domain_mapping" target="_blank">Doing it by hand</a> (God knows why, I recommend against this unless you know what you're doing). </li>
<li>In case you run into trouble with repeated redirection loops or you're not able to login to the mapped domain - recreate the mapping, reset ALL permissions. </li>
</ol>
</li>
<li>Plugins - some WordPress plugins work as is on WPMU. General comments about plugins that work for basic functionality
<ol>
<li><a href="http://wordpress.org/extend/plugins/standard-xml-sitemap/installation/" target="_blank">Sitemaps</a> </li>
<li><a href="http://www.be-lifted.com/posts/google-analytics-plugin-for-wordpress-mu-revised-english/" target="_blank">Google Analytics</a> </li>
<li>Headspace2 didn't work well, applied <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO</a>. </li>
</ol>
</li>
<li>Then - migrate your WordPress sites into the WPMU
<ol>
<li>Importing categories - use the OPML of your WordPress blog with&#160; <a href="http://youroldblog.com/wp-links-opml.php">http://youroldblog.com/wp-links-opml.php</a> with the import option in your new blog. </li>
<li><a href="http://www.problogger.net/archives/2009/01/03/how-to-move-from-wordpresscom-to-wordpressorg/" target="_blank">Export your posts and comments and import to the new blog</a>.&#160; </li>
</ol>
</li>
<li>Redirect to the new domain - set .htaccess with the following </li>
</ol>
<p> <code>
<p>&lt;IfModule mod_rewrite.c&gt;      <br />RewriteEngine on</p>
<p>RewriteCond %{HTTP_HOST} !^newsite.com$ [NC]      <br />RewriteRule ^(.*)$ <a href="http://newsite.com/">http://newsite.com/</a>$1 [R=301,QSA,L] </p>
<p>&lt;/IfModule&gt;</p>
</p>
<p> </code>
<p>Did it a few months ago with and have since enjoyed effortless maintenance and new blog setup. Have helped a few friends use this method with their setups. Hope this helps somewhat.</p>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2009/07/31/migrating-wordpress-sites-multi-user-multiple-domains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically post your new WordPress blog posts on your Facebook profile</title>
		<link>http://teqsnacks.com/2009/06/22/automatically-post-new-wordpress-blog-posts-facebook-profile/</link>
		<comments>http://teqsnacks.com/2009/06/22/automatically-post-new-wordpress-blog-posts-facebook-profile/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:36:22 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[automatical]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://teqsnacks.com/2009/06/22/automatically-post-new-wordpress-blog-posts-facebook-profile/</guid>
		<description><![CDATA[Tired of posting the blogs updates to your Facebook account manually? Want to keep your Facebook contacts up to date with your latest blog posts? There are a few way to do that automatically. In Facebook, the one Facebook application that seems to do it right is Social RSS (formerly RSS-Connect). In the settings, add [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" border="0" alt="Wordpress &amp; Facebook" align="right" src="http://teqsnacks.com/files/2009/06/image1.png" width="163" height="177" /> Tired of posting the blogs updates to your Facebook account manually? Want to keep your Facebook contacts up to date with your latest blog posts? There are a few way to do that automatically. </p>
<p>In Facebook, the one Facebook application that seems to do it right is <a href="http://apps.facebook.com/rss-connect/presentation.php">Social RSS</a> (formerly RSS-Connect). In the settings, add your blog name and RSS address, set your &quot;Display Options&quot; and in Newsfeed make sure you grant access and set the feed to &quot;Yes&quot;.</p>
<p>If you want to do it through your WordPress blog, try the <a href="http://wordpress.org/extend/plugins/wordbook/">Wordbook plugin</a>.</p>
<blockquote><p>This plugin allows you to cross-post your blog posts to your Facebook Wall. Your Facebook &quot;Boxes&quot; tab will show your most recent blog posts.</p>
</blockquote>
<p>If you're looking for a plugin that does the opposite, taking your facebook updates and posting them on your blog, take a look at the&#160; <a href="http://wordpress.org/extend/plugins/facebook-posted-items/">Facebook Posted Items plugin</a>. If you're looking to combine all sorts of feeds from different social websites, I strongly recommend <a href="http://www.ibegin.com/labs/wp-lifestream/">Lifestream</a>. </p>
<p>The option I dislike the most is using the <a href="http://www.facebook.com/notes.php">Facebook notes option</a>. Following are a few posts on how to do that. I recommend against it (posts old entries, ugly display, no batch remove etc.) :</p>
<ul>
<li><a href="http://www.insidefacebook.com/2009/02/22/how-to-import-your-blog-into-facebook/">How to Import Your Blog Into Facebook</a> </li>
<li><a href="http://www.mitchelaneous.com/2007/08/03/facebook-importing-a-rss-feed-as-notes/">Facebook: Importing a RSS Feed as Notes</a> </li>
</ul>
<p>BTW - the <a href="http://www.sociable.es/facebook-connect/">Facebook Connect WordPress Plugin</a> will allow your blog users to login using their facebook accounts (photo in post from their website).</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2009/06/22/automatically-post-new-wordpress-blog-posts-facebook-profile/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Intense-Debate &#8211; Uninstalling, changing back author URLs and WordPress alternatives</title>
		<link>http://teqsnacks.com/2009/05/18/intense-debate-uninstalling-change-back-author-url-wordpress-alternatives/</link>
		<comments>http://teqsnacks.com/2009/05/18/intense-debate-uninstalling-change-back-author-url-wordpress-alternatives/#comments</comments>
		<pubDate>Tue, 19 May 2009 05:35:44 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[commenting]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[intense debate]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2009/05/18/intense-debate-uninstalling-change-back-author-url-wordpress-alternatives/</guid>
		<description><![CDATA[A while ago I was experimenting with a relatively new comments trend in some of the WordPress blogosphere to manage and display your blog comments through 3rd parties. After looking into the options, I decided to go for Intense Debate. The main benefits considered to install such a tool were to have instant AJAX based [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" border="0" alt="Intense-Debate - Uninstalling, changing back author URLs and WordPress alternatives" align="right" src="http://teqsnacks.com/files/2009/05/image1.png" width="261" height="210" /> A while ago I was experimenting with a relatively new comments trend in some of the WordPress blogosphere to manage and display your blog comments through 3rd parties. After looking into the options, I decided to go for Intense Debate. The main benefits considered to install such a tool were to have instant AJAX based multi-threaded commenting.</p>
<p>After running it for a month I decided to uninstall. The reasons for that included the following :</p>
<ol>
<li><strong>Horrible SPAM management and comment moderation</strong>. There were still some issues in regards to how Intense Debate plays with the WordPress mechanism, and some comments just got lost. </li>
<li><strong>Sync problems between WP and Intense</strong>. Some comments were published in WordPress but not in Intense Debate and vice versa. It seemed as though some would eventually sync somehow, but that would have been after a long delay and with no admin notification. </li>
<li><strong>Admin comments URL link go to Intense Debate instead of to the blog.</strong> this one really bothered me alot, since it affected some of the other plugins that I was using, like &quot;Top Commenters&quot; which now saw me as just another user with an external URL. I wrote them about that and they claimed that they're considering adding that later on. </li>
<li><strong>Disappearing comments</strong>. Sometimes comments would just disappear. I couldn't tell when and under what circumstances, they just did, and more than once. Needless to say just how frustrating that it. </li>
<li><strong>Comment section not appearing in search engines.</strong> I've heard they've been working on that, but for some time Intense Debate had some SEO crawlability issues since it's using Javascript . The "noscript" tag that was used included only some if any of the comments and usually with some wrong parameters. Naturally, this also affects those browsing the web with Javascript turned off. </li>
</ol>
<p><font color="#000000">There are endless other posts out there with more reasons (<a href="http://www.myseveralworlds.com/2009/05/18/plugin-review-intense-debate/">example</a>). Uninstalling Intense Debate is a breeze, I'll grant them that, but there things you might want to consider doing after that :</font></p>
<p>(1) Revert all admin comments back to your URL instead of Intense Debate. Open your PhpMyAdmin, select your WordPress DB, select &quot;SQL&quot; to run an SQL query and run your variation of the following :</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> wp_comments <span style="color: #993333; font-weight: bold;">SET</span> comment_author_url<span style="color: #66cc66;">=</span><span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>comment_author_url<span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'http://intensedebate.com/people/myintensedebateusername'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'http://www.myblogurl.com'</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wp_comments <span style="color: #993333; font-weight: bold;">SET</span> user_id<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">1</span> <span style="color: #993333; font-weight: bold;">WHERE</span> comment_author_email<span style="color: #66cc66;">=</span><span style="color: #ff0000;">'myemail@gmail.com'</span>;</pre></div></div>

<p>(2) Remove all Intense Debate sidebar widgets</p>
<p>(3) Upgrade your theme to included threaded comments. <a href="http://www.niharsworld.com/2008/12/16/how-to-implement-threaded-comments-in-wordpress-themes/">If you're running WordPress 2.7 and above you can change your theme to have that functionality</a>.</p>
<p>(4) Add AJAX. This next <a href="http://rk.md/2009/ajax-commenting-wordpress/">AJAX commenting plugin</a> looks interesting and works for WordPress 2.7 (I'm not sure why the <a href="http://wordpress.smullindesign.com/plugins/ajax-comments">original homepage</a> is dead).</p>
<p>(Photo from <a href="http://www.asktheadmin.com/2008/05/poll-should-we-keep-or-dump-intense-debate-for-our-comments.html">Asktheadmin.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2009/05/18/intense-debate-uninstalling-change-back-author-url-wordpress-alternatives/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Migrating Multi-Author WordPress Blog : Import-Export Users</title>
		<link>http://teqsnacks.com/2009/05/18/moving-multi-author-wordpress-blog-import-export-users/</link>
		<comments>http://teqsnacks.com/2009/05/18/moving-multi-author-wordpress-blog-import-export-users/#comments</comments>
		<pubDate>Mon, 18 May 2009 12:27:57 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[multi author]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2009/05/18/moving-a-multi-author-blog-authors-import-export-users/</guid>
		<description><![CDATA[How do you move WordPress users between blogs? That's a tricky one. WordPress doesn't allow you to neatly import and export users so you need to result into some plugins and a bit of easy tweaking. Ingredients : Users to CSV is a useful plugin by Joost originally intended to start off your mailing list [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" border="0" alt="Moving a Multi-Author Blog Authors : Import-Export Users" align="right" src="http://teqsnacks.com/files/2009/05/image.png" width="179" height="168" /> How do you move WordPress users between blogs? That's a tricky one. WordPress doesn't allow you to neatly import and export users so you need to result into some plugins and a bit of easy tweaking.</p>
<p>Ingredients :</p>
<ul>
<li>Users to CSV is a useful plugin by Joost originally intended to start off your mailing list based on subscriber users or registered commenters, which you can consider if you're into creating a newsletter for your blog (and you should). For me, this was helpful in exporting the userbase to a CSV file. </li>
<li><a href="http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/">Import Users Plugin for WordPress</a> is a small little plugin by Yoast that would allow you to import the users from a CSV. Though it does it job okay, I needed a slightly different thing, so I used a slightly modified version by <a href="http://rodeworks.com/technology/wordpress-batch-import-users/">Rodeworks</a>. </li>
<li>A CSV editor. I simply used Excel 2007. Check <a href="http://help.yahoo.com/l/us/yahoo/smallbusiness/store/shipping/shipping-57.html">this help page</a> if you're not sure how to import and export a CSV file with Excel (didn't lookit up too long, you might be able to find something nicer). </li>
</ul>
<p><font color="#000000">What to do :</font></p>
<ul>
<li>Activate the Users to CSV plugin and export your user base into a CSV. </li>
<li>Activate the Import Users plugin and go to the import page. </li>
<li>Open the exported CSV with a CSV editor. </li>
<li>Change the columns to fit the specifications on the import page. </li>
<li>Copy paste your adjusted CSV into the import page and import. </li>
<li>You're done. </li>
</ul>
<p><font color="#000000">On some occasions, I've seen this need a bit of further role editing with the regular batch role assignment in the WordPress admin console.</font></p>
<p><font color="#000000">Hope that helps. If you know of anything simpler, I'm interested.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2009/05/18/moving-multi-author-wordpress-blog-import-export-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7, 404 errors and Magic Quotes GPC</title>
		<link>http://teqsnacks.com/2009/01/20/wordpress-2-7-404-errors-magic-quotes-gpc-issue/</link>
		<comments>http://teqsnacks.com/2009/01/20/wordpress-2-7-404-errors-magic-quotes-gpc-issue/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 17:39:15 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[magic quotes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shared hosting]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2009/01/20/wordpress-2-7-404-errors-magic-quotes-gpc-issue/</guid>
		<description><![CDATA[WordPress 2.7 doesn't work well with Magic Quotes, I've learned the hard way while trying to help a fellow worker get her blog back to work this week. The symptom was a change in the wp_options table reverting this : a:63:{s:11:&#34;robots.txt$&#34;;....... to this : a:63:{s:12:&#34;robots.txt$&#34;;....... Resulting in permalinks leading to 404 not found errors for [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" border="0" alt="Wordpress 2.7 and Magic Quotes GPC" align="right" src="http://teqsnacks.com/files/2009/01/image.png" width="103" height="103" /> WordPress 2.7 doesn't work well with Magic Quotes, I've learned the hard way while trying to help a fellow worker get her blog back to work this week.</p>
<p>The symptom was a change in the wp_options table reverting this :</p>
<blockquote><p>a:63:{s:11:&quot;robots.txt$&quot;;.......</p>
</blockquote>
<p>to this :</p>
<blockquote><p>a:63:{s:12:&quot;robots.txt$&quot;;.......</p>
</blockquote>
<p>Resulting in permalinks leading to 404 not found errors for all posts, pages and archives. This was only when the permalinks were the non-default type (&quot;beautified permalinks&quot;). The .HTACCESS file seemed in order. Then I found that this was the cause.</p>
<p>At the beginning I just switched it manually back, altering the table by using PHPMYADMIN, but every time she posted or saved something it would go back to the problematic code.</p>
<p>The problem, it seems, was caused by Magic Quotes and the only way to fix it is through changing the Magic Quotes value. </p>
<p>There are a number of ways you can do that. First, add this to the vhost settings :</p>
<blockquote><p>magic_quotes_runtime = Off      <br />magic_quotes_sybase = Off</p>
</blockquote>
<p>Or you can also add this to the .htaccess :</p>
<blockquote><p>php_flag magic_quotes_runtime Off      <br />php_flag magic_quotes_sybase Off</p>
</blockquote>
<p>Effect would be the same.</p>
<p>Problem was, my friend was running on a shared hosting with <a href="http://teqsnacks.com/anhosting/">Anhosting</a> so she couldn't touch the vhost and adding those flags to .htaccess resulted in 505 errors.</p>
<p>The way to solve this was :</p>
<blockquote><p>I tried one more thing. It seems Anhosting allows changing some PHP variables by adding a PHP.INI file to the directory in question (<a href="http://help.midphase.com/support/questions.php?questionid=527">http://help.midphase.com/support/questions.php?questionid=527</a>) so I added a PHP.INI file with the following directive :</p>
<p>magic_quotes_gpc = Off</p>
</blockquote>
<p>That seemed to do the trick. Apparently, this solves a number of other issues with WordPress 2.7 as well. Solution was posted on <a href="http://wordpress.org/support/topic/226591/page/2">the relevant WordPress thread</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2009/01/20/wordpress-2-7-404-errors-magic-quotes-gpc-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom Google Search Provider with an Open-Search Auto Discovery for a WordPress Site</title>
		<link>http://teqsnacks.com/2008/09/27/custom-google-search-provider-open-auto-discovery-wordpress-site/</link>
		<comments>http://teqsnacks.com/2008/09/27/custom-google-search-provider-open-auto-discovery-wordpress-site/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 02:07:20 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[auto discovery]]></category>
		<category><![CDATA[google custom search]]></category>
		<category><![CDATA[opensearch]]></category>
		<category><![CDATA[search provider]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2008/09/27/custom-google-search-provider-open-auto-discovery-wordpress-site/</guid>
		<description><![CDATA[Since I spent the last half an hour doing this for one of the student WordPress websites (NCKU IIMBA Student Council), might as well explain how it’s been done. Shouldn’t take anyone more than 20 minutes. First, you’ll need to make a Google Custom Search. I’ve made one for the students, and you can take [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px 5px 5px 15px" border="0" alt="image" align="right" src="http://teqsnacks.com/files/2008/09/image3.png" width="220" height="120" /> Since I spent the last half an hour doing this for one of the student WordPress websites (<a href="http://iim.incku.com/">NCKU IIMBA Student Council</a>), might as well explain how it’s been done. Shouldn’t take anyone more than 20 minutes.</p>
<p>First, you’ll need to make a Google Custom Search. I’ve made one for the students, and you can take a quick look at <a href="http://www.google.com/coop/cse?cx=009510974112669170466:oev8ebat7gw" rel="nofollow">the NCKU IIMBA student search</a> and <a href="http://www.google.com/custom?num=100&amp;hl=en&amp;client=pub-5253824580064678&amp;cof=FORID%3A1%3BAH%3Aleft%3BCX%3ANCKU%2520students%2520search%3BL%3Ahttp%3A%2F%2Fwww.incku.com%2Ffiles%2Fimages%2Fstudent-council-websearch.jpg%3BLH%3A100%3BLP%3A1%3BLC%3A%23660000%3BVLC%3A%23551A8B%3BGALT%3A%236666FF%3BGFNT%3A%23330099%3BGIMP%3A%23330099%3BDIV%3A%23CCCCCC%3B&amp;adkw=AELymgUOyDCsg5WM_SSSYYcV69X2n_cyd3uLDpvOn6a9JQpR_UY7KKl7jxBJIeaBlpCMF-eq_0_iju1lv3b0jQZJ04TKii2IgzQqN2OqnpsdkjwVu84iGWfsAKK-9HL7HNj8Ut-foV_w&amp;q=getting+started&amp;btnG=Search&amp;cx=009510974112669170466%3Aoev8ebat7gw" rel="nofollow">what a general results page would look like</a>. It shows you all results but emphasizes a few websites that are important for students studying in NCKU-Tainan. A few possible search refinements were added (“Tainan”, “NCKU”, “Taiwan”, “IIMBA”).</p>
<p>Next step it to integrate the Google Custom Search to the WordPress blog. There are endless guides out there that explain it. Phutse does a good job with “<a href="http://namchangkorpa.wordpress.com/2008/05/19/how-to-incorporate-google-custom-search-engine-with-adsense-into-your-wordpress-blog/">How to incorporate Google Custom Search engine with Adsense into your WordPress blog</a>&quot; as does DoshDosh with “<a href="http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/">How to Set up Google Custom Search for Your Website and Make Money</a>“. I’ve also added a Text widget on the side with the Custom search Javascript code. <a href="http://www.google.com/support/customsearch/bin/answer.py?answer=70381&amp;topic=11501" rel="nofollow">Width can be adjusted by playing with the Google Java code provided</a>.</p>
<p>The next step was to make an auto-discovery <a href="http://www.opensearch.org/Documentation/Frequently_asked_questions">OpenSearch</a> XML file, so that the students can add this search to the browsers (Internet Explorer 7 and above,&#160; Firefox 2 and above). Haacked does a good job explaining that one with “<a href="http://haacked.com/archive/2006/10/24/Integrate_Your_Custom_Search_Engine_With_The_Browser.aspx">Integrate Your Custom Search Engine With The Browser</a>”.</p>
<p>My XML file ended up looking like this :</p>
<blockquote><p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;      <br />&lt;OpenSearchDescription       <br />&#160;&#160;&#160; xmlns=&quot;<a href="http://a9.com/-/spec/opensearch/1.1/&quot;">http://a9.com/-/spec/opensearch/1.1/&quot;</a>&gt;       <br />&#160; &lt;ShortName&gt;NCKU IIMBA Search&lt;/ShortName&gt;       <br />&#160; &lt;Tags&gt;NCKU IIMBA INCKU students student &lt;/Tags&gt;       <br />&#160; &lt;Description&gt;       <br />&#160;&#160;&#160; NCKU IIMBA search       <br />&#160; &lt;/Description&gt;       <br />&#160; &lt;Url type=&quot;text/html&quot;       <br />&#160;&#160;&#160; template=&quot;<a href="http://iim.incku.com/search_result?cx=009510974112669170466%3Aoev8ebat7gw&amp;amp;cof=FORID%3A11&amp;amp;ie=UTF-8&amp;amp;q={searchTerms}&amp;amp;sa=Search&amp;amp;&quot;">http://iim.incku.com/search_result?cx=009510974112669170466%3Aoev8ebat7gw&amp;amp;cof=FORID%3A11&amp;amp;ie=UTF-8&amp;amp;q={searchTerms}&amp;amp;sa=Search&amp;amp;&quot;</a> /&gt;       <br />&lt;/OpenSearchDescription&gt;</p>
</blockquote>
<p>and that’s it, we’re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2008/09/27/custom-google-search-provider-open-auto-discovery-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blogging : Live direct communication with your readers &#8211; Google Talk and Woopra</title>
		<link>http://teqsnacks.com/2008/04/28/blogging-live-direct-communication-with-your-readers-google-talk-and-woopra/</link>
		<comments>http://teqsnacks.com/2008/04/28/blogging-live-direct-communication-with-your-readers-google-talk-and-woopra/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 13:54:06 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2008/04/28/blogging-live-direct-communication-with-your-readers-google-talk-and-woopra/</guid>
		<description><![CDATA[Live communication with your blog readers is something I've noticed is beginning to gain popularity across the web. Quite a few of the blogs I visit to leave comments after browsing their RSS are now using this relatively new Google Talk widget which allows your readers to try and communicate with you (add it to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://teqsnacks.com/files/2008/04/image3.png"><img style="margin: 0px 0px 5px 10px" height="65" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image-thumb1.png" width="186" align="right" border="0" /></a>Live communication with your blog readers is something I've noticed is beginning to gain popularity across the web. Quite a few of the blogs I visit to leave comments after browsing their RSS are now using this relatively new Google Talk widget which allows your readers to try and communicate with you (<a href="http://www.google.com/talk/service/badge/New">add it to your blog here</a>).</p>
<p><a href="http://teqsnacks.com/files/2008/04/image4.png"><img style="margin: 10px 0px 5px 10px" height="45" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image-thumb2.png" width="194" align="right" border="0" /></a> The more alarming one is that new service of <a href="http://www.woopra.com/">Woopra</a> that allows the site admin to get the most incredible collection of stats, actually see what's happening on the blog live and even start a conversation. </p>
<p><a href="http://teqsnacks.com/files/2008/04/image5.png"><img height="39" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image-thumb3.png" width="498" border="0" /></a></p>
<p>The feature itself isn't new, but how it comes up on the user side is a bit, eh, different from what I've seen so far. Here's an example from one of the sites.</p>
<p><img height="389" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image6.png" width="439" border="0" /> </p>
<p><a href="http://teqsnacks.com/files/2008/04/image7.png"><img height="109" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image-thumb4.png" width="182" border="0" /></a> <a href="http://teqsnacks.com/files/2008/04/image8.png"><img height="244" alt="Blogging : Live direct communication with your readers - Google Talk and Woopra" src="http://teqsnacks.com/files/2008/04/image-thumb5.png" width="214" border="0" /></a> </p>
<p>The Webmaster says &quot;hi&quot;. That's just great. The first time a blogger attempted to talk to me this way I was a bit confused. This is a neat little feature if you're the blogger, but I'm not so sure about the reader side.</p>
<p>In any case, this is an interesting direction for interactivity and communications between bloggers/web-admins and their users. It will take me a while to get used to it, on both sides, but aside from the obvious implications I can already see some great benefits.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2008/04/28/blogging-live-direct-communication-with-your-readers-google-talk-and-woopra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO : Great Search Engine Optimization boost plugins for your WP blog</title>
		<link>http://teqsnacks.com/2008/01/16/wordpress-seo-great-search-engine-optimization-boost-plugins-for-your-wp-blog/</link>
		<comments>http://teqsnacks.com/2008/01/16/wordpress-seo-great-search-engine-optimization-boost-plugins-for-your-wp-blog/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 06:43:00 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[pluging]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2008/01/16/wordpress-seo-great-search-engine-optimization-boost-plugins-for-your-wp-blog/</guid>
		<description><![CDATA[Following up on the series of WordPress SEO plugins and tips, here' are a few interesting WordPress plugins worth noting that would help boost up your WordPress SEO : Automatically take care of titles, meta-tags etc... wpSEO The Meta-Description is used by Google and other search engines to provide the description of a page. This [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://teqsnacks.com/files/6a745d7ff6b4_C06B/image016.png" style="border: 0px none;margin: 5px 0px 10px 10px" alt="Wordpress SEO : Great Search Engine Optimization boost plugins for your WP blog" align="right" border="0" height="154" width="135" /> Following up on the series of <a href="http://teqsnacks.com/category/seo/"></a><a href="http://teqsnacks.com/category/cms/wordpress/">WordPress </a>SEO plugins and tips, here' are a few interesting WordPress plugins worth noting that would help boost up your <a href="http://teqsnacks.com/category/seo/"></a><a href="http://teqsnacks.com/category/cms/wordpress/">WordPress </a>SEO :</p>
<p>Automatically take care of titles, meta-tags etc...</p>
<p><a href="http://www.smashingmagazine.com/2007/08/20/wpseo-more-seo-for-wordpress/">wpSEO</a></p>
<blockquote><p>The <strong>Meta-Description</strong> is used by Google and other search engines to provide the description of a page. This is quite important - particularly since WordPress by default does absolutely nothing about it. wpSEO can generate post descriptions in a variety of ways, however in most cases it makes sense to cite the actual postings - automatically. If you’d like to be more precise, you can also provide a brief summary for Meta-Description manually.</p></blockquote>
<p>or...</p>
<p><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/">All-in-one-SEO pack</a></p>
<blockquote><p>Automatic Search Engine Optimization (SEO) out of the box for your wordpress blog …</p></blockquote>
<p>with...</p>
<p><a href="http://www.joostdevalk.nl/wordpress/meta-robots-wordpress-plugin/">Meta Robots WordPress plugin</a></p>
<blockquote><p>There's no easy way to add <code>meta</code> robots tags to WordPress pages, unless of course, when you install this plugin.</p></blockquote>
<p>How about autotagging by Yahoo?</p>
<p><a href="http://www.semiologic.com/software/publishing/autotag/">Autotag</a></p>
<blockquote><p>The autotag plugin for WordPress leverages Yahoo's web services to automatically assign tags to your posts and pages.</p></blockquote>
<p>Offer an efficient 404 page...</p>
<p><a href="http://www.askapache.com/seo/404-google-wordpress-plugin.html">AskApache Google 404</a></p>
<blockquote><p><strong>AskApache Google 404</strong> is a <strong>must-have</strong> WordPress plugin that uses some ajax and a couple tricks to display a very helpful and SEO Error Page. The default displays Google Search Results for <strong>images, news, blogs, videos, web, custom search engine, and your own site</strong>.</p></blockquote>
<p><a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/">Search Meter</a></p>
<blockquote><p>Search Meter is a WordPress plugin that helps you keep your blog focused on what your visitors want to read. It does this by keeping track of what your visitors are searching for.</p></blockquote>
<p>use it together with...</p>
<p><a href="http://txfx.net/code/wordpress/nice-search/">Nice Search</a></p>
<blockquote><p>This is a really simple plugin that redirects your WordPress searches (<code>?s=search-term</code>) to the pretty-looking URI version: <code>/search/search-term</code>, and also converts spaces (%20) to plus symbols.</p></blockquote>
<p><a href="http://www.centrostudilaruna.it/huginnemuninn/2007/12/06/wordpress-plugin-tags-autolink/">WordPress Plugin Tags Autolink</a></p>
<blockquote><p>Tags Autolink automatically turns every tag name, when used in posts and pages, into a link to the same tag archive.</p></blockquote>
<p>or do this kind'o thing manually with your leading keywords through...</p>
<p><a href="http://headzoo.com/alinks">aLinks</a></p>
<blockquote><p><strong>aLinks is a free WordPress plugin</strong> that takes a set of phrases you commonly use and turns them into links whenever you include them in a post, but really it’s much more than that!</p></blockquote>
<p>this next one will also help boost Google Images traffic...</p>
<p><a href="http://justinsomnia.org/2005/09/random-image-plugin-for-wordpress/">Random Image</a></p>
<blockquote><p>...I decided to write a plugin to look for blog posts with images and return one image at random, linking back to its post.</p></blockquote>
<p>or something else for Google Images...</p>
<p><a href="http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/">SEO Alt Tag Optimizer &amp; Font Resizer Tool </a></p>
<blockquote><p><strong>SEO Alt Tag Optimizer</strong> is a WordPress plugin that enables a website owner to make optimum use of the Image ALT tags to improve the site’s search engine rankings through the effective utilisation of established and proven search engine optimization techniques.</p></blockquote>
<p>Hopefully get more people to link to you by making it easier for them...</p>
<p><a href="http://www.jimwestergren.com/link-to-me-textbox-wordpess-plugin/">Link to Me Textbox </a></p>
<blockquote><p>This is a WordPress plugin that will give you more links and higher rankings in the search engines.</p></blockquote>
<p>Link to others (technorati and blog search recommended) ...</p>
<p><a href="http://www.ebrandmarketing.com.au/wordpress-link-optimiser/">WordPress Link Optimiser</a></p>
<blockquote><p>Link Optimiser will query Yahoo! Search for relevant web sites, Technorati, Google Blog Search and Yahoo Blog Search. for relevant blog post.</p></blockquote>
<p>Hopefully, you were able to find a few SEO plugins you didn't before. Comments and suggestions are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2008/01/16/wordpress-seo-great-search-engine-optimization-boost-plugins-for-your-wp-blog/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: teqsnacks.com @ 2012-02-10 05:33:12 -->
