<?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>Michael Gray - Graywolf&#039;s SEO Blog &#187; Blogs</title>
	<atom:link href="http://www.wolf-howl.com/category/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolf-howl.com</link>
	<description>Michael Gray rants on SEO the internet and  media</description>
	<lastBuildDate>Thu, 19 Nov 2009 15:01:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Make Thesis Work Better With Digg and Facebook</title>
		<link>http://www.wolf-howl.com/blogs/thesis-digg-facebook/</link>
		<comments>http://www.wolf-howl.com/blogs/thesis-digg-facebook/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:37:18 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2842</guid>
		<description><![CDATA[
If you&#8217;re involved with social media sites like Digg, Facebbok or Reddit, you&#8217;ve probably seen stories with images next to them. If you&#8217;ve submitted stories there, you may have seen it present you with a few image choices, sometimes the one you want is there sometimes it isn&#8217;t. Then there&#8217;s the the case where the [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-digg-facebook/">Make Thesis Work Better With Digg and Facebook</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/thesis-digg-facebook/"class="post_image_link"  title="Permanent link to Make Thesis Work Better With Digg and Facebook"><img class="post_image alignnone remove_bottom_margin" src="http://www.wolf-howl.com/wp-content/uploads/nailpolis-drip.jpg" width="600" height="324" alt="Post image for Make Thesis Work Better With Digg and Facebook" /></a>
</p><p>If you&#8217;re involved with social media sites like Digg, Facebbok or Reddit, you&#8217;ve probably seen stories with images next to them. If you&#8217;ve submitted stories there, you may have seen it present you with a few image choices, sometimes the one you want is there sometimes it isn&#8217;t. Then there&#8217;s the the case where the social media site chooses the image on it&#8217;s own, and it&#8217;s a crappy image or worse yet an ad &#8230; dooming your story to failure. Did you know there&#8217;s a way to fix that problem?<span id="more-2842"></span></p>
<p>Many social media sites like <a href="http://digg.com/tools/thumbnails#" rel="nofollow" >Digg</a> and Facebook work with what&#8217;s called the <a href="http://www.facebook.com/share_partners.php" rel="nofollow" >facebook share standard</a>, so you can tell these services which image you&#8217;d prefer they use. This tutorial deals specifically with Thesis, but again can be used on any wordpress blog, but remeber things are just <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">easier with thesis</a> <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>We need to open up custom_functions.php and add the following code:<br />
<code>// facebook connect digg social media image<br />
function get_social_img() {<br />
global $post;<br />
if ( is_single ()){<br />
$image = "";<br />
$image = get_post_meta($post-&gt;ID, 'thesis_post_image', $single = true);<br />
?&gt;<br />
&lt;link rel="image_src" href="&lt;?php echo $image; ?&gt;" /&gt;<br />
&lt;?<br />
}<br />
}<br />
</code></p>
<p>The code is pretty small and easy so I&#8217;ll walk you through it.</p>
<ol>
<li>We create a new function named &#8211; <code>get_social_img</code></li>
<li><code>global $post;</code> let&#8217;s us get all the data</li>
<li><code>if ( is_single ())</code> says only execute this code on a single post</li>
<li>we then get the <code>thesis_post_image</code> for this post</li>
<li>and write it to the HTML code.</li>
</ol>
<p>Now we have to tell thesis where and when to execute the function, we do that by adding this to custom_functions.php</p>
<p><code>add_action('wp_head', 'get_social_img');</code></p>
<p>You may not have seen <code>wp_head</code> before, it&#8217;s a built in wordpress shortcode that tells it to execute this code in the head area of the page. That&#8217;s it easy as pie. You could improve the code, by maybe adding an if/then to chose the thumbnail over the big picture, or maybe see if there is a special field and then fail over to thumbnail or main image. I think this funtionality should be added to the next version of thesis, if you agree <a href="http://diythemes.com/forums/feature-requests/10398-include-facebook-share-meta-tag-image-post.html#post50527" rel="nofollow" >let them know</a> (wink wink nudge nudge).  if you enjoyed this post check out some of my other <a href="http://www.wolf-howl.com/tag/thesis/">thesis tutorials</a>.
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-digg-facebook/">Make Thesis Work Better With Digg and Facebook</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2842&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/thesis-digg-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Carousel to Your Thesis Blog</title>
		<link>http://www.wolf-howl.com/blogs/how-to-carousel/</link>
		<comments>http://www.wolf-howl.com/blogs/how-to-carousel/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 08:43:52 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2761</guid>
		<description><![CDATA[
If you&#8217;ve spent any time visiting blogs lately chances are you&#8217;ve seen those small little photo&#8217;s accompained by a title or bit of text in or near the masthead. I&#8217;m not sure if it has a proper name, but most people I&#8217;ve talked to call it a carousel, in this tutorial I&#8217;m going to show [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/how-to-carousel/">How to Add a Carousel to Your Thesis Blog</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogging/visual-slider-thesis/' rel='bookmark' title='Permanent Link: How to Add a Visual Slider to Thesis'>How to Add a Visual Slider to Thesis</a> <small>The following is a tutorial on how to add a...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-digg-facebook/' rel='bookmark' title='Permanent Link: Make Thesis Work Better With Digg and Facebook'>Make Thesis Work Better With Digg and Facebook</a> <small>If you&#8217;re involved with social media sites like Digg, Facebbok...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/how-to-carousel/"class="post_image_link"  title="Permanent link to How to Add a Carousel to Your Thesis Blog"><img class="post_image alignnone remove_bottom_margin" src="http://www.wolf-howl.com/wp-content/uploads/carousel-july2009.jpg" width="600" height="300" alt="Post image for How to Add a Carousel to Your Thesis Blog" /></a>
</p><p>If you&#8217;ve spent any time visiting blogs lately chances are you&#8217;ve seen those small little photo&#8217;s accompained by a title or bit of text in or near the masthead. I&#8217;m not sure if it has a proper name, but most people I&#8217;ve talked to call it a carousel, in this tutorial I&#8217;m going to show you how to add one to your blog.<span id="more-2761"></span>For the few of you who don&#8217;t know what I&#8217;m talking about, here&#8217;s a screen shot from <a href="http://gawker.com/" rel="nofollow" title="gawker.com" >gawker.com</a> which is the first place I saw it being used.</p>
<p><a href="http://www.wolf-howl.com/wp-content/uploads/7262009_22442-PM.jpg" rel="shadowbox[post-2761];player=img;"><img class="alignnone size-full wp-image-2764" title="7262009_22442 PM" src="http://www.wolf-howl.com/wp-content/uploads/7262009_22442-PM.jpg" alt="7262009_22442 PM" width="552" height="276" /></a></p>
<p>As time goes on the stories move across the banner,  eventually dropping out of view, similar to the way horses do on a carousel. I&#8217;m going to be showing you how to do this with <a href="http://www.wolf-howl.com/go/thesis">Thesis</a>, as with many of these tutorials you can adapt the programming to work with any blog, it&#8217;s just <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">easier with thesis</a>. <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>First we&#8217;re going to need a way to isolate which posts we want to appear in the top. Chances are you are going to want to pick the best of your newest posts (not all new posts are best). I like to keep my blog low maintenance or self maintaing, so I decided to use the featured category which is the same I use to fill the <a href="http://www.wolf-howl.com/blogging/visual-slider-thesis/">visual slider</a> that&#8217;s on the homepage. However you could just as easily use tags instead of an isolated category.</p>
<p>To make the carouse happen we&#8217;re going to create a custom function in <code>custom_functions.php</code> called <code>top_carousel()</code> and inside of it we&#8217;re going to add <code>global $post</code> (which allows wordpress to get items outside of the current post) and an &#8220;if&#8221; statement to make the carouse appear only on single post pages (I felt the homepage looked to &#8220;busy&#8221; with a slider and a carousel, but that&#8217;s your choice). Here&#8217;s what the initial code looks like:</p>
<p><code><br />
function top_carousel(){<br />
global $post;<br />
if (is_single ()){<br />
}<br />
}<br />
</code><br />
Next we&#8217;re going to add a &#8220;wrapper&#8221; for carousel this will allow us to add some visual styling once we&#8217;re done:</p>
<p><code><br />
function top_carousel(){<br />
global $post;<br />
if (is_single ()){<br />
echo '&lt;div id="topcarosel"&gt;';<br />
echo '&lt;/div&gt;';<br />
}<br />
}<br />
</code></p>
<p>Next we&#8217;re going to need to construct a database select statement that selects only the posts we want. In my case, I wanted the last 6 published posts, from the &#8220;featured&#8221; category, in reverse date order. To do that we&#8217;ll use the following query<br />
<code><br />
$the_query = new WP_Query(array(<br />
'category_name'=&gt;'featured',<br />
'orderby'=&gt;'date',<br />
'order'=&gt;'DESC',<br />
'showposts'=&gt;'6'<br />
));<br />
</code><br />
Explaining the intricacies of WP_Query is beyond the scope of this post however you can <a href="http://codex.wordpress.org/Function_Reference/WP_Query" rel="nofollow" >read more about it on wordpress</a> or lots of other <a href="http://www.bing.com/search?q=wp_query+examples" rel="nofollow" >tutorials on the web</a>. However hopefully it&#8217;s easy to reverse engineer, select only posts from the &#8220;featured category&#8221;, order them by date, in descending order, and select a maximum of 6 posts.</p>
<p>Next we need to display the posts based on that query, here&#8217;s how we do it:<br />
<code><br />
while ($the_query-&gt;have_posts()) : $the_query-&gt;the_post(); $do_not_duplicate = $post-&gt;ID;<br />
$image = get_post_meta($post-&gt;ID, 'thesis_post_image', $single = true);<br />
echo '&lt;div class="carouselu"&gt;';<br />
echo '&lt;a href="';<br />
echo the_permalink();<br />
echo '"  &gt;';<br />
echo '&lt;img src="http://www.wolf-howl.com/wp-content/themes/thesis-wolf/lib/scripts/thumb.php?src='.$image.'&amp;w=140&amp;h=140&amp;zc=1&amp;q=100"&gt;&lt;/a&gt;';<br />
echo '&lt;a href="';<br />
echo the_permalink();<br />
echo '"  &gt;';<br />
echo the_title();<br />
echo '&lt;/a&gt;';<br />
echo '&lt;/div&gt;';<br />
endwhile;<br />
</code><br />
That bit of code executes the previous SQL query, display&#8217;s the thesis picture for that post, resize it down to a 140&#215;140 square, links it to the permalink for the post, then display&#8217;s the title as a link to the permalink as well, and wraps the whole thing in a &#8220;div&#8221;.</p>
<p>There&#8217;s only one last bit, since we are going to use CSS to float the individual carousel unit DIV&#8217;s, we&#8217;ll need to make sure we clear the float&#8217;s when we are done like this:<br />
<code><br />
echo '&lt;div style="clear:both"&gt;&lt;/div&gt;';<br />
</code><br />
Ok now to put it all together, it should look something like this:</p>
<p><code><br />
function top_carousel(){<br />
global $post;<br />
if (is_single ()){<br />
echo '&lt;div id="topcarosel"&gt;';<br />
$the_query = new WP_Query(array(<br />
'category_name'=&gt;'featured',<br />
'orderby'=&gt;'date',<br />
'order'=&gt;'DESC',<br />
'showposts'=&gt;'6'<br />
));<br />
while ($the_query-&gt;have_posts()) : $the_query-&gt;the_post(); $do_not_duplicate = $post-&gt;ID;<br />
$image = get_post_meta($post-&gt;ID, 'thesis_post_image', $single = true);<br />
echo '&lt;div </code><code>class="carouselu"</code><code>&gt;';<br />
echo '&lt;a href="';<br />
echo the_permalink();<br />
echo '"  &gt;';<br />
echo '&lt;img src="http://www.wolf-howl.com/wp-content/themes/thesis-wolf/lib/scripts/thumb.php?src='.$image.'&amp;w=140&amp;h=140&amp;zc=1&amp;q=100"&gt;&lt;/a&gt;';<br />
echo '&lt;a href="';<br />
echo the_permalink();<br />
echo '"  &gt;';<br />
echo the_title();<br />
echo '&lt;/a&gt;';<br />
echo '&lt;/div&gt;';<br />
endwhile;<br />
echo '&lt;div style="clear:both"&gt;&lt;/div&gt;';<br />
echo '&lt;/div&gt;';<br />
}<br />
}<br />
</code><br />
Only 2 steps left, we need to add this code to custom_functions.php to tell thesis when to activate and display the carousel, we do that like this:<br />
<code>add_action('thesis_hook_before_header', 'top_carousel');</code></p>
<p>Then we need to add a bit of styling to our custom.css file, in my case I used this:<br />
<code>#topcarosel {border:1px solid #efefef; padding: 0px;padding-left:10px;}<br />
.caroselu {width:150px;float:left;padding:3px;text-align:center;}<br />
.caroselu IMG {border:2px solid #ccc;display:block;}</code></p>
<p>That wraps a light gray border around the entire top carousel and puts a bit of padding in place, then sets a 150px width for each of the &#8220;carousel units&#8221; with a bit of padding and &#8220;floats&#8221; them so they appear side by side, and then puts a light gray box around the image in the carousel and make sure no single letters creep into the display. If you did everything right it should look like the screen shot below:</p>
<p><a href="http://www.wolf-howl.com/wp-content/uploads/7262009_32157-PM.jpg" rel="shadowbox[post-2761];player=img;"><img class="alignnone size-full wp-image-2766" title="7262009_32157 PM" src="http://www.wolf-howl.com/wp-content/uploads/7262009_32157-PM.jpg" alt="7262009_32157 PM" width="561" height="215" /></a></p>
<p>That code is pretty bare bones and there&#8217;s lots of opportunity for you to improve/change it, here are a few suggestions:</p>
<ul>
<li>Have the first one or two slots fill from a different tag/category, if you have any sort of &#8220;news&#8221; content on your blog, that would be really useful.</li>
<li>Look at the tag/category of the current post and choose related posts for the last one or two slots, this should dramatically increase CTR.</li>
<li>Change the position of the carousel for example <a href="http://www.techcrunch.com/" rel="nofollow" title="Techcrunch" >Techcrunch</a> currently mixes it into the &#8220;content&#8221; block, the <a href="http://travel.nytimes.com/2009/07/26/travel/26hours.html?ref=travel" rel="nofollow" >New York Times</a> puts it at the bottom of the article.</li>
<li>Use multiple carousel&#8217;s in the sidebar or after the post, to display related posts.</li>
</ul>
<p>Thanks to <a href="http://www.seanpercival.com/" rel="nofollow" >Sean Percival</a> for <a href="http://www.seanpercival.com/blog/2009/07/22/riding-the-carousel/" rel="nofollow" >writing about carousel&#8217;s last week</a> and inspiring me to get off my kiester and figure out how to do it, and thanks to <a href="http://www.artofblog.com/" rel="nofollow" >Nick Reese</a> who helped with a coding issue, you might also want to check out some of his <a href="http://www.artofblog.com/category/thesis/" rel="nofollow" >thesis tutorials</a>.</p>
<p>While this tutorial isn&#8217;t a programming masterpiece, it might be a bit beyond you if you have very little programming experience. However if you&#8217;ve been wondering is Thesis just for &#8220;newbies&#8221; I hope these last few <a href="http://www.wolf-howl.com/tag/thesis/">thesis tutorials</a> have shown you <a href="http://www.wolf-howl.com/blogging/thesis-framework-seo/"title="thesis really is a framework" >thesis really is a framework</a> that makes it easy for you to interact with your blog and get things done quicker and easier, no matter how experienced you are, <a href="http://www.wolf-howl.com/go/thesis">so why not give it a try</a>?
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/how-to-carousel/">How to Add a Carousel to Your Thesis Blog</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2761&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogging/visual-slider-thesis/' rel='bookmark' title='Permanent Link: How to Add a Visual Slider to Thesis'>How to Add a Visual Slider to Thesis</a> <small>The following is a tutorial on how to add a...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-digg-facebook/' rel='bookmark' title='Permanent Link: Make Thesis Work Better With Digg and Facebook'>Make Thesis Work Better With Digg and Facebook</a> <small>If you&#8217;re involved with social media sites like Digg, Facebbok...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/how-to-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Theme for Wordpress Review</title>
		<link>http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/</link>
		<comments>http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 08:22:48 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2422</guid>
		<description><![CDATA[
I&#8217;ll admit that when I first saw the Thesis wordpress theme I wasn&#8217;t really keen on it, in fact I really didn&#8217;t see the point. While I&#8217;m not a programmer by trade, I know enough HTML, CSS, and PHP to make things happen in the code. However after seeing some of the behind the scenes [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Theme for Wordpress Review</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogging/thesis-framework-seo/' rel='bookmark' title='Permanent Link: Thesis is a Wordpress Framework Not a Design and Why That Matters for SEO'>Thesis is a Wordpress Framework Not a Design and Why That Matters for SEO</a> <small>When I mention Thesis a lot of people don&#8217;t really...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/"class="post_image_link"  title="Permanent link to Thesis Theme for Wordpress Review"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.wolf-howl.com/wp-content/uploads/compass.jpg" width="600" height="257" alt="Post image for Thesis Theme for Wordpress Review" /></a>
</p><p>I&#8217;ll admit that when I first saw the <a href="http://www.wolf-howl.com/go/thesis/">Thesis wordpress theme</a> I wasn&#8217;t really keen on it, in fact I really didn&#8217;t see the point. While I&#8217;m not a programmer by trade, I know enough HTML, CSS, and PHP to make things happen in the code. However after seeing some of the behind the scenes stuff on <a href="http://www.sugarrae.com/" rel="nofollow" >Rae&#8217;s blog</a> I finally gave it a try, and <em><strong>PURCHASED MY OWN COPY</strong></em>. I can now say that I&#8217;m a big fan of Thesis, and am probably what you&#8217;d call a brand advocate. If you&#8217;re like me and can do your own programming, or just don&#8217;t get why Thesis is cool, then read on, and I&#8217;ll try to explain some of the benefits.</p>
<p><span id="more-2422"></span>If you are a novice programmer of have no programming experience, Thesis makes it really easy to dip your toe in the water, since Rae did an excellent job covering that in her <a href="http://www.sugarrae.com/a-review-of-the-thesis-wordpress-theme/" rel="nofollow" >Thesis review</a> I won&#8217;t rehash that it here. But what about those of us who can do some coding, are developers or publishers, or have more than one website whats the advantage? Chances are you&#8217;ve graduated past the free themes and you are using a premium theme like someplace like <a href="http://www.solostream.com/" rel="nofollow" >solostream</a> or <a href="http://www.woothemes.com/" rel="nofollow" >woo themes</a>. They are nice looking themes for sure, but they have their limitations. Lets imagine you want to customize the look and feel a little, add or remove things, I can tell you from firsthand experience it&#8217;s not an easy task, sometimes it can be excruciatingly difficult, because you have to start modifying the core theme files. Every few months the theme will get an update and therein lies the problem, you&#8217;ve now got two choices, stick with your old version of the theme which has your customizations, or migrate all of your changes back into the new version of the theme. If the theme has updated because of a wordpress update, your&#8217;re pretty much screwed (I speak from first hand experience here).</p>
<p>When you work with <a href="http://www.wolf-howl.com/go/thesis/">Thesis</a> you won&#8217;t have these problems. To customize Thesis the only thing you have to do is change two files <em>custom.css</em> and <em>custom_functions.php</em>.  Every time thesis updates, you copy those two files, upload  the new version of thesis, and put your two files back. That&#8217;s it there&#8217;s no go ing back through the core files trying to figure out how to put your modifications back in. Again I&#8217;ve done this several times across multiple blogs, not just this one, and each time it goes off without a hitch.</p>
<p>Knowing that I only have to work with these two files is huge time saver. If you&#8217;ve ever tried to work with a theme someone else wrote, you  know that working with template files can involve a bit of hunting and pecking, is that coming from <em>archive.php</em> or <em>archives.php</em>, where is the author template pulling from, which sidebar file is that coming from, again working with thesis has already saved me a huge amount of time, so I can get more done, and less time wasted on playing with the code.</p>
<p>Another bonus of thesis is how easy it is to change the layout. Sometimes when you work with &#8220;pixel perfect&#8221; layouts you run into problems. You need to put a 250px wide widget in your sidebar, but the designer made the column 200px wide. In theory you should just be able to go the CSS file and change the two width and everything falls into place. However everyone who has been coding for more than 24 hours can tell you 99% of the time it&#8217;s never that easy. You&#8217;ve got to spend time going through multiple nested CSS sheets and classes, and hope that a graphic wasn&#8217;t involved. However with Thesis it really is that easy, you choose how many columns (up to three), how wide each one is, hit the &#8220;<em>big ass save button</em>&#8221; and you&#8217;re good to go (screen shot below click to enlarge)</p>
<p><a href="http://www.wolf-howl.com/wp-content/uploads/3192009_75617-pm.jpg" rel="shadowbox[post-2422];player=img;"><img class="alignnone size-medium wp-image-2423" title="3192009_75617-pm" src="http://www.wolf-howl.com/wp-content/uploads/3192009_75617-pm-300x276.jpg" alt="3192009_75617-pm" width="300" height="276" /></a></p>
<p>For me the biggest bonus of using thesis comes from the time it saves me. Once you understand how to write hooks customizing thesis really is breeze. If you run more than one website you can leverage the programming across multiple sites even though they all have a different look and feel with different custom CSS file. Hooks are really easy to write, lots of people share theirs, you can see my <a href="http://www.wolf-howl.com/tag/thesis/">thesis hooks</a> here, and I do plan to publish more. Simply put <strong>Thesis helps me get things done with my blog, instead of wasting time on design, themes, and set up distractions</strong>.</p>
<p>To be clear this is not a sponsored post, or sponsored review. I bought my own developers license with my own credit card, I was not given a &#8220;review copy&#8221;, comp&#8217;d, reimbursed, or in any way incentivized to write this post. I wrote it because I like the software and I use it, and to be honest I think a lot of you could benefit from it to. In fact I like this program so much I&#8217;m announcing a new section on my blog called <a href="http://www.wolf-howl.com/recommended/">Recommended</a> where I&#8217;ll be listing software I use and think is worth using and owning.</p>
<p>If you think thesis is cool and want to give it a try, a personal copy is $87 and developers license is $164 (under priced IMHO). if you only run one website the personal copy is fine, have more than one the developers license, lets you put it on as many websites as you want. You can also always upgrade from a personal to the developers license.  If you found this review helpful and want to pick up your own copy of thesis, you can use my affiliate link to <a href="http://www.wolf-howl.com/go/thesis/">make your purchase</a>.
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Theme for Wordpress Review</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2422&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogging/thesis-framework-seo/' rel='bookmark' title='Permanent Link: Thesis is a Wordpress Framework Not a Design and Why That Matters for SEO'>Thesis is a Wordpress Framework Not a Design and Why That Matters for SEO</a> <small>When I mention Thesis a lot of people don&#8217;t really...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Category SEO For Wordpress Blogs and Ecommerce</title>
		<link>http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/</link>
		<comments>http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:40:59 +0000</pubDate>
		<dc:creator>GabGoldenberg</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2249</guid>
		<description><![CDATA[
I solved (at least partly) my problem maintaining rankings over time. Old pages that used to get traffic are once again seeing inbound search visits. I did it by tweaking my blog&#8217;s category pages, but I think the lessons are also helpful for ecommerce sites.

By default, Wordpress category pages show 10 posts. Similarly, most ecommerce [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/">Category SEO For Wordpress Blogs and Ecommerce</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/url-configuration-wordpress/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Choose a Permalink Structure'>Wordpress SEO: How to Choose a Permalink Structure</a> <small>For this post we&#8217;re going to be taking  look at...</small></li><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/"class="post_image_link"  title="Permanent link to Category SEO For Wordpress Blogs and Ecommerce"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.wolf-howl.com/wp-content/uploads/shutterstock_old-book.jpg" width="600" height="308" alt="Post image for Category SEO For Wordpress Blogs and Ecommerce" /></a>
</p><p>I solved (at least partly) my <a href="http://seoroi.com/ideas/seo-rois-strange-problem-with-maintaining-rankings/" rel="nofollow" >problem maintaining rankings over time</a>. Old pages that used to get traffic are once again seeing inbound search visits. I did it by tweaking my blog&#8217;s category pages, but I think the lessons are also helpful for ecommerce sites.<br />
<span id="more-2249"></span><br />
By default, Wordpress category pages show 10 posts. Similarly, most ecommerce category pages show 9 products per page (in a 3&#215;3 grid).</p>
<p>This <em>sucks for SEO</em>, because your individual blog posts or category products get less and less internal linklove over time as they get pushed to the secondary category pages.</p>
<p>There are two types of secondary category pages &#8211; the extremely deep ones that no one will ever get to because it takes 10 &#8220;next page&#8221; clicks to get there. For this problem, Egghead created <a href="http://www.seoegghead.com/software/wordpress-seo-pager.seo" rel="nofollow" >Wordpress pagination</a>. Adding &#8220;1,&#8221; &#8220;2,&#8221; &#8220;3,&#8221; &#8230; links is just a partial solution, though. And as Rand highlights in this <a href="http://www.seomoz.org/blog/whiteboard-friday-a-farewell-to-pagination" rel="nofollow" >fantastic Whiteboard Friday</a> (prompted by a question of mine, I believe <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), pagination is still not great.</p>
<p><strong><em>Search engines don&#8217;t have a particular reason to crawl deeper than the main category page</em></strong>, as a general rule.</p>
<p>This is more true for ecommerce sites where the products tend to resemble each other (e.g. diamond rings) and a deeper crawl is unlikely to make the results returned to searchers significantly better. Search engines also have that incentive in a Wordpress blog context since a percentage of the newer posts likely rehash older ones, though the rehash is less pronounced relative to ecommerce sites.</p>
<p>Further compounding the problem is the fact, as I just recently found out, that All In One SEO &#8211; probably the single most popular Wordpress SEO plugin around &#8211; adds a meta robots noindex tag to your category pages! (Or perhaps it writes to robots.txt; I didn&#8217;t pay exact attention but that&#8217;s a technical detail that is beside the point.) If I were a search engineer, I would treat links from noindexed pages as less valuable than those from pages meant to be in my index. No, I haven&#8217;t run this test scientifically &#8211; this part is just a hunch.</p>
<p><strong>The Takeaway Tips on Optimizing Archival Material:</strong></p>
<p>1) Go to Settings (aka Options in older versions of Wordpress) &#8211; All In One SEO &#8211; and remove the checkmark next to &#8216;noindex category pages&#8217;.</p>
<p>2) Go to Settings &#8211; Reading. Set &#8220;Blog pages show at most: &#8221;  to 100. Rand suggests (in that Whiteboard Friday) that this won&#8217;t solve all your problems, because it doesn&#8217;t scale. So here&#8217;s how to scale it&#8230;</p>
<p>3) Ironically, the answer is in another SEOmoz post. Consolidate the repetitive long tail post selection by <a href="http://www.seomoz.org/blog/headsmacking-tip-11-refresh-legacy-content-for-a-rankings-boost" rel="nofollow" >moving all your content on a narrow subject to one particular post</a>. This will reduce the number of posts (and hence the depth to which spiders need to crawl) as well as make for a single, more comprehensive post.</p>
<p>That makes it more linkable, incidentally. And it should help bring in more longtail traffic too, due to the mix of previously absent words with those already present! While we&#8217;re getting all Wikipedia style, why not throw in a <a href="http://scott.yang.id.au/code/toc-generator/" rel="nofollow" >table of contents</a> for good measure, since your post is going to be getting longer?</p>
<p>4) Take Michael Gray&#8217;s tip on putting posts in just one category (see the vid below). This will enable you to maximize the value of each category page in getting posts indexed (or each subcategory&#8217;s power, as Rand cleverly advises in the Whiteboard Friday video).</p>
<p>For example, I recently wrote that my idea for <a href="http://seoroi.com/analytics/social-media-analytics-via-the-friendfeed-api/" rel="nofollow" >measuring social media results could be coded using the Friendfeed API</a>. Well, the Friendfeed API blurb is going to be integrated into the main post as soon as I find time. Similarly, a number of my link buying posts can be simplified and consolidated.</p>
<h2>The Ideal Category Archive SEO Solution:</h2>
<ul>
<li>Ajax &#8211; 100 posts can be intimidating, especially when that scroll button gets all tiny. Instead, why not have 100 posts loaded, but only 10 or 20 visible? To get to the others you click an AJAX link. Only when you get to say, the 100th or 200th post does a new page need to be loaded. This makes for decent usability while keeping things search engine friendly.</li>
<li>Value-add tagging and sorting system &#8211; Essentially, you&#8217;d be able to tag something on the backend on a scale of 1-5 on how useful a post is. Alternatively, you could base this on user ratings of how good a post was, but this depends on having a large enough user base to sustain this.<br />
Then, users viewing your category archives could sort them by how valuable or popular an individual post is. This &#8217;sort-by-importance&#8217; view would be the default for search engines, ensuring your best content gets the most crawler attention.</li>
</ul>
<p>What do you make of these ideas? Would you do any of this differently? Have additional tips on this? Why does All In One SEO noindex category pages by default, and likewise Joost&#8217;s <a href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/" rel="nofollow" >robots plugin</a>?</p>
<p>Gab Goldenberg writes on <a href="http://seoroi.com" rel="nofollow" >SEO</a> at his <a href="http://seoroi.com/blog/" rel="nofollow" >SEO blog</a>. Check out his <a href="http://seoroi.com/seo-consulting-services/" rel="nofollow" >services</a> if you&#8217;re in the market for something professional.
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/">Category SEO For Wordpress Blogs and Ecommerce</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2249&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/url-configuration-wordpress/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Choose a Permalink Structure'>Wordpress SEO: How to Choose a Permalink Structure</a> <small>For this post we&#8217;re going to be taking  look at...</small></li><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/</link>
		<comments>http://www.wolf-howl.com/blogs/thesis-date-hooks/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 09:08:17 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348</guid>
		<description><![CDATA[
There are a lot of times when you are working on your blog template where you want things to happen based on how old a post is. This tutorial shows you how to do it. The programming is pretty simple and you don&#8217;t have to be using the Wordpress Thesis Theme to do it, but [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-date-hooks/">Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-digg-facebook/' rel='bookmark' title='Permanent Link: Make Thesis Work Better With Digg and Facebook'>Make Thesis Work Better With Digg and Facebook</a> <small>If you&#8217;re involved with social media sites like Digg, Facebbok...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/thesis-date-hooks/"class="post_image_link"  title="Permanent link to Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.wolf-howl.com/wp-content/uploads/watch-black.jpg" width="600" height="268" alt="Post image for Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts" /></a>
</p><p>There are a lot of times when you are working on your blog template where you want things to happen based on how old a post is. This tutorial shows you how to do it. The programming is pretty simple and you don&#8217;t have to be using the Wordpress Thesis Theme to do it, but it would be a lot easier if you were &#8230;<span id="more-2348"></span></p>
<p>Lets tackle the big question first why would you want to change your blog based on how old each post is? When your posts are new maybe you want social media bookmarking buttons to appear, but you don&#8217;t want them on older posts. Maybe you don&#8217;t want to annoy your regular readers with advertising, but after a posts is over 30 days old you want to monetize your archives, with adsense. Maybe your listings in the SERP&#8217;s show a date with them, this may be helpful for posts that are new, but as posts age this may cut down on the number of clicks you get from a search engine. Those are just a few examples, there are many many more.</p>
<p>In this tutorial I&#8217;m going to show you how to ad a block of adsense under the author by line. Let&#8217;s step through the code, the first thing we want to do is figure out how old the post is, here&#8217;s how we do it:</p>
<pre>//how many days old is this post
$daysold = (current_time(timestamp) - get_the_time('U') -
(get_settings('gmt_offset')))/(24*60*60);</pre>
<p>That&#8217;s a lot of wordpress functions strung together that says, get the current time adjust to your local timezone and convert it to days (that&#8217;s the 24 hours times 60 minutes times 60 hours part). The variable $daysold now has a numerical value for how old the current post is.</p>
<p>Next we want to tell the code to only activate if it&#8217;s a single post</p>
<pre>if (is_single()){
//code to do stuff goes here
}</pre>
<p>This code uses a wordpress function that says if this is a single post do what&#8217;s inside the curly braces.  There are other wordpress functions like <strong><em>is_home()</em></strong> (for the homepage) and <em><strong>is_category()</strong> </em>for category pages.</p>
<p>The last piece of code uses the $daysold value to test if the current page is older than our 14 day threshold and looks like this</p>
<pre>if ($daysold &gt; 14 ) {
//code to do stuff goes here
}</pre>
<p>This code says if our post is older than 14 days do what&#8217;s inside of the curly braces. The last thing you need to know is this</p>
<pre>&lt;? php</pre>
<p>and</p>
<pre>?&gt;</pre>
<p>Since we&#8217;re working in PHP we need to tell the program when we want it to switch to plain HTML. The top one says stop doing HTML and start doing PHP the bottom one says stop doing PHP and start doing HTML. The file we&#8217;re working in is a PHP file so usually you&#8217;ll have to tell it to stop doing PHP and start doing HTML first.Now let&#8217;s put it all together.</p>
<p>If you aren&#8217;t already on thesis one of the things that makes it so great is all the custom programming goes in one file custom_functions.php that means no hunting around through template to make sure you have the right one or miss something, it&#8217;s just easier. We&#8217;re going to put out code inside of a function named <strong><em>uauthor_byline()</em></strong> here&#8217;s what it looks like:</p>
<pre>//this appears under the author byline
function uauthor_byline() {

//how many days old is this post
$daysold = (current_time(timestamp) - get_the_time('U') -
(get_settings('gmt_offset')))/(24*60*60);
    //only display on single posts
    if (is_single()){ 

        //only display  if post &gt; 14 days old
        if ($daysold &gt; 14 ) { ?&gt;
            &lt;script type="text/javascript"&gt;&lt;!--
            google_ad_client = "pub-xxxxxxxxxxxxx;
            google_ad_width = 468;
            google_ad_height = 60;
            google_ad_format = "468x60_as";
            google_ad_type = "text";
            google_ad_channel ="xxxxxxx";
            google_color_border = "FFFFFF";
            google_color_bg = "FFFFFF";
            google_color_link = "000000";
            google_color_url = "000000";
            google_color_text = "000000";
            //--&gt;&lt;/script&gt;
            &lt;script type="text/javascript"
              src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
            &lt;/script&gt;
           &lt;? php
        }
    }
}</pre>
<p>lets review we named a function uauthor_byline inside of that function we figured out how old the current post was. We said if this is a single post and if it&#8217;s over 14 days old go ahead and display an adsense banner. If you are going to copy and paste this code be sure to put in your adsense publisher ID and adsense channel.</p>
<p>Next we need to activate the code and tell thesis where to put it, that&#8217;s the easy part just one line of code with a thesis hook as follows</p>
<pre>add_action('thesis_hook_before_post','uauthor_byline' );</pre>
<p>If you are going to use this for adsense I&#8217;d also suggest using section targetting (see <a href="http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/">How to Add Adsense Section Targeting</a>).</p>
<p>As I said in the begining of the article this code could be adapted to work with any wordpress template, it&#8217;s just a little messier than working with thesis. Also you don&#8217;t need to use it just for adsense you could use it for anything else like banner advertisement.</p>
<p><strong>BONUS TIP</strong></p>
<p>I like to mix things up on my blog, when posts are new they have social bookmarking buttons, when they are old they shift to adsense. There&#8217;s an easy way to do that with some slight changes to the code above. To do it you&#8217;ll need to take this code:</p>
<pre>         &lt;? php
        }
    }
}</pre>
<p>and change it to this code:</p>
<pre>        &lt;? php
        }else{
        ?&gt;
         &lt;!-- the code for bookmarking buttons goes here--&gt;
        &lt;?
        }
    }
}</pre>
<p>What I just added was an else condition so if the post &#8220;fails&#8221; the older than 14 days old test then it does the other thing, in this case displays a bookmarking button.</p>
<p>I&#8217;m sure some nit-picky programmer type will be along to tell me it&#8217;s more efficient if I put the $daysold math inside of the is_single test, and if that were the only place it was used, yes I agree. However I&#8217;m using it in the same function to do other things, which is why I placed outside of the if-then condition.</p>
<p>I&#8217;m a big fan of thesis and have a few more tutorials, planned, if there&#8217;s something specific you&#8217;d like to see covered let me know in the comments below.</p>
<p>If you found this post helpful and you&#8217;re thinking of buying thesis using my <a href="http://www.wolf-howl.com/thesis/">affiliate link</a> would make me happy. If you want to buy <a href="http://diythemes.com/thesis/" rel="nofollow" >thesis directly </a>that&#8217;s ok too &#8230; I&#8217;ll just be sad for weeks on end <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-date-hooks/">Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2348&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; How to Add Adsense Section Targeting'>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <small>Using Adsense on your blog usually isn&#8217;t the most profitable...</small></li><li><a href='http://www.wolf-howl.com/blogs/thesis-digg-facebook/' rel='bookmark' title='Permanent Link: Make Thesis Work Better With Digg and Facebook'>Make Thesis Work Better With Digg and Facebook</a> <small>If you&#8217;re involved with social media sites like Digg, Facebbok...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/thesis-date-hooks/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Thesis Tutorial &#8211; How to Add Adsense Section Targeting</title>
		<link>http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/</link>
		<comments>http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:03:40 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2263</guid>
		<description><![CDATA[
Using Adsense on your blog usually isn&#8217;t the most profitable way to monetize it, but it is fairly quick and easy, which makes it a popular choice for many website owners. Last week I moved one of my commercial blogs to Thesis, and was reminded of the importance of using section targeting on your blog.
Section [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/">Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li><li><a href='http://www.wolf-howl.com/blogging/visual-slider-thesis/' rel='bookmark' title='Permanent Link: How to Add a Visual Slider to Thesis'>How to Add a Visual Slider to Thesis</a> <small>The following is a tutorial on how to add a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/"class="post_image_link"  title="Permanent link to Thesis Tutorial &#8211; How to Add Adsense Section Targeting"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.wolf-howl.com/wp-content/uploads/dart-target.jpg" width="600" height="338" alt="Post image for Thesis Tutorial &#8211; How to Add Adsense Section Targeting" /></a>
</p><p>Using Adsense on your blog usually isn&#8217;t the most profitable way to monetize it, but it is fairly quick and easy, which makes it a popular choice for many website owners. Last week I moved one of my commercial blogs to <a href="http://diythemes.com/?a_aid=atlasws" rel="nofollow" >Thesis</a>, and was reminded of the importance of using section targeting on your blog.<span id="more-2263"></span></p>
<p><a href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=23168" rel="nofollow" title="Section targeting" >Section targeting</a> is an adsense approved method of telling the ad serving algorithm which parts of your websites to pay attention to and which parts to ignore. Because blogs sometimes have a lot of extraneous info, non essential keywords, or low profit keywords on them, Adsense isn&#8217;t always as profitable as it could be. However by telling Adsense to use only the contents of the post for determining which ads to show AND (that&#8217;s a big and) putting the ads in that section, you usually get the combination of on target ads that are going to generate the most profit.</p>
<p>Is section targeting worth doing &#8230; the graph below shows Adsense CPM for the month of February, the three days in the box are the days the blog didn&#8217;t have section targeting enabled.</p>
<p><img class="alignnone size-full wp-image-2265" title="2222009_62728-pm" src="http://www.wolf-howl.com/wp-content/uploads/2222009_62728-pm.jpg" alt="2222009_62728-pm" width="497" height="283" /></p>
<p>Once the section targeting was added back in you can see the earnings returned to normal. I&#8217;m pretty sure you aren&#8217;t allowed to show actual dollar amounts, CPM, or CTR rates from your Adsense account, but since this is sanitized I think I&#8217;m ok.</p>
<p>Now on to the real part of the tutorial, we&#8217;re going to be using hooks to add Adsense section targeting. If you aren&#8217;t familiar with how to add thesis hooks, you should read <a href="http://www.sugarrae.com/thesis-hooks-dummies-tutorial/" rel="nofollow" title="Thesis Tutorial - Hooks for Dummies" >Thesis Tutorial &#8211; Hooks for Dummies</a>.</p>
<p>Inside of your custom_functions.php file you want to add the following code:</p>
<p><code>//adsense targeting functions<br />
function open_adsense_targting(){<br />
echo "&lt;!-- google_ad_section_start --&gt;";<br />
}<br />
function close_adsense_targting(){<br />
echo "&lt;!-- google_ad_section_end --&gt;";<br />
}</code></p>
<p>That adds the functions to open and close the section targeting tags. You could use shorter names but I&#8217;m a big proponent of easy to understand programming, and if you come back 6 months from now it&#8217;s going to be really easy to tell what that programming is and what it&#8217;s used for.</p>
<p>Next we need this code:</p>
<p><code>add_action('thesis_hook_before_post','open_adsense_targting' );<br />
add_action('thesis_hook_after_post', 'close_adsense_targting');</code></p>
<p>This uses the hook locations to tell it to open the tag before the post and close the tag after the post. If you are looking for a list of all hooks here&#8217;s a <a href="http://diythemes.com/thesis/rtfm/hooks/" rel="nofollow" title="nice reference" >nice reference</a>. That&#8217;s it that&#8217;s all there is to it.</p>
<p>I&#8217;m a big proponent of thesis, and and am going to move my blog onto it as soon as I stop being so <span style="text-decoration: line-through;">lazy</span> busy. The real benefit of thesis is it acts like a management layer for your design, so you don&#8217;t have to go into the template files to make your changes.  You don&#8217;t have to worry about <span style="text-decoration: line-through;">messing up and breaking</span> tinkering with core wordpress functions. It also makes it easy and painless for people who aren&#8217;t exceptionally skilled with programming to make changes. If you do know your way around the code it just makes it easier to get things done. It&#8217;s $87 for a personal copy or $164 for the developers license (which for me was a no brainer) if you were thinking of buying it feel free to use my <a href="http://diythemes.com/?a_aid=atlasws" rel="nofollow" >thesis aff link</a> <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  or you can <a href="http://diythemes.com/thesis/" rel="nofollow" >go straight</a>.</p>
<p>Thesis has an incredibly powerful and helpful community of supporters so it&#8217;s something I have no problem reccomending.
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/">Thesis Tutorial &#8211; How to Add Adsense Section Targeting</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2263&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/blogs/how-to-carousel/' rel='bookmark' title='Permanent Link: How to Add a Carousel to Your Thesis Blog'>How to Add a Carousel to Your Thesis Blog</a> <small>If you&#8217;ve spent any time visiting blogs lately chances are...</small></li><li><a href='http://www.wolf-howl.com/blogging/visual-slider-thesis/' rel='bookmark' title='Permanent Link: How to Add a Visual Slider to Thesis'>How to Add a Visual Slider to Thesis</a> <small>The following is a tutorial on how to add a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/thesis-tutorial-adsense-section-targeting/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Talk About Your Big But</title>
		<link>http://www.wolf-howl.com/blogs/your-big-but/</link>
		<comments>http://www.wolf-howl.com/blogs/your-big-but/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 09:10:39 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2045</guid>
		<description><![CDATA[I&#8217;m cruising through my feeds this morning and I notice a headline from the New York Times that might interest me


Have I mentioned lately that partial feeds really suck. I&#8217;ve really really really really got to want to know whats on the other end to bother to click through to this page (sucky implementations deserve [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/your-big-but/">Let&#8217;s Talk About Your Big But</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li><li><a href='http://www.wolf-howl.com/sponsors/months-sponsors-february-2009/' rel='bookmark' title='Permanent Link: Thanks to this Months Sponsors &#8211; February 2009'>Thanks to this Months Sponsors &#8211; February 2009</a> <small>I&#8217;d like to say thanks to the people who sponsored...</small></li><li><a href='http://www.wolf-howl.com/sponsors/may-sponsors-2009/' rel='bookmark' title='Permanent Link: Thanks to this Months Sponsors &#8211; May 2009'>Thanks to this Months Sponsors &#8211; May 2009</a> <small>I&#8217;d like to say thanks to the people who sponsored...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m cruising through my feeds this morning and I notice a headline from the New York Times that might interest me</p>
<p><span id="more-2045"></span></p>
<p><img class="alignnone size-full wp-image-2046" title="nyt-google-reader" src="http://www.wolf-howl.com/wp-content/uploads/nyt-google-reader.jpg" alt="" width="500" height="280" /></p>
<p>Have I mentioned lately that partial feeds really suck. I&#8217;ve really really really really got to want to know whats on the other end to bother to click through to <a href="http://travel.nytimes.com/2008/09/28/travel/28checkin.html" rel="nofollow" >this page</a> (sucky implementations deserve sucky anchor text)</p>
<p><a href="http://www.wolf-howl.com/blogs/your-big-but/attachment/check-in-check-out-trump-international-tower-and-hotel-chicago-nytimescom/"rel="attachment wp-att-2047" ><img class="alignnone size-medium wp-image-2047" title="check-in-check-out-trump-international-tower-and-hotel-chicago-nytimescom" src="http://www.wolf-howl.com/wp-content/uploads/check-in-check-out-trump-international-tower-and-hotel-chicago-nytimescom-132x300.png" alt="" width="132" height="300" /></a></p>
<p><strong>But what about tracking and metrics?</strong> Yes I get it the NYT is using antiquated metrics, and doesn&#8217;t factor RSS views into them. In a world of <a href="http://www.digitalnomads.com/" rel="nofollow" >Digital Nomads</a> and <a href="http://webworkerdaily.com/" rel="nofollow" >Mobile Web Workers</a>, isn&#8217;t this a short sighted and narrow viewpoint. Put the content in front of the people to use and make it as easy as possible for them to consume it, if you don&#8217;t your competition will.</p>
<p><strong>But what about loss advertising revenue?</strong> The New York Times certainly has a big enough IT budget to come up with a custom solution, for publishers who are bootstrapping try something like <a href="http://www.blogclout.com/blog/goodies/feed-footer-plugin/" rel="nofollow"  class="broken_link" >RSS Feed Footer</a>, or<a href="http://blogs.feedburner.com/feedburner/archives/2008/05/into_the_wild_adsense_for_feed_1.php" rel="nofollow" > webmaster welfare RSS style</a>.</p>
<p><strong>But what about scrapers re-using your content and you getting a duplicate content penalty?</strong> Well Google thinks they&#8217;ve <a href="http://googlewebmastercentral.blogspot.com/2008/09/demystifying-duplicate-content-penalty.html" rel="nofollow" >got that licked</a>, but if you want to be cautious use <a href="http://yoast.com/wordpress/rss-footer/" rel="nofollow" >RSS Footer</a> to automatically insert links into all your posts. Just change your linking text every 3-4 months most scrapers are too lazy to filter it out or make constant adjustments.</p>
<p>Everybody has a big <strong>BUT</strong> in their lives &#8230; except the people who get off their butts and see everyone else problems as their opportunities &#8230;</p>
<p>Are you too busy worrying about your own but, instead of looking at someone elses?
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/your-big-but/">Let&#8217;s Talk About Your Big But</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=2045&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li><li><a href='http://www.wolf-howl.com/sponsors/months-sponsors-february-2009/' rel='bookmark' title='Permanent Link: Thanks to this Months Sponsors &#8211; February 2009'>Thanks to this Months Sponsors &#8211; February 2009</a> <small>I&#8217;d like to say thanks to the people who sponsored...</small></li><li><a href='http://www.wolf-howl.com/sponsors/may-sponsors-2009/' rel='bookmark' title='Permanent Link: Thanks to this Months Sponsors &#8211; May 2009'>Thanks to this Months Sponsors &#8211; May 2009</a> <small>I&#8217;d like to say thanks to the people who sponsored...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/your-big-but/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Wordpress Plugins That Need to be Developed</title>
		<link>http://www.wolf-howl.com/blogs/wordpress-plugins-developed/</link>
		<comments>http://www.wolf-howl.com/blogs/wordpress-plugins-developed/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:47:14 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=1931</guid>
		<description><![CDATA[After my SEO plugins for wordpress and backend plugins for wordpress most people would think that should cover most of the things anyone would need. However I can think of two that are needed right off the bat.
Search Link Plugin
When you are working/writing in wordpress or editing posts of other authors, sometimes you want to [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/wordpress-plugins-developed/">Two Wordpress Plugins That Need to be Developed</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/wordpress-living-urls/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Create Living URL&#8217;s'>Wordpress SEO: How to Create Living URL&#8217;s</a> <small>If you watched any of the congressional hearings about the...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>After my <a href="http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/">SEO plugins for wordpress</a> and <a href="http://www.wolf-howl.com/blogging/wordpress-clean-backend/">backend plugins for wordpress</a> most people would think that should cover most of the things anyone would need. However I can think of two that are needed right off the bat.<span id="more-1931"></span></p>
<p><strong>Search Link Plugin</strong><br />
When you are working/writing in wordpress or editing posts of other authors, sometimes you want to link certain words that aren&#8217;t already linked. When Clicked this plugin would go to a search engine and return the top 5 results for the highlighted term(s) allow you to click one and automagically generate the hyperlink for you. I say the top 5 because not everyone wants to link to wikipedia (looks squarely in the <a href="www.mattcutts.com/blog/" rel="nofollow" >direction of Google</a>). Ideally you would be able to set a default search engine of your own choosing, but also be able to use the results of any other search engine thru tabs or a drop down interface. Yes it&#8217;s simple and easy to highlight the text, click your custom configured center mouse button to execute a search and copy the result URL of your choice, but efficiency comes from streamlining little tasks that are performed hundreds and thousands of times each year.</p>
<p><strong>Amazon Auto Link Plugin</strong><br />
This plugin would automatically recognize amazon product links and append your affiliate ID onto the end. For example if I were to write a post saying I found the History Channel Revolution DVD series particularly enjoyable (which I did), I would use this link <a href="http://www.amazon.com/History-Channel-Presents-Revolution/dp/B000IB0DD0/" rel="nofollow" >http://www.amazon.com/History-Channel-Presents-Revolution/dp/B000IB0DD0/</a>. To make that an an affiliate link I would add my affiliate ID to the end http://www.amazon.com/History-Channel-Presents-Revolution/dp/B000IB0DD0/myaffid-123. Sure it&#8217;s easy if you have only a one author blog and have an easy to remember ID number, but it becomes more important on multi author blogs. This plugin would automatically add the affid onto the end. I suppose you could appease the Google Gods by adding a nofollow option as well. Again it&#8217;s all about automating and using computers for repetitive menial tasks so you can move on to bigger less tedious things.</p>
<p>If anyone knows of plugins that have this functionality or is willing to donate some programming bandwidth write them and kick them into the public domain, drop a link in the comments, and I&#8217;ll modify this post to link to them.</p>
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/wordpress-plugins-developed/">Two Wordpress Plugins That Need to be Developed</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=1931&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/wordpress-living-urls/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Create Living URL&#8217;s'>Wordpress SEO: How to Create Living URL&#8217;s</a> <small>If you watched any of the congressional hearings about the...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/wordpress-plugins-developed/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Looking for Guest Posts</title>
		<link>http://www.wolf-howl.com/blogs/looking-for-guest-posts/</link>
		<comments>http://www.wolf-howl.com/blogs/looking-for-guest-posts/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:02:00 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=1853</guid>
		<description><![CDATA[So over the years I&#8217;ve been asked more than once do I accept any guest posts, and they answer has always been no. Well I&#8217;ve decided to change that policy and try letting a few guests posts go out and see what happens.
So what&#8217;s it take to be accepted as a guest author? Well you [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/looking-for-guest-posts/">Looking for Guest Posts</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/news/sponsored-posts-techcrunch/' rel='bookmark' title='Permanent Link: Is Sarah Lacy Making Sponsored Posts on TechCrunch?'>Is Sarah Lacy Making Sponsored Posts on TechCrunch?</a> <small>If you read TechCrunch, you may have noticed a post...</small></li><li><a href='http://www.wolf-howl.com/socialmedia/social-media-experts/' rel='bookmark' title='Permanent Link: Is There Really Such a Thing as a Social Media Expert'>Is There Really Such a Thing as a Social Media Expert</a> <small>One of the common themes I see recurring in blog/websites...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>So over the years I&#8217;ve been asked more than once do I accept any guest posts, and they answer has always been no. Well I&#8217;ve decided to change that policy and try letting a few guests posts go out and see what happens.</p>
<p>So what&#8217;s it take to be accepted as a guest author? Well you don&#8217;t have to be an A-list well known SEO or social media blogger, I&#8217;m a big believer in giving people a break and paying it forward, so A-lister thru Z-lister you&#8217;re all welcome. Next your post has to be either informative, educational, or entertaining and you&#8217;re a shoe in if it&#8217;s more than one. Please don&#8217;t submit anything lame rehashing stuff that all ready out there and been said a million times. Also you don&#8217;t have to agree with me, if you love love love Google and think wikipedia is the best thing since sliced bread, bring it on, I don&#8217;t stifle people who have differing opinions. You&#8217;re spelling and grammar should be good &#8230; or at least not any worse than mine <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Yes you can put in your own links, but if it looks like you are linking to yourself or all your friends in an overly gratuitous nepetistic fashion &#8230; well we might have a problem. You can go where you want with your subject, as long as it fits what I usually write about, if you need help picking a subject let me know.</p>
<p>That&#8217;s it so if this sounds like something you&#8217;re interested in <a href="http://www.wolf-howl.com/contact-form/">get in touch</a>.</p>
<p><strong>UPDATE</strong><br />
Going thru requests no decisions made yet just hang in there folks</p>
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/blogs/looking-for-guest-posts/">Looking for Guest Posts</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=1853&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/blogs/thesis-date-hooks/' rel='bookmark' title='Permanent Link: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts'>Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</a> <small>There are a lot of times when you are working...</small></li><li><a href='http://www.wolf-howl.com/news/sponsored-posts-techcrunch/' rel='bookmark' title='Permanent Link: Is Sarah Lacy Making Sponsored Posts on TechCrunch?'>Is Sarah Lacy Making Sponsored Posts on TechCrunch?</a> <small>If you read TechCrunch, you may have noticed a post...</small></li><li><a href='http://www.wolf-howl.com/socialmedia/social-media-experts/' rel='bookmark' title='Permanent Link: Is There Really Such a Thing as a Social Media Expert'>Is There Really Such a Thing as a Social Media Expert</a> <small>One of the common themes I see recurring in blog/websites...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/blogs/looking-for-guest-posts/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SEO Plugins for Wordpress Part II</title>
		<link>http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/</link>
		<comments>http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/#comments</comments>
		<pubDate>Tue, 13 May 2008 09:00:51 +0000</pubDate>
		<dc:creator>Michael Gray</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.wolf-howl.com/?p=1816</guid>
		<description><![CDATA[Ever since my initial SEO plugins for wordpress post almost two years ago, I get asked for an updated list a few times a month. Well since we&#8217;re up to wordpress 2.5 I thought the time has come. I&#8217;ll also put some of my other favorite plugins at the end, they either enhance wordpress features [...]<p>This post originally came from <a href='http://michaelgray.name'>Michael Gray</a> who is an <a href='http://www.wolf-howl.com/information/consulting/'>SEO Consultant</a>. Be sure not to miss the <a href='http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/'>Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/">SEO Plugins for Wordpress Part II</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>



Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li><li><a href='http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/' rel='bookmark' title='Permanent Link: Category SEO For Wordpress Blogs and Ecommerce'>Category SEO For Wordpress Blogs and Ecommerce</a> <small>I solved (at least partly) my problem maintaining rankings over...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>Ever since my initial <a href="http://www.wolf-howl.com/seo/seo-plugins-for-wordpress/">SEO plugins for wordpress</a> post almost two years ago, I get asked for an updated list a few times a month. Well since we&#8217;re up to wordpress 2.5 I thought the time has come. I&#8217;ll also put some of my other favorite plugins at the end, they either enhance wordpress features or just make things easier.</p>
<p><span id="more-1816"></span></p>
<h2>SEO</h2>
<p><a href="http://www.joostdevalk.nl/wordpress/meta-robots-wordpress-plugin/" rel="nofollow" ><strong>Meta Robots WordPress plugin</strong></a> &#8211; Adds meta tags automatically to posts</p>
<p><a href="http://www.wp-plugins-db.org/plugin/aizattos-related-posts/" rel="nofollow" ><strong>Aizatto&#8217;s Related Posts</strong></a> &#8211; Adds related post information to posts and feeds</p>
<p><a href="http://www.thrusites.com/blog/?page_id=28" rel="nofollow" ><strong>Cross-Linker</strong></a> &#8211; Set up commonly used words to link to posts or redirects (also useful for affiliate links)</p>
<p><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" rel="nofollow" ><strong>Sitemap Generator</strong></a> &#8211; Automatically builds and HTML style sitemap</p>
<p><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="nofollow" ><strong>Google (XML) Sitemaps</strong></a> &#8211; Automatically build and ping multiple sitemap services with an XML file</p>
<p><a href="http://urbangiraffe.com/plugins/headspace2/" rel="nofollow" ><strong>HeadSpace 2</strong></a> &#8211; A monster plugin that lets you rewrite titles, meta data, and host of other features watch the video on the page for the full list of features</p>
<p><a href="http://www.netconcepts.com/seo-title-tag-plugin/" rel="nofollow" ><strong>SEO Title Tag</strong></a> &#8211; Don&#8217;t need all the power of Headspace try SEO title tag</p>
<p><a href="http://wordpress.org/extend/plugins/seo-slugs/" rel="nofollow" ><strong>SEO Slugs</strong></a> &#8211; keeps slugs from becoming too long</p>
<h2>Utilities</h2>
<p><a href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/" rel="nofollow" ><strong>Secure Form Mailer</strong></a> &#8211; makes building and integrating multiple and custom forms easy</p>
<p><a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" rel="nofollow" ><strong>FeedBurner FeedSmith</strong></a> &#8211; Makes integrating with feedburner easy</p>
<p><a href="http://www.blogclout.com/blog/goodies/feed-footer-plugin/" rel="nofollow"  class="broken_link" ><strong>Feed Footer</strong></a> &#8211; Adds advertising, copyright or other custom messages into feeds</p>
<p><a href="http://tantannoodles.com/toolkit/photo-album/" rel="nofollow" ><strong>Flickr Photo Album</strong></a> &#8211; Integrate your flickr photo&#8217;s, albums, sets, and groups into your website</p>
<p><a href="http://eightface.com/wordpress/flickrrss/" rel="nofollow" ><strong>flickrRSS for WordPress</strong></a> &#8211; add photos from any flickr RSS feed into your website</p>
<p><a href="http://anthologyoi.com/wordpress/plugins/future-posts-calendar-plugin.html" rel="nofollow" ><strong>Future Posts Calendar Plugin</strong></a> &#8211; A calendar that shows which days you have posts scheduled to publish, very helpful for multiple authors and scheduled posts.</p>
<p><a href="http://cavemonkey50.com/code/full-feed/" rel="nofollow" ><strong>Full Text Feed</strong></a> &#8211; Lets you use the &#8220;more&#8221; tag and still publish full feeds</p>
<p><a href="http://www.webmaster-source.com/gocodes-redirection-plugin-wordpress/" rel="nofollow" ><strong>GoCodes Redirection Plugin</strong></a> &#8211; Add tiny URL style functionality into your blog</p>
<p><a href="http://gotchance.com/got-banners-plugin/" rel="nofollow" ><strong>Got Banners</strong></a> &#8211; Makes adding advertising banners quick and easy without having to monkey with the template</p>
<p><a href="http://rmarsh.com/plugins/highlight-comments/" rel="nofollow" ><strong>Highlight Author Comments</strong></a> &#8211; Makes giving authors comments a different style much easier</p>
<p><a href="http://www.biggnuts.com/objection-redirection-wordpress-plugin/" rel="nofollow" ><strong>Objection Redirection!</strong></a> &#8211; Makes setting 301&#8217;s (especially lots of them) easy as pie</p>
<p><a href="http://imthi.com/organizer" rel="nofollow" ><strong>Wordpress Organizer</strong></a> &#8211; Makes adding and managing uploads and images easier</p>
<p><a href="http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/" rel="nofollow" ><strong>Who Sees Ads</strong></a> &#8211; Makes ads or other elements conditionally displayed</p>
<p><a href="http://planetozh.com/blog/my-projects/absolute-comments-manager-instant-reply/" rel="nofollow" ><strong>Absolute Comments</strong></a> &#8211; Makes replying to comments and managing them much easier</p>
<p><a href="http://www.photodropper.com/wordpress-plugin/" rel="nofollow" ><strong>Photo Dropper</strong></a> &#8211; Makes adding Creative Commons licensed photos from flickr quick and easy</p>
<p><a href="http://www.internetofficer.com/wordpress/search-pages/" rel="nofollow" ><strong>Search Pages</strong></a> &#8211; Lets the search box search both posts and pages</p>
<p><a href="http://scott.yang.id.au/code/permalink-redirect/" rel="nofollow" ><strong>Permalink Redirect</strong></a> &#8211; Keep urls with parameters from being indexed</p>
<p><a href="http://alexking.org/projects/wordpress" rel="nofollow" ><strong>WordPress Mobile Edition</strong></a> &#8211; Display a simple stripped down version of your site to mobile users</p>
<p><a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html" rel="nofollow" ><strong>Wordpress Automatic Upgrade plugin</strong></a> &#8211; Save yourself thousands of hours of time upgrading wordpress</p>
<p><a href="http://www.ilfilosofo.com/blog/wp-db-backup/" rel="nofollow" ><strong>WordPress Database Backup</strong></a> &#8211; Automate backups of your blog</p>
<h2>Social</h2>
<p><a href="http://www.preblogging.com/increase-sociability/" rel="nofollow" ><strong>Increase Sociability Wordpress Plugin</strong></a> &#8211; Display custom messages for people who came from social sites like Digg and stumbleupon</p>
<p><a href="http://sharethis.com/" rel="nofollow" ><strong>Share This</strong></a> &#8211; add buttons for social networks under the share this icon</p>
<p><a href="http://txfx.net/code/wordpress/subscribe-to-comments/" rel="nofollow" ><strong>Subscribe to Comments</strong></a> &#8211; let people subscribe and be notified when new and follow up comments are made</p>
<p><a href="http://www.richardkmiller.com/blog/wordpress-plugin-what-would-seth-godin-do" rel="nofollow" ><strong>What Would Seth Godin Do</strong></a> &#8211; Display a message to a new visitor on your blog</p>
<p><a href="http://alexking.org/projects/wordpress" rel="nofollow" ><strong>Twitter Tools</strong></a> &#8211; Integrate twitter functionality into your blog</p>
<h2>Maintenance</h2>
<p><a href="http://wordpress.org/extend/plugins/close-old-posts/" rel="nofollow" ><strong>Close Old Posts</strong></a> &#8211; Closes old posts keeps them from becoming spam targets and maintenance issues</p>
<p><a href="http://wordpress.org/extend/plugins/search-and-replace/" rel="nofollow" ><strong>Search and Replace</strong></a> &#8211; Lets you easily search and replace information in your database</p>
<p><a href="http://wordpress.org/extend/plugins/simple-tags/" rel="nofollow" ><strong>Simple Tags</strong></a> &#8211; Manage and get tag suggestions for all posts</p>
<h2>Reports and Analytics</h2>
<p><a href="http://www.joostdevalk.nl/wordpress/blog-metrics/" rel="nofollow" ><strong>Blog Metrics</strong></a> &#8211; Gives you comments and stats on monthly and author levels</p>
<p><a href="http://tantannoodles.com/toolkit/wordpress-reports/" rel="nofollow" ><strong>Google Analytics and Feedburner Reports</strong></a> &#8211; get feedburner and google analytics in your wordpress admin section</p>
<p><a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/" rel="nofollow" ><strong>Search Meter</strong></a> &#8211; Find out what people are searching for on your site
<p><strong>Advertisement</strong>: Efficiently manage your SEO and Social Media campaigns with Raven&#8217;s powerful suite of <a href="http://raventools.com" rel="nofollow" >Internet Marketing Tools</a></p>
<p>This post originally came from <a href="http://michaelgray.name">Michael Gray</a> who is an <a href="http://www.wolf-howl.com/information/consulting/">SEO Consultant</a>. Be sure not to miss the <a href="http://www.wolf-howl.com/blogs/thesis-wordpress-theme-review/">Thesis Wordpress Theme review</a>. <br/><br/><a href="http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/">SEO Plugins for Wordpress Part II</a> <br/><p style="font-size:xx-small"><a href="http://www.wolf-howl.com/986.html">1</a><a href="http://www.wolf-howl.com/986.html">2</a><a href="http://www.wolf-howl.com/987.html">3</a><a href="http://www.wolf-howl.com/945.html">4</a><a href="http://www.wolf-howl.com/323.html">5</a><a href="http://www.wolf-howl.com/478.html">6</a><a href="http://www.wolf-howl.com/478.html">7</a><a href="http://www.wolf-howl.com/115.html">8</a></p></p>
<img src="http://www.wolf-howl.com/?ak_action=api_record_view&id=1816&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.wolf-howl.com/seo/wordpress-seo-security/' rel='bookmark' title='Permanent Link: Wordpress SEO: Wordpress Security Why it Matters to SEO'>Wordpress SEO: Wordpress Security Why it Matters to SEO</a> <small>In recent weeks wordpress security, or more correctly the lack...</small></li><li><a href='http://www.wolf-howl.com/seo/use-scrapers-to-build-links/' rel='bookmark' title='Permanent Link: Wordpress SEO: How to Use RSS and Scrapers to Build Links'>Wordpress SEO: How to Use RSS and Scrapers to Build Links</a> <small>When you run wordpress or any other blog for that...</small></li><li><a href='http://www.wolf-howl.com/blogs/category-seo-wordpress-blogs-ecommerce/' rel='bookmark' title='Permanent Link: Category SEO For Wordpress Blogs and Ecommerce'>Category SEO For Wordpress Blogs and Ecommerce</a> <small>I solved (at least partly) my problem maintaining rankings over...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wolf-howl.com/seo/seo-plugins-for-wordpress-part-ii/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
