<?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>The Webmaster's Edge &#187; Reviews</title>
	<atom:link href="http://webmastersedge.net/home/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmastersedge.net/home</link>
	<description>Offering help to monetize, advertise, build, and maintain your website.</description>
	<lastBuildDate>Fri, 08 Aug 2008 12:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Plugin: Related Posts v2.04</title>
		<link>http://webmastersedge.net/home/2008/wordpress-plugin-related-posts-v204/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-plugin-related-posts-v204/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 19:55:48 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Scripts / Software]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=83</guid>
		<description><![CDATA[



Welcome to the very first in a series of script reviews, how-to&#8217;s, and troubleshooting series!  Today&#8217;s topic is a Wordpress Plugin called Related Posts by Alexander Malov, Mike Lu &#038; Jon Bourne.  This plugin is also sometimes referred to as Related Entries or WASABI Related Entries.
&#160;
Plugin Description
The plugin is simply written, powerful, and [...]]]></description>
			<content:encoded><![CDATA[<p><div class="c_intxt_boxad">
<script type="text/javascript"><!--
ch_client = "bliedel";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_non_contextual = 4;
ch_color_title = "3366FF";
ch_font_title = "verdana,tahoma,georgia";
ch_font_text = "verdana,tahoma,georgia";
ch_vertical ="premium";
ch_target = "_blank";
ch_sid = "300x250 Chitika Premium";
ch_alternate_ad_url = "http://webmastersedge.net/ad_banners/chitika_300x250_alt_ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script>
</div>Welcome to the very first in a series of script reviews, how-to&#8217;s, and troubleshooting series!  Today&#8217;s topic is a Wordpress Plugin called <a href="http://wasabi.pbwiki.com/Related%20Entries">Related Posts</a> by Alexander Malov, Mike Lu &#038; Jon Bourne.  This plugin is also sometimes referred to as Related Entries or WASABI Related Entries.</p>
<p>&nbsp;</p>
<h3>Plugin Description</h3>
<p>The plugin is simply written, powerful, and relevant.  Just click on any post on this blog to see an example at the very bottom of the post.  You will see a &#8220;<strong>Related Posts</strong>&#8221; heading and following it are several posts that are related to the current post based on keyword matching.  Not only can this be helpful to the readers of your Blog, but it can help to keep readers on your Blog for longer periods of time.</p>
<p>&nbsp;</p>
<h3>Installation</h3>
<p>To install this plugin:</p>
<ul>
<li>First download it from:<br />
<a href="http://wasabi.pbwiki.com/Related%20Entries">http://wasabi.pbwiki.com/Related%20Entries</a><br />
Make certain that you download the latest version!</li>
<li>Next, unzip the archive and upload the <strong>related-posts.php</strong> file to your <strong>/wp-content/plugins/</strong> directory.</li>
<li>Now you are ready to activate the plugin!
<ul>
<li>To do this, login to your Dashboard and click on the <strong>Plugins</strong> option on the top right.</li>
<li>Scroll down until you see the <strong>Related Posts</strong> plugin and click on <strong>Activate</strong>.</li>
</ul>
<li>Once the plugin is activated, you now need to setup the SQL tables and plugin options.
<li>On the <strong>Plugins</strong> page you will now see a <strong>Related Posts Options</strong> heading on the second row of selection options at the top.  Click on this option.</li>
<li>At the bottom of this window it says:<br />
<blockquote><p>If this is your first time installing this plugin you will have to run <strong>this script</strong> (opens a new window) in order to create the index table required by the plugin. If this fails, please refer to the readme on how to create it manually.</p></blockquote>
<p>Click on the &#8220;<strong>this script</strong>&#8221; link to setup the SQL tables.
</li>
<li>If the script does not work, you will need to setup the tables manually.  To do so in phpMyAdmin:
<ul>
<li>Choose your Wordpress Database.</li>
<li>Click the <strong>SQL</strong> tab at the top.</li>
<li>Enter the following bit of code, but PLEASE NOTE that if you are using a table prefix other than wp_, then you will need to change wp_posts to whatever the correct prefix is (example: wordpress_posts, if your prefix is wordpress_):
</li>
</li>
</ul>
<div class="codecolorer-container mysql default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=ALTER"><span style="color: #990099; font-weight: bold;">ALTER</span></a> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=TABLE"><span style="color: #990099; font-weight: bold;">TABLE</span></a> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>posts`</span> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=ADD"><span style="color: #990099; font-weight: bold;">ADD</span></a> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=FULLTEXT"><span style="color: #FF9900; font-weight: bold;">FULLTEXT</span></a> <span style="color: #008000;">`post<span style="color: #008080; font-weight: bold;">_</span>related`</span> <span style="color: #FF00FF;">&#40;</span><br />
<span style="color: #008000;">`post<span style="color: #008080; font-weight: bold;">_</span>name`</span> <span style="color: #000033;">,</span> <span style="color: #008000;">`post<span style="color: #008080; font-weight: bold;">_</span>content`</span><br />
<span style="color: #FF00FF;">&#41;</span></div></div>
<ul>
then click &#8220;<strong>Go</strong>&#8221;</p>
<li>Once your SQL table is setup, head back over to the <strong>Related Posts Options</strong> page and choose the options you would like to use (excerpts, # of posts to show, etc) and click <strong>Save</strong>.</li>
<li>Your Blog is now setup and ready to use Related Posts, but you still have to add the call to the Related Posts function in your Blog&#8217;s template.</li>
<li>Click on the <strong>Design</strong> option at the top, then the <strong>Theme Editor</strong> option.</li>
<li>If you want to add the call only on your Single Posts pages (as an example), first click <strong>Single Post (single.php)</strong> on the right.</li>
<li>Find where you would like to have the posts displayed in your HTML code.  Once you have found the &#8220;perfect spot&#8221; plug in this code:
</li>
</ul>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h3.html"><span style="color: #000000; font-weight: bold;">h3</span></a>&gt;</span>Related Posts<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h3.html"><span style="color: #000000; font-weight: bold;">h3</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;&lt;?php related_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span></div></div>
<ul>
<li>While you do not have to use the <strong>h3</strong> tags or the <strong>Related Posts</strong> heading, it might be a good idea to use some sort of heading to signify what the links pertain to.  Note that the <strong>ul</strong> tags are assuming that you are encapsulating the posts in <strong>li</strong> tags via the <strong>Related Posts Options</strong>.</li>
</ul>
<p>It is worth noting that you can add the <?php related_posts(); ?> call in any of your template files.  Just make certain that if the file uses &#8220;<a href="http://codex.wordpress.org/The_Loop">The Loop</a>&#8221; that you add the call somewhere inside &#8220;<a href="http://codex.wordpress.org/The_Loop">The Loop</a>&#8220;.</p>
<p>&nbsp;</p>
<h3>Final Words</h3>
<p>While this isn&#8217;t the easiest plugin to install it is functional, powerful, and a highly recommended addon to any Wordpress install!  If you have any questions, comments, or need further assistance with this plugin, please feel free to contact me and I&#8217;ll be glad to help.</p>
<p>A big thank you to Tyna over at <a href="http://www.blogbytyna.com/">http://www.blogbytyna.com/</a> for bringing to my attention that there are several Related Posts plugins out there and that many of the instructions for them aren&#8217;t very clear.  Thanks Tyna and I hope this guide helped!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-plugin-related-posts-v204%2F';
  addthis_title  = 'Wordpress+Plugin%3A+Related+Posts+v2.04';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-plugin-related-posts-v204/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win A Bag Of Stuff Worth Over $500 From Market Leverage And John Chow!</title>
		<link>http://webmastersedge.net/home/2008/win-a-bag-of-stuff-worth-over-500-from-market-leverage-and-john-chow/</link>
		<comments>http://webmastersedge.net/home/2008/win-a-bag-of-stuff-worth-over-500-from-market-leverage-and-john-chow/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:08:24 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Webmaster News]]></category>
		<category><![CDATA[Contests]]></category>
		<category><![CDATA[John Chow]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=77</guid>
		<description><![CDATA[



John Chow and Market Leverage are currently running a contest that ends on June 20th to win a bag of &#8220;stuff&#8221;.  While there is quite a bit of assorted items (hats, shirts, etc), the bag contains some really nice items such as:

Flip video camera
$200 Market Leverage Amex Rewards card
USB drive that is also a [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->John Chow and Market Leverage are currently running a contest that ends on June 20th to <a href="http://www.johnchow.com/win-a-market-leverage-bag-of-stuff/">win a bag of &#8220;stuff&#8221;</a>.  While there is quite a bit of assorted items (hats, shirts, etc), the bag contains some really nice items such as:</p>
<ul>
<li>Flip video camera</li>
<li>$200 Market Leverage Amex Rewards card</li>
<li>USB drive that is also a pen</li>
<li>iPod Nano.</li>
</ul>
<p><img src='http://www.johnchow.com/wp-content/uploads/2008/06/mlstuff1.png' alt='Market Leverage Bag Of Stuff' class='aligncenter' width='470' height='374' /></p>
<p>Some nice goods in there!  I&#8217;d like to win the free Flip myself and while I have 2 IPods, one only works half the time and the other is starting to show wear and tear as well.  Wouldn&#8217;t mind a Nano floating around.  <img src='http://webmastersedge.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You can enter by commenting on the post here:<br />
<a href="http://www.johnchow.com/win-a-market-leverage-bag-of-stuff/">http://www.johnchow.com/win-a-market-leverage-bag-of-stuff/</a><br />
or gain even more entries by blogging about the post!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwin-a-bag-of-stuff-worth-over-500-from-market-leverage-and-john-chow%2F';
  addthis_title  = 'Win+A+Bag+Of+Stuff+Worth+Over+%24500+From+Market+Leverage+And+John+Chow%21';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/win-a-bag-of-stuff-worth-over-500-from-market-leverage-and-john-chow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

