<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.jdwebdev.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>WordPress Expert</title>
	
	<link>http://wordpress.jdwebdev.com</link>
	<description>WP tips, plugins, news, resources, and more</description>
	<lastBuildDate>Mon, 12 Jul 2010 14:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.jdwebdev.com/JDWebDev/WordPress" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jdwebdev/wordpress" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">JDWebDev/WordPress</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Tip for Plugin Developers: Inline Changelogs</title>
		<link>http://wordpress.jdwebdev.com/blog/inline-changelogs/</link>
		<comments>http://wordpress.jdwebdev.com/blog/inline-changelogs/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:51:12 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[inline changelogs]]></category>
		<category><![CDATA[plugin development]]></category>
		<category><![CDATA[SEO Ultimate]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=106</guid>
		<description><![CDATA[Recently, the Dev4Press and Weblog Tools Collection blogs made posts about integrating plugin changelogs into the Plugins dashboard. This functionality was something I was already doing in the SEO Ultimate plugin, so I thought I&#8217;d share my technique for doing this. (My method is different because it&#8217;s simpler and it integrates directly into WordPress&#8217;s update [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, the <a href="http://www.dev4press.com/2009/05/28/expanding-plugins-panel/" class="broken_link" >Dev4Press</a> and <a href="http://weblogtoolscollection.com/archives/2009/06/18/notify-users-about-changes-in-plugins-in-plugin-dashboard/">Weblog Tools Collection</a> blogs made posts about integrating plugin changelogs into the Plugins dashboard. This functionality was something I was already doing in the <a href="http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/">SEO Ultimate</a> plugin, so I thought I&#8217;d share my technique for doing this. (My method is different because it&#8217;s simpler and it integrates directly into WordPress&#8217;s update message.)</p>
<p>Here&#8217;s what an inline changelog looks like when implemented:</p>
<p><img src="http://wordpress.jdwebdev.com/wp-content/uploads/2009/07/seo-ultimate-05-inline-changelog.jpg" alt="Example of inline changelog from SEO Ultimate" title="Example of inline changelog from SEO Ultimate" width="574" height="124" class="aligncenter size-full wp-image-137" /></p>
<p>As you can see, a small notice like this helps users know at-a-glance what&#8217;s new in your plugin update.</p>
<p>Here&#8217;s the code you can incorporate into your plugin:</p>
<p><span id="more-106"></span></p>
<pre class="code">
&lt;?php
function my_plugin_update_info() {
	if ( $info = wp_remote_fopen("http://www.example.com/my-plugin-updates.txt") )
		echo '&lt;br /&gt;' . strip_tags( $info, "&lt;br&gt;&lt;a&gt;&lt;b&gt;&lt;i&gt;&lt;span&gt;" );
}
add_action('in_plugin_update_message-'.plugin_basename(__FILE__), 'my_plugin_update_info');
?&gt;
</pre>
<p>Of course, to keep plugin users happy, be sure that your inline changelogs are informative and unobtrusive. Happy coding!</p>
<p>(Plugin users, if you&#8217;d like to see this feature implemented in your favorite plugins, you could try sending the plugin author a link to this post! You could also check out the new <a href="http://wordpress.org/extend/plugins/changelogger/">Changelogger</a> plugin.)</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/" rel="bookmark" title="March 31, 2008">WordPress vs. WordPress MU: A Comparison</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/" rel="bookmark" title="July 2, 2009">Announcing the &#8220;SEO Ultimate&#8221; Plugin</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/plugin-xhtml-hall-of-shame/" rel="bookmark" title="April 8, 2008">The WordPress Plugin XHTML Hall of Shame</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/theme-plugin-hooks/" rel="bookmark" title="March 1, 2008">Is Your WordPress Theme Plugin-Friendly?</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-plugin-competition-2.5/" rel="bookmark" title="May 19, 2008">WordPress Plugin Competition 2.5</a></li>
</ul><!-- Similar Posts took 18.554 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=I3qPV83bpRo:5JvQLWvYHCo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=I3qPV83bpRo:5JvQLWvYHCo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=I3qPV83bpRo:5JvQLWvYHCo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=I3qPV83bpRo:5JvQLWvYHCo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=I3qPV83bpRo:5JvQLWvYHCo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/I3qPV83bpRo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/inline-changelogs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Announcing the “SEO Ultimate” Plugin</title>
		<link>http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/</link>
		<comments>http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:10:08 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO plugin]]></category>
		<category><![CDATA[SEO Ultimate]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=109</guid>
		<description><![CDATA[Normally when I set up plugin-level SEO on a WordPress blog, I&#8217;ll need 5-8 plugins to provide all the desired SEO functionality. Wouldn&#8217;t it be cool if there was one plugin that incorporated all that functionality and more into one easy-to-use suite? That&#8217;s the goal of SEO Ultimate, which is a free plugin I&#8217;m developing [...]]]></description>
			<content:encoded><![CDATA[<p>Normally when I set up plugin-level SEO on a WordPress blog, I&#8217;ll need 5-8 plugins to provide all the desired SEO functionality. Wouldn&#8217;t it be cool if there was one plugin that incorporated all that functionality and more into one easy-to-use suite?</p>
<p>That&#8217;s the goal of <a href="http://wordpress.org/extend/plugins/seo-ultimate/">SEO Ultimate</a>, which is a free plugin I&#8217;m developing on behalf of <a href="http://www.seodesignsolutions.com/">SEO Design Solutions</a>.</p>
<p><span id="more-109"></span></p>
<p>Right now the plugin is in its early stages (currently at version 0.6). There are many more features yet to come; as more functionality is added, I expect SEO Ultimate to become the all-in-one WordPress SEO solution of choice for more people as time goes on.</p>
<h3>Features</h3>
<p>Current functionality includes the standard <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> features:</p>
<ul>
<li>Title rewriting</li>
<li>Noindex checkboxes</li>
<li>Meta editing</li>
<li>Canonical tags</li>
<li>Post meta box	</li>
</ul>
<p>SEO Ultimate also has these additional capabilities:</p>
<ul>
<li>404 monitoring</li>
<li>Linkbox insertion</li>
<li>Settings import/export functions</li>
</ul>
<p>Upcoming features include robots.txt editing, 301 logging, XHTML validation status monitoring, and much more. (If you install the plugin now, you can get these features delivered to you on a regular basis via WordPress&#8217;s semi-automatic plugin updater!)</p>
<p>I&#8217;ve also incorporated these extra features into SEO Ultimate:</p>
<ul>
<li><a href="http://wordpress.jdwebdev.com/blog/inline-changelogs/">Inline changelogs</a></li>
<li><a href="http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/">Readme changelog</a></li>
<li><a href="http://striderweb.com/nerdaphernalia/2008/06/give-your-wordpress-plugin-credit/">Footer branding</a></li>
<li>WordPress 2.7 menu integration</li>
<li>Integration with WordPress&#8217;s Help system</li>
<li>Inline phpDoc documentation</li>
</ul>
<h3>Auto-Installer</h3>
<p>Also, be sure to check out this cool auto-installer system I invented. Just type in your blog&#8217;s URL, click &#8220;Launch Installer,&#8221; then click &#8220;Install Now,&#8221; and voila, SEO Ultimate will be installed on your blog! You can then enable it by clicking the Activate link.</p>
<p>Try it out:</p>
<form action="http://www.seodesignsolutions.com/wordpress-seo/su-install.php" method="post">
<input style="width: 100%;" name="wpurl" type="text" value="http://" />
<input type="submit" value="Launch Installer" /></form>
<p>You can also <a href="http://downloads.wordpress.org/plugin/seo-ultimate.zip">download the zip file</a>. SEO Ultimate requires WordPress 2.7 or above.</p>
<p>Let me know what you think!</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/inline-changelogs/" rel="bookmark" title="July 3, 2009">Tip for Plugin Developers: Inline Changelogs</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/plugin-xhtml-hall-of-shame/" rel="bookmark" title="April 8, 2008">The WordPress Plugin XHTML Hall of Shame</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/" rel="bookmark" title="June 19, 2008">The Ultimate PageRank Sculpting Guide for WordPress SEO</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/underrated-wordpress-plugins/" rel="bookmark" title="June 26, 2008">Top 3 Underrated WordPress Plugins</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/theme-plugin-hooks/" rel="bookmark" title="March 1, 2008">Is Your WordPress Theme Plugin-Friendly?</a></li>
</ul><!-- Similar Posts took 11.573 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=mt-edteP5O4:baK2j-h2F9w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=mt-edteP5O4:baK2j-h2F9w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=mt-edteP5O4:baK2j-h2F9w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=mt-edteP5O4:baK2j-h2F9w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=mt-edteP5O4:baK2j-h2F9w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/mt-edteP5O4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WordPress Tweaks 1.8</title>
		<link>http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.8/</link>
		<comments>http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.8/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:10:23 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[WordPress Tweaks]]></category>
		<category><![CDATA[plugin update]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=89</guid>
		<description><![CDATA[Version 1.8 of the WordPress Tweaks plugin has been released! Here are the changes for this version: Added the &#8220;Automatically scroll to the post editor&#8221; tweak (based on the WriteScroll plugin) Removed unnecessary JavaScript HTTP calls (hat tip to user Doug) Removed unused code Added a POT file to the plugin distribution Fixed a WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.8 of the <a href="http://wordpress.jdwebdev.com/plugins/tweaks/">WordPress Tweaks</a> plugin has been released! Here are the changes for this version:</p>
<ul>
<li>Added the &#8220;Automatically scroll to the post editor&#8221; tweak (based on the <a href="http://wordpress.org/extend/plugins/writescroll/">WriteScroll</a> plugin)</li>
<li>Removed unnecessary JavaScript HTTP calls (hat tip to user Doug)</li>
<li>Removed unused code</li>
<li>Added a POT file to the plugin distribution</li>
<li>Fixed a WordPress 2.6 compatibility bug (<a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.7/#comment-914">reported</a> by user Chris)</li>
<li>Other minor enhancements</li>
</ul>
<p><a href="http://wordpress.jdwebdev.com/plugins/tweaks/">Learn more about WordPress Tweaks</a> or <a href="http://wordpress.jdwebdev.com/plugins/tweaks/download/">download the latest version here</a>!</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.7/" rel="bookmark" title="June 17, 2008">WordPress Tweaks 1.7</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.5/" rel="bookmark" title="June 6, 2008">WordPress Tweaks 1.5</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-10/" rel="bookmark" title="April 29, 2008">WordPress Tweaks 1.0</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.6/" rel="bookmark" title="June 10, 2008">WordPress Tweaks 1.6</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/introducing-wordpress-tweaks/" rel="bookmark" title="February 27, 2008">Introducing the WordPress Tweaks Plugin</a></li>
</ul><!-- Similar Posts took 36.108 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=cgfSYU5vtQ4:_FTybWU1q9U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=cgfSYU5vtQ4:_FTybWU1q9U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=cgfSYU5vtQ4:_FTybWU1q9U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=cgfSYU5vtQ4:_FTybWU1q9U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=cgfSYU5vtQ4:_FTybWU1q9U:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/cgfSYU5vtQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.8/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Top 3 Underrated WordPress Plugins</title>
		<link>http://wordpress.jdwebdev.com/blog/underrated-wordpress-plugins/</link>
		<comments>http://wordpress.jdwebdev.com/blog/underrated-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 14:00:38 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Broken Link Checker]]></category>
		<category><![CDATA[WP SEO Master]]></category>
		<category><![CDATA[WP-Project]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=80</guid>
		<description><![CDATA[There are a ton of WordPress plugins out there, so it&#8217;s no surprise that many are lost in the crowd. Here are three great plugins that I think deserve more attention (inspired by this post from a year ago): Broken Link Checker &#8212; Automatically checks your posts for broken links and images and reports its [...]]]></description>
			<content:encoded><![CDATA[<p>There are a ton of <a href="http://wordpress.org/extend/plugins/">WordPress plugins</a> out there, so it&#8217;s no surprise that many are lost in the crowd. Here are three great plugins that I think deserve more attention (inspired by <a href="http://www.dailyblogtips.com/top-10-underrated-wordpress-plugins/">this post</a> from a year ago):</p>
<p><span id="more-80"></span></p>
<ol>
<li>
<p><strong><a href="http://wordpress.org/extend/plugins/broken-link-checker/">Broken Link Checker</a></strong> &#8212; Automatically checks your posts for broken links and images and reports its findings in the dashboard. Its AJAX capabilities even allow you to fix the offending links without editing the posts!</p>
</li>
<li>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-project/">WP-Project</a></strong> &#8212; This plugin adds lightweight project management to WordPress. If you want the ability to track clients, projects, and tasks from within your blog, this plugin is for you.</li>
<li>
<p><strong><a href="http://www.bercongroup.com/products/wordpress-plugins/wp-seo-master" class="broken_link" >WP SEO Master</a></strong> &#8212; The WordPress SEO arena is usually dominated by plugins like All in One SEO Pack, but this plugin provides some unique functionality, including keyword autolinking and comprehensive noindex/nofollow options.</p>
</li>
</ol>
<p>What&#8217;s on your top list of cool plugins that aren&#8217;t mentioned that often? Let us know in the comments!</p>
<p>This would also make a cool blog meme: if WordPress-using bloggers could post a list of plugins that they think should have more limelight, we could promote plugin authors&#8217; works and help each other discover some cool plugins.</p>
<p>I&#8217;ll tag the following bloggers: <a href="http://hackwordpress.com/">Kyle at Hack WordPress</a>, <a href="http://www.wpproject.com/">Richard at WP Project</a> (not to be confused with the plugin listed above), and <a href="http://themeshaper.com/">Ian at ThemeShaper</a>. If others would like to participate, feel free to do so! (If you don&#8217;t blog about WordPress, perhaps you could discuss plugins related to your niche.) Just post your list on your blog, link to this post if you want to register a pingback, and then tag additional bloggers.</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/" rel="bookmark" title="June 19, 2008">The Ultimate PageRank Sculpting Guide for WordPress SEO</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/automattic-acquires-buddypress/" rel="bookmark" title="March 5, 2008">BuddyPress: Turning WordPress into a Social Network</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/seo-ultimate-0.6/" rel="bookmark" title="July 2, 2009">Announcing the &#8220;SEO Ultimate&#8221; Plugin</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/" rel="bookmark" title="March 31, 2008">WordPress vs. WordPress MU: A Comparison</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/get-emailed-about-wordpress-updates/" rel="bookmark" title="January 29, 2008">Get Emailed About WordPress Updates</a></li>
</ul><!-- Similar Posts took 6.628 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=O5bI_q-yt28:Mtz0GXKic1w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=O5bI_q-yt28:Mtz0GXKic1w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=O5bI_q-yt28:Mtz0GXKic1w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=O5bI_q-yt28:Mtz0GXKic1w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=O5bI_q-yt28:Mtz0GXKic1w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/O5bI_q-yt28" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/underrated-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Beta 1 Released</title>
		<link>http://wordpress.jdwebdev.com/blog/wordpress-2.6-beta-1-released/</link>
		<comments>http://wordpress.jdwebdev.com/blog/wordpress-2.6-beta-1-released/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 13:02:35 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=88</guid>
		<description><![CDATA[Beta 1 of WordPress 2.6 has been released! If you want to test it safely, you should be able to do so as soon as the WordPress 2.6 demo site is updated. Update: Robert posted a comment pointing out an alternate demo site. Related Posts:30+ Ideas for WordPress 2.6 Google Gears Support in WordPress 2.6 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/wordpress-2.6-beta1.zip">Beta 1</a> of <a href="http://wordpress.jdwebdev.com/blog/wordpress-26-features/">WordPress 2.6</a> <a href="http://boren.nu/archives/2008/06/23/wordpress-26-beta-1/">has been released</a>! If you want to test it safely, you should be able to do so as soon as the <a href="http://wp.chrisjohnston.org/" class="broken_link" >WordPress 2.6 demo site</a> is updated.</p>
<p><strong>Update:</strong> Robert posted a comment pointing out an <a href="http://demo.talkpress.de/trunk/">alternate demo site</a>.</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/30-ideas-for-wordpress-26/" rel="bookmark" title="May 1, 2008">30+ Ideas for WordPress 2.6</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/google-gears-wordpress-2.6/" rel="bookmark" title="May 22, 2008">Google Gears Support in WordPress 2.6</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-2.6-alpha-demo/" rel="bookmark" title="May 21, 2008">WordPress 2.6 Demo: Try It Out</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/post-revisions-screenshots/" rel="bookmark" title="May 27, 2008">Post Revisions in WordPress 2.6</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-10/" rel="bookmark" title="April 29, 2008">WordPress Tweaks 1.0</a></li>
</ul><!-- Similar Posts took 6.942 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=xjeXw2Eex3Y:Thx6h6T8n38:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=xjeXw2Eex3Y:Thx6h6T8n38:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=xjeXw2Eex3Y:Thx6h6T8n38:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=xjeXw2Eex3Y:Thx6h6T8n38:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=xjeXw2Eex3Y:Thx6h6T8n38:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/xjeXw2Eex3Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/wordpress-2.6-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Now Expected in Early July</title>
		<link>http://wordpress.jdwebdev.com/blog/wordpress-2.6-july-release-date/</link>
		<comments>http://wordpress.jdwebdev.com/blog/wordpress-2.6-july-release-date/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 20:38:06 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[WordPress 2.6]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=87</guid>
		<description><![CDATA[WordPress 2.6 was previously slated for an August 2008 release, but the WordPress Trac Roadmap has recently been updated with the following information on the WordPress 2.6 release date: July 7 stretch with July 14 fallback That&#8217;s pretty terse, but I&#8217;d interpret it to mean &#8220;we&#8217;ll try to get it done July 7; it would [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.jdwebdev.com/blog/wordpress-26-features/">WordPress 2.6</a> was previously slated for an August 2008 release, but the <a href="http://trac.wordpress.org/roadmap">WordPress Trac Roadmap</a> has recently been updated with the following information on the WordPress 2.6 release date:</p>
<p><span id="more-87"></span></p>
<blockquote><p>July 7 stretch with July 14 fallback</p></blockquote>
<p>That&#8217;s pretty terse, but I&#8217;d interpret it to mean &#8220;we&#8217;ll try to get it done July 7; it would be a stretch though, so we&#8217;ll have July 14 as a fallback.&#8221;</p>
<p>Considering the new release date is only 2 weeks away, and the Trac only shows 12% progress on WordPress 2.6 so far, I&#8217;d say it&#8217;s likely that many changes previously planned for 2.6 will be bumped to version 2.7.</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/wordpress-26-features/" rel="bookmark" title="June 20, 2008">WordPress 2.6 Features</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-25-features-preview/" rel="bookmark" title="February 19, 2008">WordPress 2.5 Features Preview</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-tweaks-1.5/" rel="bookmark" title="June 6, 2008">WordPress Tweaks 1.5</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/30-ideas-for-wordpress-26/" rel="bookmark" title="May 1, 2008">30+ Ideas for WordPress 2.6</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/features-removed-in-25/" rel="bookmark" title="May 2, 2008">5 Features Removed in WordPress 2.5</a></li>
</ul><!-- Similar Posts took 11.606 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=SljBfD7FwwU:Q5TTdaj2GLg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=SljBfD7FwwU:Q5TTdaj2GLg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=SljBfD7FwwU:Q5TTdaj2GLg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=SljBfD7FwwU:Q5TTdaj2GLg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=SljBfD7FwwU:Q5TTdaj2GLg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/SljBfD7FwwU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/wordpress-2.6-july-release-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Features – Update 5</title>
		<link>http://wordpress.jdwebdev.com/blog/wordpress-2.6-features-update-5/</link>
		<comments>http://wordpress.jdwebdev.com/blog/wordpress-2.6-features-update-5/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 23:59:30 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=86</guid>
		<description><![CDATA[Yep, there&#8217;s another update on the WordPress 2.6 features list! Two new security-related features this time. Related Posts:WordPress 2.6 Features &#8211; Update 4 WordPress 2.3.3 Released WordPress 2.5 Features Preview WordPress 2.5 Features WordPress vs. WordPress MU: A Comparison]]></description>
			<content:encoded><![CDATA[<p>Yep, there&#8217;s another update on the <a href="http://wordpress.jdwebdev.com/blog/wordpress-26-features/">WordPress 2.6</a> features list! Two new security-related features this time.</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/wordpress-2.6-features-update-4/" rel="bookmark" title="June 16, 2008">WordPress 2.6 Features &#8211; Update 4</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-233/" rel="bookmark" title="February 5, 2008">WordPress 2.3.3 Released</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-25-features-preview/" rel="bookmark" title="February 19, 2008">WordPress 2.5 Features Preview</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-25-features/" rel="bookmark" title="March 29, 2008">WordPress 2.5 Features</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/" rel="bookmark" title="March 31, 2008">WordPress vs. WordPress MU: A Comparison</a></li>
</ul><!-- Similar Posts took 7.865 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=Ne2xMLpVG3w:81gSBmhhAY4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=Ne2xMLpVG3w:81gSBmhhAY4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=Ne2xMLpVG3w:81gSBmhhAY4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=Ne2xMLpVG3w:81gSBmhhAY4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=Ne2xMLpVG3w:81gSBmhhAY4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/Ne2xMLpVG3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/wordpress-2.6-features-update-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Features</title>
		<link>http://wordpress.jdwebdev.com/blog/wordpress-26-features/</link>
		<comments>http://wordpress.jdwebdev.com/blog/wordpress-26-features/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:45:44 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=54</guid>
		<description><![CDATA[Originally published on April 24, 2008. Updated on May 5, 20, 22, June 16, and June 20. WordPress 2.6 may not be due until August 2008, but already I&#8217;ve managed to compile a list of features and enhancements that we&#8217;ll likely be seeing in this next major WordPress release. (I&#8217;ll continue to update this post [...]]]></description>
			<content:encoded><![CDATA[<p><em>Originally published on April 24, 2008. Updated on May 5, 20, 22, June 16, and June 20.</em></p>
<p>WordPress 2.6 may not be due until August 2008, but already I&#8217;ve managed to compile a list of features and enhancements that we&#8217;ll likely be seeing in this next major WordPress release. (I&#8217;ll continue to update this post as we approach the release date.)</p>
<p><span id="more-6"></span></p>
<ul>
<li>
<p><strong>NEW (June 20): <a href="http://trac.wordpress.org/ticket/7001">Admin SSL support</a></strong> &#8212; The WordPress 2.6 admin should be able to be visited via either HTTP (normal connection) or HTTPS (encrypted connection), with the option to make admin HTTPS mandatory. [<a href="http://westi.wordpress.com/2008/06/20/making-the-default-install-more-secure/">via</a>]</p>
</li>
<li>
<p><strong>NEW (June 20): <a href="http://trac.wordpress.org/ticket/7157">Remote publishing disabled by default</a></strong> &#8212; Having the main avenue of attack for WordPress blogs be disabled by default will be great for WordPress security. [<a href="http://westi.wordpress.com/2008/06/20/making-the-default-install-more-secure/">via</a>]</p>
</li>
<li>
<p><strong>NEW (June 16): <a href="http://trac.wordpress.org/ticket/5486">Theme preview</a></strong> &#8212; Theme preview functionality would allow you to see what a new theme would look like on your blog before you activate it.</p>
</li>
<li>
<p><strong>NEW (June 16): <a href="http://trac.wordpress.org/changeset/7972">Theme paging</a></strong> &#8212; For those of you with a ton of WordPress themes (more than 15), you&#8217;ll be able to page through them in the administration. This should be especially useful for <a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/">WordPress MU</a> blogs that have large theme collections.</p>
</li>
<li>
<p><strong>NEW (May 22): <a href="http://wpdevel.wordpress.com/2008/05/21/wp-configphp-can-now-be-located-one-lev/">Ability to move wp-config.php</a></strong> &#8212; In WordPress 2.6, you&#8217;ll be able to move wp-config.php one directory level below the public root. Perhaps this could also allow multiple WordPress installations to share the same config file?</p>
</li>
<li>
<p><strong>NEW (May 20): <a href="http://trac.wordpress.org/ticket/6965">Google Gears support</a></strong> &#8212; Now <a href="http://trac.wordpress.org/changeset/7951">integrated into the WordPress trunk</a> (current working version), this feature will allow <a href="http://gears.google.com">Google Gears</a> users to experience a faster admin interface, and possibly manage their WordPress blogs while offline (how cool would that be?).</p>
</li>
<li>
<p><strong>NEW (May 5): <a href="http://blog.gravatar.com/2008/05/04/identicons-deploy/">Identicons</a></strong> &#8212; In WordPress 2.6 you&#8217;ll have the ability to select a default Gravatar for those who don&#8217;t have one.</p>
</li>
<li>
<p><strong><a href="http://trac.wordpress.org/ticket/6775">Post Revisions</a></strong> &#8212; Wiki-style revisions management for blog posts: a cool new power-feature, just <a href="http://wpdevel.wordpress.com/2008/04/21/post-revisioning-is-in-trunk-mike-will/">announced</a> on the WordPress Development Updates blog.</p>
</li>
<li>
<p><strong><a href="http://trac.wordpress.org/ticket/6541">Shift-Click Checkbox Selection</a></strong> &#8212; In WordPress 2.6, you should be able to select a range of checkboxes in the category, comment, tag, post, page, and media administration sections by checking the &#8220;start&#8221; checkbox, holding the Shift key, and then checking the &#8220;end&#8221; checkbox&#8230; Gmail style.</p>
</li>
<li>
<p><strong><a href="http://trac.wordpress.org/ticket/4807">Post Word Count</a></strong> &#8212; A WordPress.com feature that might be making its way into WordPress 2.6.</p>
</li>
<li>
<p><strong><a href="http://trac.wordpress.org/ticket/6813">&#8220;Press This&#8221; Bookmarklet</a></strong> &#8212; The bookmarklet (which existed in WordPress 2.3 and prior but was removed in WordPress 2.5) has returned, new and improved.</p>
</li>
</ul>
<p>Thoughts? Ideas? Add a comment below!</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/features-removed-in-25/" rel="bookmark" title="May 2, 2008">5 Features Removed in WordPress 2.5</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/" rel="bookmark" title="March 31, 2008">WordPress vs. WordPress MU: A Comparison</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-25-features/" rel="bookmark" title="March 29, 2008">WordPress 2.5 Features</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-2.6-features-update-4/" rel="bookmark" title="June 16, 2008">WordPress 2.6 Features &#8211; Update 4</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/30-ideas-for-wordpress-26/" rel="bookmark" title="May 1, 2008">30+ Ideas for WordPress 2.6</a></li>
</ul><!-- Similar Posts took 6.660 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=QG2hMnhD8Yw:gYc1K3WNBlg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=QG2hMnhD8Yw:gYc1K3WNBlg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=QG2hMnhD8Yw:gYc1K3WNBlg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=QG2hMnhD8Yw:gYc1K3WNBlg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=QG2hMnhD8Yw:gYc1K3WNBlg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/QG2hMnhD8Yw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/wordpress-26-features/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>The Ultimate PageRank Sculpting Guide for WordPress SEO</title>
		<link>http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/</link>
		<comments>http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:00:40 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[PageRank Sculpting]]></category>
		<category><![CDATA[Robots Meta]]></category>
		<category><![CDATA[WordPress Tweaks]]></category>
		<category><![CDATA[WP SEO Master]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=66</guid>
		<description><![CDATA[digg_url = "http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/" PageRank sculpting is an SEO tactic that involves adding the nofollow attribute to links for which PageRank flow is not necessary. PageRank sculpting is important because it helps stop your pages from giving away their PageRank unnecessarily. It is particularly beneficial for WordPress blogs, since they have a multitude of taxonomy/archive pages [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin: 0 0 1em 1em;"><script type="text/javascript">digg_url = "http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/"</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p><strong>PageRank sculpting</strong> is an SEO tactic that involves adding the <a href="http://en.wikipedia.org/wiki/Nofollow">nofollow</a> attribute to links for which PageRank flow is not necessary.</p>
<p>PageRank sculpting is important because it helps stop your pages from giving away their PageRank unnecessarily. It is particularly beneficial for WordPress blogs, since they have a multitude of taxonomy/archive pages that can pull PageRank from the rest of your site.</p>
<p><span id="more-66"></span>This tactic of using nofollow on internal links is entirely approved by Google, as stated <a href="http://google.com/support/webmasters/bin/answer.py?answer=96569">in their webmaster documentation</a>:</p>
<blockquote><p>Search engine robots can&#8217;t sign in or register as a member on your forum, so there&#8217;s no reason to invite Googlebot to follow &#8220;register here&#8221; or &#8220;sign in&#8221; links. Using nofollow on these links enables Googlebot to crawl other pages you&#8217;d prefer to see in Google&#8217;s index. However, a solid information architecture &#8212; intuitive navigation, user- and search-engine-friendly URLs, and so on &#8212; is likely to be a far more productive use of resources than focusing on crawl prioritization via nofollowed links.</p></blockquote>
<p>So while PageRank sculpting can help your search engine rankings (by better indicating to Google what pages you&#8217;d like to see rank well), you shouldn&#8217;t spend a lot of time on it unless you have other <a href="http://www.seodesignsolutions.com/blog/wordpress-seo/20-practical-seo-tips-to-super-charge-your-wordpress-blog/">WordPress SEO</a> basics covered.</p>
<p>To begin, you&#8217;ll need to download and install the following 3 plugins:</p>
<ol>
<li><a href="http://wordpress.jdwebdev.com/plugins/tweaks/">WordPress Tweaks</a></li>
<li><a href="http://www.bercongroup.com/products/wordpress-plugins/wordpress-seo-master-plugin" class="broken_link" >WP SEO Master</a></li>
<li><a href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/">Robots Meta</a></li>
</ol>
<p>If you&#8217;re a Firefox user, the nofollow-highlighting functionality of the <a href="https://addons.mozilla.org/en-US/firefox/addon/321">SearchStatus</a> or <a href="https://addons.mozilla.org/en-US/firefox/addon/5687">NoDoFollow</a> extensions will also be useful.</p>
<p>Got those 3 WordPress plugins installed, and a Firefox extension if you want it? Good; now we&#8217;ll take a thorough look at where your PageRank may be leaking unnecessarily.</p>
<ol>
<li>
<p><strong>Pages</strong> &#8212; There are some pages (such as your Contact page) that you probably wouldn&#8217;t want ranking in the search engines. Why send PageRank to them? We&#8217;ll use the WP SEO Master plugin for this one. Go to the &#8220;WP SEO Master&#8221; section, click &#8220;Nofollow&#8221; in the submenu, ensure the &#8220;Enable Nofollow Module&#8221; box is checked, and then click the &#8220;Pages&#8221; tab. From there, you can specify nofollow options for each individual page.</p>
</li>
<li>
<p><strong>Sidebar category links</strong> &#8212; If you show your categories list in your sidebar, they&#8217;re pulling PageRank from your entire site. We want our posts to rank more than we do our categories. Just go to the &#8220;Nofollow&#8221; section in &#8220;WP SEO Master,&#8221; check off &#8220;Nofollow Category Links,&#8221; and click &#8220;Update Options.&#8221;</p>
</li>
<li>
<p><strong>Sidebar tag cloud links</strong> &#8212; Tags are even worse than categories because there are usually a lot more of them! We&#8217;ll need to use my WordPress Tweaks plugin to fix this leak. Go to Settings > Tweaks, go to the &#8220;Nofollow&#8221; section, check off &#8220;Add to tag cloud links,&#8221; and click &#8220;Update Options.&#8221;</p>
</li>
<li>
<p><strong>Meta links</strong> &#8212; Two pages that really don&#8217;t need PageRank are your &#8220;Register&#8221; and &#8220;Login&#8221; pages. (Why would you want your login form showing up in search results?) You can achieve this with either WordPress Tweaks or the Robots Meta plugin. In WordPress Tweaks, go to Settings > Tweaks, then check off &#8220;Add to the &#8216;Register&#8217; and &#8216;Login&#8217; links&#8221; under &#8220;Nofollow.&#8221; For Robots Meta, go to Plugins > Robots Meta, then check off &#8220;Nofollow login and registration links&#8221; under &#8220;Internal nofollow settings.&#8221;</p>
</li>
<li>
<p><strong>Blogroll links</strong> &#8212; Blogroll links are sitewide, and on top of that usually point to external websites. To nofollow these, go to WP SEO Master > Nofollow and check off &#8220;Nofollow Blogroll Links.&#8221;</p>
</li>
<li>
<p><strong>Other sidebar links</strong> &#8212; There are usually other sidebar links that can be nofollow&#8217;d, such as links to your RSS feed. If you use widgets, go to Design > Widgets and search your text widgets for links to which to <a href="http://wordpress.jdwebdev.com/blog/nofollow-link/">add nofollow</a>. If you don&#8217;t use widgets, go to Design > Theme Editor > Sidebar and do the same.</p>
</li>
<li>
<p><strong>Footer links</strong> &#8212; You can also go to Design > Theme Editor > Footer and <a href="http://wordpress.jdwebdev.com/blog/nofollow-link/">nofollow links</a> like www.wordpress.org (it already has a whoppin&#8217; PageRank 9, after all).</p>
</li>
<li>
<p><strong>Secondary post links</strong> &#8212; By default, WordPress links to each post two or three times every time it&#8217;s shown. You really only need to pass PageRank to your posts once. To do so with the WordPress Tweaks plugin, go to Settings > Tweaks, go to the &#8220;Nofollow&#8221; section, and check off &#8220;Add to post comment links&#8221; and &#8220;Add to &#8216;Read more&#8217; links.&#8221; (Robots Meta also has similar functionality for the former.)</p>
</li>
<li>
<p><strong>Post links on the homepage</strong> &#8212; We really want our site to rank well, but at the same time we probably want links in our posts to carry credit. Robots Meta provides a good compromise: &#8220;Nofollow outbound links on the frontpage,&#8221; found under the &#8220;Internal nofollow settings&#8221; section.</p>
</li>
<li>
<p><strong>Category/tag links for posts</strong> &#8212; Robots Meta also provides the following settings to further stop PageRank flow to your taxonomy pages: &#8220;Nofollow category listings on pages,&#8221; &#8220;Nofollow category listings on single posts,&#8221; and &#8220;Nofollow the links to your tag pages.&#8221; These settings apply to the category/tag links that appear alongside your posts (usually at the bottom). Note that if you want your categories and tags to have any PageRank at all, you should choose either this approach or the sidebar approach (tips 2 and 3), but not both methods.</p>
</li>
<li>
<p><strong>Comment permalinks</strong> &#8212; If you have a lot of comments, it may be helpful to go to Design > Theme Editor > Comments and <a href="http://wordpress.jdwebdev.com/blog/nofollow-link/">add nofollow</a> to your comment permalinks, the beginning of which look similar to:<br />
<code>&lt;a href="#comment-&lt;?php comment_ID() ?&gt;"&gt;</code></p>
</li>
<li>
<p><strong>Miscellaneous links</strong> &#8212; Also check the rest of your template for other possible nofollow candidates, like link-based social media widgets. This is where those Firefox extensions can come in handy. Note that you don&#8217;t need to worry about JavaScript-generated links, and that some links created by plugins (like related posts lists) can&#8217;t be nofollow&#8217;d unless the plugin gives you the option or you edit the plugin code yourself.</p>
</li>
</ol>
<p>And while we&#8217;re add it, we can stop giving juice to the PageRank monster thanks to the <a href="http://whatjapanthinks.com/wikipedia-nofollow/">Wikipedia Nofollow</a> plugin.</p>
<p>As detailed as this list may be, unfortunately there are still links that we aren&#8217;t yet able to nofollow without modifying the core WordPress code:</p>
<ol>
<li>Links to date-based (e.g. monthly) archives</li>
<li>Next/previous post links (usually found before and/or after the post content on single post pages)</li>
<li>Post pagination links (like &#8220;Older posts&#8221; and &#8220;Newer posts,&#8221; etc.)</li>
</ol>
<p>These links are out of the reach of plugins, so to speak. However, I&#8217;ve pushed to have that changed in WordPress 2.5.2, and lo and behold, WordPress 2.5.2 will indeed allow plugins to add nofollow to items #1 and #2. (The <a href="http://trac.wordpress.org/ticket/6999">Trac ticket for #3</a> is still pending; if you have a WordPress.org username, express your support!)</p>
<p>I hope this guide assisted you in better controlling the PageRank flow of your WordPress blog! If you have additional ideas or pointers, feel free to submit a comment! Enjoy!</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/nofollow-link/" rel="bookmark" title="June 18, 2008">How to Nofollow a Link</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/features-removed-in-25/" rel="bookmark" title="May 2, 2008">5 Features Removed in WordPress 2.5</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/theme-plugin-hooks/" rel="bookmark" title="March 1, 2008">Is Your WordPress Theme Plugin-Friendly?</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/underrated-wordpress-plugins/" rel="bookmark" title="June 26, 2008">Top 3 Underrated WordPress Plugins</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/introducing-wordpress-tweaks/" rel="bookmark" title="February 27, 2008">Introducing the WordPress Tweaks Plugin</a></li>
</ul><!-- Similar Posts took 6.790 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=8mvMXmk2ctw:rhNmT_2upg0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=8mvMXmk2ctw:rhNmT_2upg0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=8mvMXmk2ctw:rhNmT_2upg0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=8mvMXmk2ctw:rhNmT_2upg0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=8mvMXmk2ctw:rhNmT_2upg0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/8mvMXmk2ctw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How to Nofollow a Link</title>
		<link>http://wordpress.jdwebdev.com/blog/nofollow-link/</link>
		<comments>http://wordpress.jdwebdev.com/blog/nofollow-link/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:00:16 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=61</guid>
		<description><![CDATA[Adding &#8220;nofollow&#8221; to links can increase your blog&#8217;s rankings by decreasing unnecessary PageRank flow. Here&#8217;s how to do it. First of all, here&#8217;s what the HTML code for a link might look like: &#60;a href="http://wordpress.jdwebdev.com"&#62;WordPress Expert&#60;/a&#62; The link, when rendered, would look like this: WordPress Expert To add nofollow, you would change it to this: [...]]]></description>
			<content:encoded><![CDATA[<p>Adding &#8220;<a href="http://en.wikipedia.org/wiki/Nofollow">nofollow</a>&#8221; to links can increase your blog&#8217;s rankings by decreasing unnecessary <a href="http://en.wikipedia.org/wiki/PageRank">PageRank</a> flow. Here&#8217;s how to do it.</p>
<p><span id="more-61"></span>First of all, here&#8217;s what the HTML code for a link might look like:</p>
<p><code>&lt;a href="http://wordpress.jdwebdev.com"&gt;WordPress Expert&lt;/a&gt;</code></p>
<p>The link, when rendered, would look like this:</p>
<p><a href="http://wordpress.jdwebdev.com">WordPress Expert</a></p>
<p>To add nofollow, you would change it to this:</p>
<p><code>&lt;a href="http://wordpress.jdwebdev.com" rel="nofollow"&gt;WordPress Expert&lt;/a&gt;</code></p>
<p>You may be able to find links to manually nofollow by going to your Theme Editor (under Design) and scanning the sidebar and footer files. You should nofollow links to any page for which you don&#8217;t care about the ranking. For example, you may want to nofollow links to your RSS feed, since there isn&#8217;t much point in that appearing in a standard web search.</p>
<div>Related Posts:</div><ul><li><a href="http://wordpress.jdwebdev.com/blog/seo-pagerank-sculpting-guide/" rel="bookmark" title="June 19, 2008">The Ultimate PageRank Sculpting Guide for WordPress SEO</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/theme-plugin-hooks/" rel="bookmark" title="March 1, 2008">Is Your WordPress Theme Plugin-Friendly?</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/wordpress-25-widget-admin-defense/" rel="bookmark" title="April 28, 2008">In Defense of WordPress 2.5&#8242;s New Widget Manager</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/plugin-deactivation-theme-errors/" rel="bookmark" title="May 23, 2008">What to Do If Plugin Deactivation Breaks Your Blog</a></li>

<li><a href="http://wordpress.jdwebdev.com/blog/add-content/" rel="bookmark" title="January 30, 2008">How to Add Content to Your New WordPress Blog</a></li>
</ul><!-- Similar Posts took 6.775 ms --><div class="feedflare">
<a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=pikPb6JayFc:d6sIC2W7R_A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=pikPb6JayFc:d6sIC2W7R_A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=pikPb6JayFc:d6sIC2W7R_A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?i=pikPb6JayFc:d6sIC2W7R_A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jdwebdev.com/~ff/JDWebDev/WordPress?a=pikPb6JayFc:d6sIC2W7R_A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/JDWebDev/WordPress?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JDWebDev/WordPress/~4/pikPb6JayFc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpress.jdwebdev.com/blog/nofollow-link/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
