<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage</title>
	<atom:link href="http://wpgarage.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Sun, 14 Mar 2010 10:35:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More on doing a 301 redirect of a WordPress site to a new domain</title>
		<link>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/</link>
		<comments>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:45:53 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Good Blogging Practice]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=669</guid>
		<description><![CDATA[<p class="dropcap-first">A few months ago, we redirected this blog from WordPressGarage.com to WPGarage.com in order to respect the request by the folks at Automattic that people not use the word WordPress in their domain name. We wrote up a guide on how to do this type of 301 redirect, and ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">A few months ago, we redirected this blog from WordPressGarage.com to WPGarage.com in order to respect the request by the folks at Automattic that people not use the word WordPress in their domain name. <a title="WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress" href="http://wpgarage.com/tips/wordpress-301-redirect/">We wrote up a guide on how to do this type of 301 redirect</a>, and at that point it seemed that things had gone mostly smoothly. However, I now know that things did not go so smoothly, and here are some things that you should pay attention to if you also choose to 301 redirect your site to a new domain:</p>
<h2>Google Analytics</h2>
<p><a href="http://google.com/analytics">Google Analytics</a> stopped tracking our traffic. It said it was receiving data, but the stats showed zero visitors – an internet flatline. At first I thought that the redirect had caused all traffic to this site to cease, but I knew that could not be the case since our posts were still appearing in the SERPs, which is where most of our traffic comes from. Plus, we were still getting comments, which meant that some people were visiting. My search to figure out why this was happening led me to find a bunch of other issues (listed below), but eventually I just removed the Google Analytics WordPress plugin we were using, and pasted the analytics code into the footer. That solved the problem, and the stats started showing traffic again.</p>
<p>On another note, it seems that you need to log into Google Analytics and update the profile to the new address. I did that, but it didn’t fix the above problem. Anyways, <a href="http://groups.google.com/group/analytics-help-tracking/msg/822daf0e4303f0dc?pli=1">here says it doesn’t matter</a> what domain name in your Google Analytics settings the tracking code is on.</p>
<p>Lesson: pay close attention to your analytics stats after you redirect your site to a new domain. That way, if you see a problem you can start working immediately to solve it. It took me six days to solve our problem, which meant six days of no logged statistics. I would have hated to have done that to a client!</p>
<h2>Google Webmaster Tools</h2>
<p>If you’ve got <a href="www.google.com/webmasters/tools/">Google Webmaster Tools</a> monitoring your site, you need to change some settings there in order for it to start tracking the new domain properly.</p>
<p>Google has complete instructions on what to do if you are <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=83105&amp;hl=en">moving a site to a new domain</a>. One of the things they mention there, which we didn’t do before we did the redirect, is to update your settings in Google Webmaster Tools. If you’ve been tracking your site in Google Webmaster Tools, you need to register a <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=83106">change of address</a>. To do so you, need to re-verify the old site, which includes verifying both the www and non-www versions of the site. <a title="Preferred domain (www or non-www)" href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=44231">Google says</a> that the reason for this is that “Typically, both versions point to the same physical location, but this is not always the case.” I had only added the non-www version to Google Webmaster tools, so I had to add a new site for <a href="http://www.wordpressgarage.com">www.wordpressgarage.com</a>. This was a problem since I’d redirected everything and couldn’t put the meta tag that is required in the header of the old site. So I had to remove the 301 redirect from WordPressGarage.com’s .htaccess, add the header tag, and Verify. Once that was done, I could do the change of address.</p>
<h2>Redirect Properly with or without www</h2>
<p>While I was trying to figure out why our analytics weren’t working, I noticed that we had set up the 301 redirect as follows: <a href="http://wordpressgarage.com">http://wordpressgarage.com</a> &gt; <a href="http://www.wpgarage.com">http://www.wpgarage.com</a> &gt; <a href="http://wpgarage.com">http://wpgarage.com</a>. In other words, we had written in the .htaccess file that visitors to wordpressgarage.com should be redirected to <a href="http://www.wpgarage.com">www.wpgarage.com</a>, but here on wpgarage.com we have it set up that all visitors are redirected to the non-www version of the domain name. Basically, visitors were redirected twice. Not elegant, that’s for sure.</p>
<h2>Google PageRank</h2>
<p>I recently realized that this site lost its Google PageRank in the redirection process. We used to have a PR of 4, and now it’s 0. Zero!! I would like to know why that is the case, since all of a site’s value is supposed to be passed on to the new domain if a 301 redirect is used. But in consolation, I haven’t seen a reduction in traffic. In fact, traffic has gone up since we did the redirect.</p>
<p>So there you go: some more things you should pay attention to when doing a 301 redirect of a site to a new domain name. All of the above makes me realize how dependent we are on Google for managing our site properly. What can we do – they create the best (free) tools, so we use them, and we also depend on them for traffic.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress as CMS: 4 content block plugins with WYSIWYG editors</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors/</link>
		<comments>http://wpgarage.com/wordpress-as-cms/wordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:25:51 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[WordPress as CMS]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content blocks]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=648</guid>
		<description><![CDATA[<p class="dropcap-first">We are constantly trying to find easier and better ways to create manageable blocks of content for clients.</p>
<p>Widgets</p>
<p>Widgets are only helpful up to a certain point since there isn&#8217;t a great plugin  for a WYSIWYG visual editor that I&#8217;m aware of. The Rich Text Widget and WYSIWYG Text Widget ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">We are constantly trying to find easier and better ways to create manageable blocks of content for clients.</p>
<p><strong>Widgets</strong></p>
<p>Widgets are only helpful up to a certain point since there isn&#8217;t a great plugin  for a WYSIWYG visual editor that I&#8217;m aware of. The <a href="http://wordpress.org/extend/plugins/rich-text-widget/">Rich Text Widget</a> and <a href="http://wordpress.org/extend/plugins/wysiwyg-text-widget/">WYSIWYG Text Widget</a> are buggy and aren&#8217;t compatible with 2.9.2.  <a href="http://wordpress.org/extend/plugins/rich-widget/">Rich Widget</a> is ok but requires too many clicks and is not so user friendly.</p>
<p><strong>Custom Fields</strong></p>
<p>Custom fields are only helpful up to a certain point &#8211; since once again there is no visual editor. Coding in your own add_meta_box to the functions.php to add customized,  user-friendly custom fields takes a fair amount of time and quite a bit of PHP know-how. Also, explaining to clients the concept of custom fields is not a super joy.</p>
<p>So, what is the solution for expanding WordPress CMS functionality?</p>
<p><strong>Content Blocks</strong></p>
<p>I investigated a few CMS content block plugins, and here&#8217;s what I have to say:</p>
<p>1. <strong><a href="http://wordpress.org/extend/plugins/pagely-multiedit/">Page.ly MultiEdit</a></strong> Excited to try out a new plugin that would help with editable content, I installed the MultiEdit plugin with <a href="http://blog.page.ly/multiedit-plugin/">instructions here.</a> MultEdit lets you flip between tabs to edit multiple areas of content! So exciting, but no matter what I did, I couldn&#8217;t get the content in each tab to save properly. It only saved the content in the last tab called &#8220;Right&#8221;. Sigh.</p>
<p><img title="multiedit" src="../wp-content/uploads/2010/02/multiedit.png" alt="" width="464" height="211" /></p>
<p>2. <strong><a href="http://wordpress.org/extend/plugins/multiple-content-blocks/">Multiple Content Blocks</a></strong> This plugin is insanely easy to use. All you have to do is add one snippet of code &lt;?php the_block (&#8216;newarea&#8217;); ?&gt; to a page template and voila! you have another WYSIWYG text editor in the admin area. Whatever you enter into this new content area will show up on the page where the snippet is. Amazing. <strong>BUT</strong>, I couldn&#8217;t figure out how to use this code in the sidebar since the sidebar isn&#8217;t a page. Sad.</p>
<p>3. <strong><a href="http://wordpress.org/extend/plugins/page-blocks/">Page blocks</a> </strong>I followed the instructions for how to use the plugin like a good girl, but I still couldn&#8217;t get it to work the way I wanted with additional editors in the editing page area. <img src='http://wpgarage.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>4. <a href="http://wordpress.org/extend/plugins/custom-field-template/"><strong>Custom field template</strong></a> Bring out the champagne peoples! We have a winner! This plugin is the daddy of all custom field plugins. It lets you add whatever customization you want to the custom field and then add code into your template as if it were a regular custom field.</p>
<p>Here&#8217;s how to use it.</p>
<ol>
<li>Install and activate the plugin. Obviously.</li>
<li>Go to the new tab in the admin area called Custom Field Template.</li>
<li>Modify the example they have. Here&#8217;s the one that I created:[ContentAreaName]<br />
type = textarea<br />
rows = 4<br />
cols = 40<br />
tinyMCE = true<br />
htmlEditor = true<br />
mediaButton = true<br />
This means that the custom field I created has a WYSIWYG TinyMCE text editor, an HTML view, and a media button so that the client can upload an image. There are tons more options explained in the settings page.</li>
<li>Add this code to wherever you want in your template files:</li>
</ol>
<p style="padding-left: 30px;">&lt;?php if(get_post_meta($post-&gt;ID, &#8220;ContentAreaName&#8221;, true)) { ?&gt;<br />
&lt;?php echo get_post_meta($post-&gt;ID, &#8220;ContentAreaName&#8221;, $single = true); ?&gt;<br />
&lt;?php } ?&gt;</p>
<p style="padding-left: 30px;">or if you want to add it as a shortcode, use [ContentAreaName]</p>
<p>That&#8217;s all for now. If you have another content block CMS tip, please share!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fwordpress-as-cms%2Fwordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors%2F&amp;title=WordPress+as+CMS%3A+4+content+block+plugins+with+WYSIWYG+editors" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/wordpress-as-cms/wordpress-as-cms-4-content-block-plugins-with-wysiwyg-editors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Add SWFir to WordPress for nice rounded corners, shadows and other effects</title>
		<link>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/</link>
		<comments>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:42:16 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[image replacement]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[swfir]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=623</guid>
		<description><![CDATA[<p class="dropcap-first">While collaborating with our colleagues at Red Door on a project, we came across SWFir,  an amazing way to add some nice subtle effects to WordPress site images. SWFir automatically adds a flash layer on top of images that can round the corners, add a shadow, rotate, or add ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">While collaborating with our colleagues at <a href="http://www.reddoor.biz/">Red Door</a> on a project, we came across <a href="http://www.swfir.com/">SWFir</a>,  an amazing way to add some nice subtle effects to WordPress site images. SWFir automatically adds a flash layer on top of images that can round the corners, add a shadow, rotate, or add a border.  I found the directions on their site a little skimpy for WordPress users so I thought I&#8217;d share how to integrate SWFir for WordPress users.</p>
<p>CSS3 is also great for rounded <a href="http://www.smashingmagazine.com/2009/01/08/push-your-web-design-into-the-future-with-css3/">corners and shadows</a>, but unfortunately we still need to keep in mind people using all different versions of Internet Explorer.</p>
<p><img title="swfir" src="http://wpgarage.com/wp-content/uploads/2010/02/swfir.png" alt="" width="400" height="370" /></p>
<ol>
<li>Download <a href="http://www.swfir.com/mint/pepper/tillkruess/downloads/download.php?uri=/files/swfir_v1.zip">SWFir</a></li>
<li>Upload <code>swfir.js</code> and <code>swfir.swf</code> into a folder called swfir into  your theme directory</li>
<li>Include the swfIR JavaScript file in the <code>&lt;head&gt;</code> of your document like this:<code><br />
</code><code>&lt;script type="text/javascript" src="swfir.js"&gt;&lt;/script&gt;</code></li>
<li>Add this to footer.php just before the closing body tag&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
// swfIR<br />
window.onload = function() {<br />
var sir = new swfir();<br />
sir.specify(&#8220;border-radius&#8221;, &#8220;15&#8243;);<br />
sir.specify(&#8220;src&#8221;, &#8220;&lt;?php bloginfo(&#8217;stylesheet_directory&#8217;); ?&gt;/swfir/swfir.swf&#8221;);<br />
sir.swap(&#8220;.latest-posts-center img&#8221;);<br />
sir.swap(&#8220;.latest-posts-center a img&#8221;);<br />
sir.swap(&#8220;img.rounded&#8221;);<br />
&lt;/script&gt;</p>
<p>You may choose from any of these parameters:</p>
<ul>
<li>border-radius</li>
<li>border-width</li>
<li>border-color</li>
<li>shadow-offset</li>
<li>shadow-angle</li>
<li>shadow-alpha</li>
<li>shadow-blur</li>
<li>shadow-blur-x</li>
<li>shadow-blur-y</li>
<li>shadow-strength</li>
<li>shadow-color</li>
<li>shadow-quality</li>
<li>shadow-inner</li>
<li>shadow-knockout</li>
<li>shadow-hide</li>
<li>rotate</li>
<li>overflow</li>
<li>link</li>
<li>elasticity</li>
</ul>
</li>
<li><strong>Add this in the loop somewhere </strong><strong> </strong>Note: this is assuming that your images are not organized by month and day under Settings &gt; Miscellaneous &#8211; the box is unchecked.<br />
Also, you can change the width to whatever you want and it will resize automatically</p>
<p>&lt;?php if ( get_post_meta($post-&gt;ID, &#8217;rounded_img&#8217;, true) ) {<br />
$postimg = get_post_meta($post-&gt;ID, &#8217;rounded_img&#8217;, $single = true);<br />
if((stristr($postimg,&#8217;http&#8217;)===FALSE) &amp;&amp; (stristr($postimg,&#8217;wp-content&#8217;)===FALSE)) {<br />
$postimg = get_bloginfo(&#8217;siteurl&#8217;).&#8221;/wp-content/uploads/&#8221;.$postimg;<br />
} ?&gt;<br />
&lt;div&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title(); ?&gt;&#8221;&gt;<br />
&lt;img src=&#8221;&lt;?php echo $postimg; ?&gt;&#8221; alt=&#8221;" width=&#8221;140&#8243;  /&gt;&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;?php } ?&gt;</li>
<li>When you create a post, upload an image and copy the Link URL. Create a custom fields key rounded_img and paste the Link URL in the Value Box.<strong><br />
</strong></li>
</ol>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fdesign%2Fadd-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects%2F&amp;title=Add+SWFir+to+WordPress+for+nice+rounded+corners%2C+shadows+and+other+effects" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclude Categories from Feed, Archives, Search, and Home page in WordPress</title>
		<link>http://wpgarage.com/plugins/exclude-categories-from-feed-archives-search-and-home-page-in-wordpress/</link>
		<comments>http://wpgarage.com/plugins/exclude-categories-from-feed-archives-search-and-home-page-in-wordpress/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:10:42 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[categories]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=611</guid>
		<description><![CDATA[<p class="dropcap-first">We often find ourselves looking for the best and easiest way to exclude categories or pages from the navigation menu, the WordPress loop, the category list, the feed, the search, and/or the archive. It&#8217;s so easy to forget one of these elements and accidentally let that category slip into ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">We often find ourselves looking for the best and easiest way to exclude categories or pages from the navigation menu, the WordPress loop, the category list, the feed, the search, and/or the archive. It&#8217;s so easy to forget one of these elements and accidentally let that category slip into the blogstream. We actually wrote about a few <a title="Exclude categories from certain pages with WordPress plugins" href="http://wpgarage.com/plugins/front-page-excluded-categories-wordpress-plugin-for-excluding-categories-from-home-page/">WordPress plugins that exclude categories</a> two years ago, but it&#8217;s definitely time to revisit this issue.</p>
<p>Recently, Miriam found an AMAZING plugin, <a href="http://wordpress.org/extend/plugins/simply-exclude/">Simply Exclude</a> by Paul Menard, which is basically excluding heaven&#8230; if there is such a thing.</p>
<p><img class="alignnone size-full wp-image-612" title="Exclude categories WordPress" src="http://wpgarage.com/wp-content/uploads/2010/01/simple_exclude_wp.png" alt="Exclude categories WordPress" width="400" height="98" /></p>
<h2>Advanced Category Excluder vs. Simply Exclude</h2>
<p>You may have come across the <a href="http://wordpress.org/extend/plugins/advanced-category-excluder/">Advanced Category Excluder</a> plugin, and wonder why we didn&#8217;t use that one. Here&#8217;s why:</p>
<p><strong>Advanced Category Excluder (ACE) vs.  Simply Exclude:</strong></p>
<ul>
<li>Advanced Category Excluder conflicts with the <a title="Exclude Pages plugin" href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages plugin</a> (described below) which excludes pages  from the nav bar. Simple Exclude does not. When I activated it ACE all the pages that had been excluded with the Exclude Pages plugin appeared on the nav bar.</li>
<li>ACE also offers you to exclude Pages, which is so annoying since you have to go through a long list of all the pages on your site to see which you want to exclude, and they appear in long lists without any indication of parent pages and sub-pages. Also, there&#8217;s no easy way to exclude pages when you are adding or editing a page.</li>
<li>With ACE you have to first publish a post in a category, and only then will that category appear in the list of categories for exclusion. This means that if you want a category to not appear in the RSS feed etc., your first post in that category has to.</li>
</ul>
<h2>How to manually exclude categories in the theme files</h2>
<p>And here are a few tips on how to exclude categories manually from the feed and the loop if you still prefer some good ol&#8217; fashioned manual labor.</p>
<p><strong>How to Manually Exclude a Category from a RSS feed</strong></p>
<p>Place the following code in your functions.php file replacing 12 with your category and commas for additional categories. Tip from <a href="http://web-kreation.com/index.php/wordpress/4-ways-to-exclude-wordpress-category-from-rss-feeds/">Web Kreation.</a></p>
<p><strong> </strong></p>
<blockquote><p><strong>function</strong> myFeedExcluder($query) {</p>
<p>if ($query-&gt;is_feed) {</p>
<p>$query-&gt;set(&#8216;cat&#8217;,'-12&#8242;);</p>
<p>}</p>
<p>return $query;</p>
<p>}</p>
<p>add_filter(&#8216;pre_get_posts&#8217;,'myFeedExcluder&#8217;);</p></blockquote>
<p><strong>How to Manually Exclude a Category in Feedburner</strong></p>
<p>Under Edit Feed Details add a ?cat=-93 or whatever the category ID number is so it comes out like:  <a href="http://ejewishphilanthropy.com/feed?cat=-93">http://domain.com/feed?cat=-93</a></p>
<p><strong>How to Manually Exclude a Category from the Loop</strong></p>
<p>Add this code <strong>BEFORE </strong>the loop and change 52 to whatever category you want to exclude</p>
<blockquote><p>&lt;?php query_posts(&#8217;showposts=2&amp;cat=-52&#8242;); ?&gt;</p></blockquote>
<h2>Bonus: Easily Exclude Pages</h2>
<p>Since we&#8217;re discussing excluding stuff from your WordPress blog, here&#8217;s a related plugin that we love called <a href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages</a> by Simon Wheatley. It&#8217;s easy to use and great to give clients for excluding pages from their navigation menu. Exclude Pages adds a checkbox on the edit Page page that users can click to select to exclude the Page they are working on from any place that lists all Pages, like the navigation bar.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fexclude-categories-from-feed-archives-search-and-home-page-in-wordpress%2F&amp;title=Exclude+Categories+from+Feed%2C+Archives%2C+Search%2C+and+Home+page+in+WordPress" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/exclude-categories-from-feed-archives-search-and-home-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display sticky post and exclude it from recent posts list in WordPress</title>
		<link>http://wpgarage.com/code-snippets/display-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress/</link>
		<comments>http://wpgarage.com/code-snippets/display-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:30:03 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[recent posts]]></category>
		<category><![CDATA[sticky posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=592</guid>
		<description><![CDATA[<p class="dropcap-first">We were working on a WordPress site that needed to display a sticky post at the top of the blog page with one style, and then below it a list of the most recent posts with a completely different style.</p>
<p>I realize that you can just style the sticky post ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">We were working on a WordPress site that needed to display a sticky post at the top of the blog page with one style, and then below it a list of the most recent posts with a completely different style.</p>
<p>I realize that you can just style the sticky post using the sticky-related classes provided by WordPress:</p>
<blockquote><p>&lt;div &lt;?php post_class(); ?&gt;&gt; and .sticky class</p></blockquote>
<p>but I needed to have design elements appear in between the sticky post and the rest of the recent posts, and the recent posts needed to have a completely different design than the sticky. Therefore I decided to go with a 2 loop solution. Once we were using two loops, we had to also make sure that sticky post did not repeat itself and appear in the list of recent posts following it.</p>
<p><a href="http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/">Nathan Rice</a> provides a lot of useful information about sticky posts but I couldn&#8217;t get the code he posted to work properly. So I went on a hunt to figure it out.</p>
<h2>How to display a sticky post</h2>
<p>The best solution I found for how to display a WordPress sticky post was a <a href="http://justintadlock.com/archives/2009/03/28/get-the-latest-sticky-posts-in-wordpress#comment-113133">comment </a>by <cite title="http://www.ethymos.com.br"></cite><a title="Eduardo" rel="external nofollow" href="http://www.ethymos.com.br/">Eduardo</a> on Justin Tadlock&#8217;s post <a title="Get the latest sticky posts in WordPress" href="http://justintadlock.com/archives/2009/03/28/get-the-latest-sticky-posts-in-wordpress">Get the Latest Sticky Post</a>. He gave the following code:</p>
<blockquote><p>&lt;?php<br />
$sticky = get_option( &#8217;sticky_posts&#8217; );<br />
query_posts( array( &#8216;post__in&#8217; =&gt; $sticky, &#8216;caller_get_posts&#8217; =&gt; 1, &#8216;orderby&#8217; =&gt; ID, &#8217;showposts&#8217; =&gt; 2 ) );<br />
?&gt;<br />
&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title(); ?&gt;&#8221;&gt;<br />
&lt;?php endwhile;?&gt;</p>
<p>&lt;?php endif; ?&gt;</p></blockquote>
<p>It worked very nicely.</p>
<h2>How to exclude sticky posts from a list of recent posts</h2>
<p>I then wanted to show a list of 3 recent posts that excluded the post that had been defined as sticky. After many trials and errors with different solutions posted around the web, I finally found one that worked on the <a href="http://wordpress.org/support/topic/338776">WordPress Support Forum.</a></p>
<blockquote><p>&lt;?php $sticky = get_option(&#8217;sticky_posts&#8217;) ;</p>
<p>$post_to_exclude[] = $sticky[0];</p>
<p>$args=array(<br />
&#8216;caller_get_posts&#8217;=&gt;1,<br />
&#8217;showposts&#8217;=&gt;2,<br />
&#8216;post__not_in&#8217;=&gt; $post_to_exclude,<br />
);</p>
<p>query_posts($args); ?&gt;</p>
<p>&lt;h2&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt; &lt;/h2&gt;</p>
<p>&lt;?php while (have_posts()) : the_post();  ?&gt;</p>
<p>&lt;?php endwhile;?&gt;</p></blockquote>
<p>So there you have it: a workable way to have a WordPress sticky post with one style, and a list of recent posts excluding the sticky post with a completely different style below the sticky post.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fdisplay-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress%2F&amp;title=Display+sticky+post+and+exclude+it+from+recent+posts+list+in+WordPress" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/code-snippets/display-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My 2010 New Year resolution: to say thank you to WordPress</title>
		<link>http://wpgarage.com/news-views/my-2010-new-year-resolution-to-say-thank-you-to-wordpress/</link>
		<comments>http://wpgarage.com/news-views/my-2010-new-year-resolution-to-say-thank-you-to-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 09:34:52 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[News & Views]]></category>
		<category><![CDATA[API hooks]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=588</guid>
		<description><![CDATA[<p class="dropcap-first">Generally, the only thing a new Gregorian year (there are other calendars out there too, you know) means to me is that I must remember to write 2010 on checks. But since I’ve been reading so many New Year’s posts on other blogs, it got me thinking about what ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">Generally, the only thing a new Gregorian year (there are other calendars out there too, you know) means to me is that I must remember to write 2010 on checks. But since I’ve been reading so many New Year’s posts on other blogs, it got me thinking about what I have to say as we welcome writing 2010 on checks. And here it is:</p>
<h2><strong>Thank you <a title="Automattic" href="http://automattic.com/">Automattic</a> and the <a href="http://wordpress.org/support/">WordPress community</a>.</strong></h2>
<p>While eating breakfast this morning, I started thinking about how much of <a title="WordPress blogs and websites" href="http://illuminea.com/services/wordpress-blogs-websites/">our business&#8217; activities</a> revolve around <a href="http://wordpress.org">WordPress</a> – developing sites and blogs on WordPress, hosting WordPress sites, providing WordPress support and consultation, and more. And then I started thinking about how many people there are out there who also make a living from WordPress services. There must be thousands, if not hundreds of thousands of WordPress service providers around the world.</p>
<p>In addition, there are thousands of others who, thanks to the relative simplicity of WordPress and the freemium hosted service at <a href="http://wordpress.com">WordPress.com</a>, have managed to set up their own dynamic web presence to help them grow their businesses or organizations.</p>
<p>In Judaism, our tradition teaches us that the most <a title="Rambam's Eight Degrees of Charity" href="http://www.panix.com/~jjbaker/rmbmzdkh.html">ideal way of giving charity</a> is to give someone else the ability to generate their own income (similar to the saying about teaching a man to fish rather than giving him fish). Automattic has not only created their own business, but has helped others create their own streams of income. I think this is particularly significant for those in the developing world: with WordPress they can provide their services to clients all over the world, without the need for expensive software and supplies, thus increasing their ability to generate income for themselves and their families.</p>
<p><strong>Automattic </strong>obviously plays a big role in the success of WordPress, but without the community I don’t think WordPress would be where it is today. Automattic’s approach to the community is of course what made it so robust, thanks to the fact that the software is <a href="http://www.opensource.org/">Open Source</a>, and thanks to the implementation of an <a title="WordPress plugin API" href="http://codex.wordpress.org/Plugin_API">API system</a> that allows others to add on features through the development of <a title="WordPress plugins" href="http://wordpress.org/extend/plugins/">plugins</a>. It’s also due to the environment that Automattic created, whereby the community is encouraged to support and be active in the development of WordPress.</p>
<p><strong>The WordPress community</strong> certainly took up the torch, and has helped WordPress spread like wildfire. Three years ago, when I was researching the available Open Source platforms for creating dynamic websites, one of the reasons I settled on WP was because of the amazingly useful community generated information I found. And that’s why I started this very blog: to give back to the community in my own small way.</p>
<p>So thank you WordPress community.</p>
<p>Thank you Automattic.</p>
<p>Thank you for <a href="http://wordpress.com">WordPress.com</a>, <a title="Akismet" href="http://akismet.com/">Akismet</a>, <a href="http://gravatar.com">Gravatar</a>, <a title="WordCamp" href="http://central.wordcamp.org/">WordCamp</a>, the <a title="WordPress Codex" href="http://codex.wordpress.org/Main_Page">Codex</a>, and <a href="http://buddypress.org">BuddyPress</a>.</p>
<p>Thank you for creating such an awesome piece of software, and for continuing to innovate and listen to the community.</p>
<p>Happy New Year!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fmy-2010-new-year-resolution-to-say-thank-you-to-wordpress%2F&amp;title=My+2010+New+Year+resolution%3A+to+say+thank+you+to+WordPress" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/news-views/my-2010-new-year-resolution-to-say-thank-you-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress</title>
		<link>http://wpgarage.com/tips/wordpress-301-redirect/</link>
		<comments>http://wpgarage.com/tips/wordpress-301-redirect/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:30:04 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=558</guid>
		<description><![CDATA[<p class="dropcap-first">About a year ago, a discussion arose in the WordPress community about third-party sites that use the word &#8220;WordPress&#8221; in their domain name. We posted our opinion on this issue since WP Garage has been running (until yesterday) on a domain with the word WordPress in it. We put ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">About a year ago, a discussion arose in the WordPress community about third-party sites that use the word &#8220;WordPress&#8221; in their domain name. We <a href="http://wpgarage.com/news-views/wordpress-in-domains/">posted</a> our opinion on this issue since WP Garage has been running (until yesterday) on a domain with the word WordPress in it. We put WordPress in our domain to show our ever-growing love for WordPress,  but realized how important it is to the founders of WordPress that we take out their brand name, so yesterday we finally moved this blog to WPGarage.com instead. Come on over and take a look.</p>
<p>During the process, we had to do a 301 redirect from WordPressGarage.com to WPGarage.com in order to retain traffic from inbound links and search engines. It&#8217;s important in this type of situation to do a 301 permanent redirect so that all of the new pages on the new site are seen by the search engines as equivalent in terms of value and ranking as the old site.</p>
<p>We followed Yoast&#8217;s guide for how to <a href="http://yoast.com/move-wordpress-blog-domain-10-steps/">Move your WordPress blog to a new domain in 10 steps!</a> which was very helpful. However, along the way, we realized that there are a few things in his directions that might not be clear to readers (they weren&#8217;t so clear to us at times), so here are some things to pay attention to when doing a 301 redirect for a WordPress blog:</p>
<ol>
<li>Put the <code>robots.txt</code> on the <strong>new </strong>domain.</li>
<li>Copy the database and files to the <strong>new </strong>domain.</li>
<li>Edit <code>wp-config.php</code> on the <strong>new </strong>domain to have the right database settings as described by Yoast.</li>
<li>Now set up your new blog install, with the same settings as on the old domain. If you import the database it will retain pretty much all of your settings from the old site.</li>
<li>The <a href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace plugin</a> for replacing instances of your old URL with the new one across your database works great.</li>
<li>This step is fine.</li>
<li>Yoast says to remove the <code>robots.txt</code> file. We left it but removed the slash after the word Disallow.</li>
<li>The code Joost gives to put in your .htaccess file refers to a site moving from a sub-directory on one domain to a the root directory on another domain. It might not be clear what you need to use if you&#8217;re moving from the root directory of one domain to the root directory of another. So, on your <strong>old </strong>blog, add one of the the following lines to your apache <code>.htaccess</code> or vhost-config:
<pre>Redirect 301 /blog/ http://www.<strong>new</strong>domain.com/<em>
This is if you're moving from domain.com/blog to domain.com</em>
<strong>OR</strong>
Redirect 301 / http://www.<strong>new</strong>domain.com/<em>
This is if you're moving from olddomain.com to newdomain.com</em></pre>
</li>
<p><strong>IMPORTANT NOTE: </strong>Don&#8217;t underestimate the importance of the slash and spacing. In Yoast&#8217;s example, we took out the entire /blog/ part of the line and the old site would only forward to the homepage of the new site. Luckily, we found this <a href="http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/">article </a>which showed the importance of the slash placement.</p>
<p><img title="WordPressGarage htaccess code" src="http://wpgarage.com/wp-content/uploads/2009/12/wpgarage_htaccess.png" alt="WordPressGarage htaccess code" width="402" height="382" /></p>
<li>Joost says to remove the old blog and database. I&#8217;m not sure if I would do that so quickly.</li>
<li>Change your FeedBurner account, if you have one, to pick up the correct feed and continue delivering it to subscribers..<br />
<strong>Note</strong>: You can only change the Feed Title and Original Feed. You can&#8217;t change or &#8220;redirect&#8221; the Feed Address itself.<img class="alignnone size-full wp-image-560" title="Feedburner for WPGarage" src="http://wpgarage.com/wp-content/uploads/2009/12/wpgarage_feedburner.png" alt="Feedburner for WPGarage" width="400" height="177" /></li>
</ol>
<p>Test it out and hope Google figures things out and displays your new site in the serps.</p>
<p><em>Update: After moving the site to the new domain, a few issues arose and were eventually solved, including issues related to Google Webmaster Tools, Google Analytics, and more. Read <a title="More on doing a 301 redirect of a WordPress site to a new domain" href="http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/">More on doing a 301 redirect of a WordPress site to a new domain</a> for more info.</em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Ftips%2Fwordpress-301-redirect%2F&amp;title=WordPressGarage.com+now+on+WPGarage.com%2C+and+how+to+move+a+domain+with+a+301+redirect+on+WordPress" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/wordpress-301-redirect/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The importance of the wp_footer(); plugin API hook</title>
		<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/</link>
		<comments>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:03:39 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[API hooks]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=546</guid>
		<description><![CDATA[<p class="dropcap-first">About a week ago I wrote a post about a new WordPress plugin released by Semantinet called Headup. When Semantinet first asked me to install the plugin, it actually didn’t work. They looked into it and realized that the reason for this is that WordPress Garage doesn’t have the ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">About a week ago I wrote a post about a <a title="Headup WordPress Plugin" href="http://wpgarage.com/plugins/semantic-wordpress-plugin/">new WordPress plugin released by Semantinet called Headup</a>. When Semantinet first asked me to install the plugin, it actually didn’t work. They looked into it and realized that the reason for this is that WordPress Garage doesn’t have the wp_footer hook in the footer. I didn’t get too excited about that, and told them there are probably a lot of blogs out there that don’t have this hook, and that they should make sure their plugin is compatible with blogs that don’t have the hook so that it will work in most cases.</p>
<p>They took my advice and modified the plugin, and it worked.</p>
<p>Today, one of our clients contacted us saying that they are trying to install a certain  WordPress analytics plugin, and the code that the plugin produces appears in the footer when they switch to the default theme, but it doesn’t work with the theme we created for them.</p>
<p>I realized that it must be the same missing hook problem, and we looked into it and identified the following hook which indeed was missing from their theme:</p>
<p>&lt;?php wp_footer(); ?&gt;</p>
<p>We added it to their footer.php file, and the plugin started to work!</p>
<p>So take note theme developers for the WordPress community and for private clients (I am including myself in this): it is important to run through a checklist of code snippets that your WordPress themes should contain so that users and clients can enjoy smooth running WordPress sites.</p>
<p>&lt;?php wp_footer(); ?&gt; is just one of them. The WordPress Codex has a very handy page called Theme Development that goes through functionality and code that WordPress themes should have. Here are some important sections:</p>
<p><a href="http://codex.wordpress.org/Theme_Development#Theme_Template_Files_List">Theme Template Files List</a> – list of all the possible theme template files.</p>
<p><a href="http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks">Plugin API Hooks</a> – list of all the pieces of code needed for plugins that use those hooks to work. <a href="http://weblogtoolscollection.com/news/topic/wp_head-wp_footer-038-plugins-that-suddenly-dont-work">Weblog Tools Collection reported</a> that another API hook that’s regularly forgotten in themes is wp_head();.</p>
<h2>The best place for wp_footer();</h2>
<p>WP Designer (when he was still writing his amazing blog) wrote about this hook and <a href="http://www.wpdesigner.com/2007/05/30/where-exactly-should-you-place-wp_footer/">discusses the ideal placement for it within your theme files</a>. He says that often plugins will break your theme if they use this hook, so it’s best to put it in a style-less div container “that your layout doesn’t depend on. Otherwise, you might end up with an incomplete layout while waiting for a slow loading plugin.”</p>
<p>I’m a bit embarrassed that I wasn’t aware of this apparently basic yet important WordPress theme issue. But I hope that by admitting my lack of knowledge I can help some of you solve plugin problems or theme problems.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fthe-importance-of-the-wp_footer-plugin-api-hook%2F&amp;title=The+importance+of+the+wp_footer%28%29%3B+plugin+API+hook" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Headup Semantic WordPress plugin automatically adds rich content to your blog</title>
		<link>http://wpgarage.com/plugins/semantic-wordpress-plugin/</link>
		<comments>http://wpgarage.com/plugins/semantic-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 07:12:27 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=532</guid>
		<description><![CDATA[<p class="dropcap-first">A new WordPress plugin called Headup was released about a week ago by SemantiNet, a startup dedicated to  developing Semantic Web technologies and platforms. The plugin works on top of  the company’s existing technology, and automatically adds rich content to terms  that appear in your blog ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">A new <a href="http://wordpress.org/extend/plugins/">WordPress plugin</a> called <a href="http://wordpress.org/extend/plugins/headup-bloggers-widget/">Headup</a> was released about a week ago by <a href="http://www.semantinet.com/">SemantiNet</a>, a startup dedicated to  developing Semantic Web technologies and platforms. The plugin works on top of  the company’s existing technology, and automatically adds rich content to terms  that appear in your blog posts.</p>
<p>I installed it here on WordPress Garage so you can see it in action, but  basically the way it works is key terms get a dotted orange underline (which  helps differentiate them from your regular links), and when you mouse-over those  terms a pop-up window appears with information tabs. These tabs display the  following content:</p>
<ol>
<li>A short summary about the key-term (Wikipedia style information)</li>
<li>Related News, Articles &amp; Posts</li>
<li>Related images from Flickr, Panoramio, Picasa, etc.</li>
<li>Related Tweets</li>
<li>Related Videos from Youtube</li>
<li>Related Products from Amazon</li>
<li>How your readers Facebook friends relate to the key term (requires readers  to approve Facebook connection)</li>
</ol>
<p>For geographic locations the pop-up will display a Map tab, and for films a  Trailer tab will be displayed.</p>
<p>The field of semantic technologies is so new that Headup is only one of 9  WordPress plugins that have “semantic web” as a tag in the plugin directory.</p>
<h4>How to install the Headup plugin</h4>
<ol>
<li>Go to “Add New” in the WordPress plugin menu.</li>
<li>Enter “headup” as the search term to find the plugin in the directory. There  will only be one result for this term.</li>
<li>Click the “Install” button on the far right, and then activate the plugin.</li>
<li>You can configure some settings for the plugin under Settings &gt; Headup  for WordPress. There you can choose a maximum number of annotations to display  on a page, how many times the same term should be annotated, and whether  hyperlinks should be annotated as well.</li>
</ol>
<p>It will take about an hour before the key terms on your site start displaying  the dotted orange highlights. Here&#8217;s a short video explaining how to install the plugin:</p>
<p>[youtube]http://www.youtube.com/watch?v=3G20whW3yOs[/youtube]</p>
<p>Here&#8217;s another video overview of the <a href="http://www.youtube.com/watch?v=acvYZ9Bolr4">Headup Blog Widget and WordPress plugin</a>.</p>
<h4>Why would you use this plugin?</h4>
<p>The creators of the plugin say that by offering this type of content, you can  “reduce bounce rates and increase your readers&#8217; engagement.” Since I tend to  judge the world by my own preferences, I was a bit skeptical as to whether such  a feature could really achieve those goals since I prefer to find my own info  rather than have it dictated to me. Luckily, my pal <a href="http://twitter.com/pop_art">Mike</a> works at SemantiNet so I decided to  ask him a few questions about this plugin, their technology, the semantic web in  general, and whether he agrees that Cookies and Cream is Ben &amp; Jerry’s best  ice cream flavor.</p>
<p><strong>WPG:</strong> Mike, tell me a bit about SemantiNet and what you do there.</p>
<p><strong>Mike: </strong>Whereas much of the activity related to semantic web is still  very much academic and theoretical, SemantiNet’s products are among the few  examples of practical applications of next generation web technology anyone can  enjoy today.</p>
<p>What our technology does is identify key-terms in publications &amp; blogs  and then provide relevant and personalized related content in real-time. For  example, say you’ve written a post about Barack Obama recently being elected in  Oslo to be honored with the Nobel Peace Prize. What we’ll do is automatically  identify the term “Barack Obama” as being president of the US, and suggest  content related to him, and identify the term “Oslo” as being a city, and  suggest content related to it too.</p>
<p>The big deal here is that the technology realizes that Oslo, the city, has  different attributes from Obama, the person, so it will offer different types of  information for each. For example, Oslo’s Headup results would include a city  map, while Obama’s would not.</p>
<p>As for me, I’m a Project Manager in the company and am responsible for  managing the company’s site and blog widget.</p>
<p><strong>WPG:</strong> Call me an ignoramus Mike (don’t look so happy about the  opportunity), but I still don’t quite get what the semantic web is about. Please  explain and make me feel more intelligent.</p>
<p><strong>Mike: </strong>What makes companies like SemantiNet exciting is that their  understanding of online content goes beyond the basic key-word matching we’re  familiar with from current search technologies, and enters the realm of true  object identification. This is a fancy way of saying that whereas today, if you  search for “Apple” you’ll get results related to the company and the fruit  indiscriminately, the vision for Semantic Web is that the same search will  deliver results that relate not only to “Apple” but also to “Steve Jobs,”  “iPhones,” ”iPods,” etc. even if the word “Apple” isn’t explicitly mentioned in  the text results.</p>
<p>For more information about the Semantic Web I recommend seeing Sir Tim  Berners Lee’s excellent <a href="http://www.ted.com/talks/lang/eng/tim_berners_lee_on_the_next_web.html">TED  talk</a> on the subject.</p>
<p><strong>WPG: </strong>How can bloggers and publishers offer this type of rich  information on their own sites?</p>
<p><strong>Mike:</strong> To date we have three products people can use to get a better  feeling for what this does: the <a href="http://headup.com/">Headup Firefox  addon</a>, the Headup <a href="http://semantinet.com/publishers">publisher and  blogger widget</a>, and most recently, the <a href="http://wordpress.org/extend/plugins/headup-bloggers-widget/">Headup  WordPress plugin</a>.</p>
<p><strong>WPG:</strong> Why should bloggers install the Headup plugin?</p>
<p><strong>Mike: </strong>Bloggers who install our widget will gain longer engagement  times and reduced bounce rates. Besides these advantages the widget has the  ability, via the “Friends” tab, to enable readers to personalize their reading  experience and see how the key terms you blogged about relate to their circle of  friends. To the best of my knowledge no other widget out there has this  capability.</p>
<p>A significant benefit is the fact that everything I’ve described so far is  entirely automated. All you as a blogger need to do is a single one time  installation of the plugin and within about an hour your entire archive will be  covered. This level of automation is again, to the best of my knowledge,  unprecedented.</p>
<p><strong>WPG: </strong>How does the widget promote engagement time and reduce bounce  rate?</p>
<p><strong>Mike: </strong>The widget reduces your reader’s incentive to browse away by  letting them access all the related content they need right on top of your  pages. Why go somewhere else when you have everything you need right where you  are?</p>
<p>In your <a href="../news-views/interview-with-yeddas-head-of-community-marketing-about-new-feedflare-modules-for-bloggers/http:/yedda.com/">interview  with Lior Haner from Yedda</a> you asked, quite rightly, how Yedda was solving  bloggers’ need to have conversations take place in their blog. We don’t deal in  conversations, however as far as complementary and related content is concerned,  we’ve pretty much guaranteed bloggers that their audience won’t have to open  another tab or browse away to get the little extra that was missing.</p>
<p><strong>WPG: </strong>Can bloggers contact you with questions?</p>
<p><strong>Mike: </strong>For sure! I’m personally available for any support needed both  on twitter <a href="http://twitter.com/headup">@headup</a> and via email –  miked[at]semantinet[dot]com. Don’t be Shy!</p>
<p><strong>WPG: </strong>Anything else you’d care to add?</p>
<p><strong>Mike: </strong>I agree that Cookies and Cream is Ben &amp; Jerry’s best flavor.</p>
<p><strong>WPG: </strong>Of course you do! That’s why we’re pals.</p>
<p>So there you have it. I’d love it if you, our readers, would check out this new  feature here and tell me what you think: is it useful, annoying, or somewhere in  between?</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsemantic-wordpress-plugin%2F&amp;title=Headup+Semantic+WordPress+plugin+automatically+adds+rich+content+to+your+blog" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/semantic-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Change Permalink Structure in WordPress without Duplicate Content</title>
		<link>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/</link>
		<comments>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:19:00 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Google News]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/</guid>
		<description><![CDATA[<p class="dropcap-first">Recently we had a client who wanted to change their Permalink structure from</p>
<p>Old Permalink structure: /%author%/%category%/%postname%/</p>
<p>to:</p>
<p>New Permalink structure: /%author%/%category%/%postname%/%post_id%/</p>
<p>so that they would qualify for Google News. Apparently you need at least 3 digits in your URL in order to qualify for Google News.</p>
<p>I wanted to simply change the Permalink ...]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">Recently we had a client who wanted to change their Permalink structure from</p>
<p><strong>Old Permalink structure:</strong> /%author%/%category%/%postname%/</p>
<p>to:</p>
<p><strong>New Permalink structure:</strong> /%author%/%category%/%postname%/%post_id%/</p>
<p>so that they would qualify for <a href="http://www.google.com/support/news_pub/bin/topic.py?topic=11666">Google News</a>. Apparently you need at least 3 digits in your URL in order to qualify for Google News.</p>
<p>I wanted to simply change the Permalink structure by going to Settings&gt;Permalinks in WordPress. However, the problem is that Google sees 2 URLs for the same post which could cause Google to penalize you for duplicate content:</p>
<p>Google would see both the old and new Permalink structure for the same content:</p>
<p>For example, Google would see:</p>
<p>(old) <a href="http://example.com/Rebecca/News/MyPost/">http://example.com/Rebecca/News/MyPost/</a></p>
<p>and</p>
<p>(new) <a href="http://example.com/Rebecca/News/MyPost/222">http://example.com/Rebecca/News/MyPost/222</a></p>
<p>So we need to make sure the old Permalink structure has a 301 redirect to the new Permalink structure.</p>
<p>Thankfully, after trying many plugins, we finally found and successfully implemented this plugin: <a href="http://scott.yang.id.au/code/permalink-redirect/">Permalink Redirect WordPress Plugin</a></p>
<p>The directions on the site are very old and quite confusing.</p>
<p>Here’s how to use <a href="http://scott.yang.id.au/code/permalink-redirect/">Permalink Redirect WordPress Plugin</a></p>
<ol>
<li>Download, Install and activate the plugin</li>
<li>Go to Settings&gt;Permalinks and copy down your old permalink structure</li>
<li>While you’re in Settings&gt;Permalinks, change the Permalink structure to your new permalink structure</li>
<li>Go to Settings&gt;Permalink Redirect and where it says “Old Permalink Structures”, paste in your old permalink structure</li>
</ol>
<p>That’s it.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fhow-to-change-permalink-structure-in-wordpress-without-duplicate-content%2F&amp;title=How+to+Change+Permalink+Structure+in+WordPress+without+Duplicate+Content" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
