<?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>iZachy &#187; How-to</title>
	<atom:link href="http://izachy.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://izachy.com</link>
	<description>blogging to web 3.0 and beyond</description>
	<lastBuildDate>Tue, 11 Jan 2011 15:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Fix the Democracy Plugin n Problem</title>
		<link>http://izachy.com/2009/02/12/democracy-extra-n/</link>
		<comments>http://izachy.com/2009/02/12/democracy-extra-n/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:04:03 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://izachy.com/?p=125</guid>
		<description><![CDATA[I noticed during a recent WordPress upgrade, the Democracy Plugin started adding an extra &#034;n&#034; each time you saved the post: Here&#039;s how to fix the problem: (1) With a text editor, open &#034;democracy.php&#034; &#8211; it&#039;s located in the democracy &#8230; <a href="http://izachy.com/2009/02/12/democracy-extra-n/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed during a recent WordPress upgrade, the Democracy Plugin started adding an extra &#034;n&#034; each time you saved the post:</p>
<div align="center"><img src="http://izachy.com/postimages/2009/democracy-plugin.gif" width="437" height="312" alt="Democracy Plugin n Problem" border="1" /></div>
<p>Here&#039;s how to fix the problem:</p>
<p>(1) With a text editor, open &#034;democracy.php&#034; &#8211; it&#039;s located in the democracy subfolder in the plugin folder.</p>
<p>(2) Locate the line below (around line number 331):</p>
<p><small>return preg_replace(&#039;/{democracy[\w\W\s^}]*?}/&#039;, &#039;\n&lt;div&gt;\\0&lt;/div&gt;&#039;, $content);</small></p>
<p>(3) Change the last set of single quotes into double quotes:</p>
<p><small>return preg_replace(&#039;/{democracy[\w\W\s^}]*?}/&#039;, &#034;\n&lt;div&gt;\\0&lt;/div&gt;&#034;, $content);</small></p>
<p>That&#039;s it. That should take care of the Democracy Plugin&#039;s extra n problem.</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2009 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2009/02/12/democracy-extra-n/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CoolPlayer, Brian&#039;s Threaded Comments and WordPress 2.3.1</title>
		<link>http://izachy.com/2007/11/29/coolplayer-threaded-comments/</link>
		<comments>http://izachy.com/2007/11/29/coolplayer-threaded-comments/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 23:51:56 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2007/11/29/coolplayer-threaded-comments/</guid>
		<description><![CDATA[Hello everyone. I&#039;m back. First, I want to apologize for the two false alarms (via RSS/email) in the last two weeks. The first false alarm was caused by switching the IP address of this blog with my EDA Blog. For &#8230; <a href="http://izachy.com/2007/11/29/coolplayer-threaded-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello everyone. I&#039;m back. First, I want to apologize for the two false alarms (via RSS/email) in the last two weeks. The first false alarm was caused by switching the IP address of this blog with my <a href="http://edablog.com/">EDA Blog</a>. For some reason, the IP switch triggered FeedBurner into thinking there was a new post when there wasn&#039;t. That&#039;s why you saw a bunch of stuff for my EDA Blog (FeedBurner used the old IP for iZachy, which was really mapping to EDA Blog). The second false alarm occurred when I reactivated my plugins after upgrading to WordPress 2.3.1. My guess is that the Better Feed plugin triggered FeedBurner. You might want to leave that plugin activated for your next WordPress upgrade.</p>
<p>As I mentioned previously, I upgraded to WordPress 2.3.1 (from WP 2.2.2) recently using my <a href="http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/">WordPress upgrade process</a>. After upgrading, all of my plugins worked except for the Crawl Page and Brian&#039;s Threaded Comments plugins. One of my readers mentioned that CoolPlayer did not work with WordPress 2.3.1. I can assure you that is not the case. Both CoolPlayer 9.0 and 9.3 worked with WordPress 2.3.1. However, I had to hit the browser reload button after I upgraded from CoolPlayer 9.0 to 9.3 before the plugin worked correctly.</p>
<p>I could never get the Crawl Page 1.00 plugin to work, but I did get Brian&#039;s Threaded Comments plugin to work with WordPress 2.3.1. After upgrading to WP 2.3.1, I got a 404 error whenever I tried to leave a comment. The fix for this problem is actually fairly simple. You just need to enter &#034;wp-comments-post.php&#034; in the custom box on the threaded comments admin page (Options => Threaded Comments):</p>
<div align="center"><a href="http://izachy.com/"><img src="http://izachy.com/postimages/2007/threaded-comments.gif" width="468" height="166" alt="Brian's Threaded Comments" border="0"/></a></div>
<p>WordPress 2.3.1 breaks a lot of plugins. You should check around to be sure your plugins work before upgrading. At the bottom of this post, I listed plugins that I use that work with WordPress 2.3.1. If you are using an older version of the Google XML Sitemaps plugin (I was using 2.7.1), you should upgrade to the latest version (currently 3.0.2.1). The new version works with WP 2.1+ and has a bunch of new features. It&#039;s a big improvement on already nice plugin.</p>
<p>Plugins that work with WordPress 2.3.1:</p>
<ul>
<li>Akismet 2.0.2</li>
<li>Audio player 1.2.3</li>
<li>Better Feed 1.1</li>
<li>Brian&#039;s Threaded Comments 1.5.12</li>
<li>Contact Form ][ 2.0.13</li>
<li>CoolPlayer 9.3 (CoolPlayer 9.0 also works)</li>
<li>Democracy 2.0.1</li>
<li>FeedBurner FeedSmith 2.3</li>
<li>Google XML Sitemaps 3.0.2.1</li>
<li>Head META Description R1.1.2</li>
<li>Related Posts 2.02</li>
<li>Similar Posts 2.3.6</li>
<li>Simple Recent Comments 0.1.2</li>
<li>Smart Update Pinger 2.0</li>
<li>Spam Karma 2 2.3 rc3</li>
<li>Unfancy Quote 2.0</li>
<li>WordPress Database Backup 2.1.5</li>
</ul>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2007 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2007/11/29/coolplayer-threaded-comments/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hack for RSS Feed Ads</title>
		<link>http://izachy.com/2007/03/06/rss-ad/</link>
		<comments>http://izachy.com/2007/03/06/rss-ad/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 02:32:01 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2007/03/06/rss-ad/</guid>
		<description><![CDATA[I&#039;ve been playing with the Better Feed WordPress plugin to insert ads in my RSS feed. As I mentioned previously, it&#039;s fairly easy to add a text footer or graphics ad into your feed. However, if you want to rotate &#8230; <a href="http://izachy.com/2007/03/06/rss-ad/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#039;ve been playing with the <a href="http://izachy.com/2006/10/26/better-feed-wordpress-plugin/">Better Feed WordPress plugin</a> to insert ads in my RSS feed. As I mentioned previously, it&#039;s fairly easy to add a text footer or graphics ad into your feed. However, if you want to rotate between multiple ads, then you need to hack the plugin. Read on to find out how.</p>
<p>You will need to find the following line in the Better Feed plugin (if you have not added a footer or modified the plugin, it&#039;s around line #101):</p>
<p>$content .= wp_ozh_betterfeed_detokenize($wp_ozh_betterfeed['footer']);</p>
<p>I&#039;m going to call it the &#034;<b>footer</b>&#034; line. Once you have found the &#034;<b>footer</b>&#034; line, you will need to add a block of code above that line. Something like:</p>
<p>[block of code]<br />
$content .= wp_ozh_betterfeed_detokenize($wp_ozh_betterfeed['footer']);</p>
<p>I have put together three sets of block codes that you can use. Select the one that best suits your needs.</p>
<div class="comments"></div>
<p><b>Block 1 &#8211; Alternate ads</b><br />
This code block is for alternating ads in your feed. For instance, post #1 will show &#034;Ad-B&#034;, post #2 will show &#034;Ad-A&#034;, post #3 will show &#034;Ad-B&#034; again, post #4 will show &#034;Ad-A&#034; again, etc. Here&#039;s the block to insert above the &#034;<b>footer</b>&#034; line:</p>
<p><code>if ($id % 2 == 0 ) {<br />
&nbsp;&nbsp;$ad = "Ad-A";<br />
} else {<br />
&nbsp;&nbsp;$ad = "Ad-B";<br />
}<br />
$content .= $ad;</code></p>
<p><b>Block 2a &#8211; Rotate between four ads</b><br />
[<i><b>2007.03.10 note</b>: The random number generator used in this block can cause old posts to show up as "updated" in Bloglines. If you don't want this to happen, use Block 2b instead.</i>]<br />
This code block is for displaying one of four ads in your feed. For instance, post #1 will show either &#034;Ad-C&#034; or &#034;Ad-D&#034;, post #2 will show either &#034;Ad-A&#034; or &#034;Ad-B&#034;, post #3 will show either &#034;Ad-C&#034; or &#034;Ad-D&#034; again, post #4 will show either &#034;Ad-A&#034; or &#034;Ad-B&#034; again, etc. Here&#039;s the block to insert above the &#034;<b>footer</b>&#034; line:</p>
<p><code>if ($id % 2 == 0) {<br />
&nbsp;&nbsp;$num = rand(1,2);<br />
&nbsp;&nbsp;if ($num  == 1) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-A";<br />
&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-B";<br />
&nbsp;&nbsp;}<br />
} else {<br />
&nbsp;&nbsp;$num = rand(1,2);<br />
&nbsp;&nbsp;if ($num  == 1) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-C";<br />
&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-D";<br />
&nbsp;&nbsp;}<br />
}<br />
$content .= $ad;</code></p>
<p><b>Block 2b &#8211; Rotate between four ads</b><br />
[<b><i>Added on 2007.03.10</i></b>]<br />
This code block is for displaying one of four ads. It&#039;s like the block of code above, but it uses the timestamp of the post instead of a random number generator. It shouldn&#039;t change an old post to &#034;updated&#034; in Bloglines. Here&#039;s the block to insert above the &#034;<b>footer</b>&#034; line:</p>
<p><code>$num = get_post_time('s');<br />
if ($id % 2 == 0) {<br />
&nbsp;&nbsp;if ($num &lt; 30) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-A";<br />
&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-B";<br />
&nbsp;&nbsp;}<br />
} else {<br />
&nbsp;&nbsp;if ($num  &lt; 30) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-C";<br />
&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;$ad = "Ad-D";<br />
&nbsp;&nbsp;}<br />
}<br />
$content .= $ad;</code></p>
<p><b>Block 3 &#8211; Display an ad for every 3rd, 6th, and 9th post</b><br />
I use this code block for my news site. I write over 20 posts a day on that site and it would look too commercial if I ran a RSS ad in every post. This block of code will display an ad for every 3rd, 6th, and 9th post. Here&#039;s the block to insert above the &#034;<b>footer</b>&#034; line:</p>
<p><code>$ad3 = "Ad-A";<br />
$ad6 = "Ad-B";<br />
$ad9 = "Ad-C";<br />
$num = substr ($id, -1);<br />
switch ($num)<br />
{<br />
&nbsp;&nbsp;case 3:<br />
&nbsp;&nbsp;&nbsp;&nbsp;$content .= $ad3;<br />
&nbsp;&nbsp;&nbsp;&nbsp;break;<br />
&nbsp;&nbsp;case 6:<br />
&nbsp;&nbsp;&nbsp;&nbsp;$content .= $ad6;<br />
&nbsp;&nbsp;&nbsp;&nbsp;break;<br />
&nbsp;&nbsp;case 9:<br />
&nbsp;&nbsp;&nbsp;&nbsp;$content .= $ad9;<br />
&nbsp;&nbsp;&nbsp;&nbsp;break;<br />
}</code></p>
<div class="comments"></div>
<p>You will need to replace &#034;Ad-A&#034;, &#034;Ad-B&#034;, &#034;Ad-C&#034;, and &#034;Ad-D&#034; with the html code for your ads. Keep in mind that the code is already using double quotes. So, you will either need to use single quotes or omit the quotes in your html code for your ads. For instance:</p>
<p>$ad = &#034;&lt;p align=center&gt;&lt;a href=http://www.embeddedstar.com/careers/&gt;&lt;img src=http://edageek.com/adimages/jobs468.gif border=0&gt;&lt;/a&gt;&lt;/p&gt;&#034;;</p>
<p>As you can see, I didn&#039;t use any quotes between the double quotes above.</p>
<p>One other note. WordPress assigns post id numbers in the order you saved them. The id numbers can get out of order if you don&#039;t publish your posts in the same order you saved them. This may cause the ads to appear to display out of sequence (ie &#8211; the same ad displaying two times in a roll). That is not the case.</p>
<p align="center"><a href="http://embeddedstar.tradepub.com/?pt=cat&#038;page=Media"><img src="http://izachy.com/adimages/cre468x60.gif" width="468" height="60" alt="free creative and multimedia magazines" border="0"/></a></p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2007 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2007/03/06/rss-ad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upgrading to WordPress 2.1 Tip</title>
		<link>http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/</link>
		<comments>http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 06:25:36 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/</guid>
		<description><![CDATA[I upgraded to WordPress 2.1 recently and I want to share a tip. I uncompressed the new WP 2.1 files into a new directory. I name it wordpress2.1 then I upload the entire new directory to my server. When I &#8230; <a href="http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I upgraded to WordPress 2.1 recently and I want to share a tip. I uncompressed the new WP 2.1 files into a new directory. I name it <i>wordpress2.1</i> then I upload the entire new directory to my server. When I was ready to switch to the new version, I jus renamed the current wordpress directory to something like <i>wordpress2.07</i>. Then I renamed the new version to match the name of my official wordpress directory (ie &#8211; wordpress). This way, I have a clean install and I still have the old version to cut back to if something went wrong.</p>
<p>If you look at the WordPress upgrade instructions, it&#039;ll tell you to delete certain files and don&#039;t delete certain files. Seems kinda of messy to me. Below are the steps I took. Keep in mind my situation will be different from your setup, so you will need to modify the steps to suit your needs.</p>
<ol>
<li>Download and extract WP 2.1 to a new directory named <i>wordpress2.1</i></li>
<li>Back up the database by using the WordPress backup plugin or phpMyAdmin</li>
<li>I made a change to <i>template-functions-post.php</i> in the old version of WordPress to alter the behavior of the <a href="http://izachy.com/2006/09/07/hack-more-earn-more-money/"><i>more</i> tag</a>, so I had to make the change in the new version. In WP 2.1, I had to make the change in a new file called <i>post-template.php</i>.</li>
<li>Copy the following files from the old WordPress directory to the new directory:
<ul>
<li>wp-config.php (it&#039;s in the root wordpress directory)</li>
<li>plugins (except Akismet because WP 2.1 comes with a new version of Akismet)</li>
<li>theme files</li>
</ul>
</li>
<li>Deactivate the plugins (don&#039;t forget to write down special codes, like the Akismet api key, in case you need to re-enter them after you re-activate the plugins)</li>
<li>Rename the old wordpress directory (ie: wordpress &#8211;> wordpress2.07)</li>
<li>Rename the new wordpress directory (ie: wordpress2.1 &#8211;> wordpress)</li>
<li>Run the upgrade script (load &#8230;/wordpress/wp-admin/upgrade.php in the browser)</li>
<li>Reactive the plugin one by one</li>
</ol>
<p>Remember, the above steps are for my situation. You will need to look at the <a href="http://codex.wordpress.org/Upgrading_WordPress">WordPress upgrade instructions</a> and modify the above steps for your setup.</p>
<p align="center"><a href="http://embeddedstar.tradepub.com/free/ew/"><img src="http://izachy.com/adimages/tp-eweek.gif" width="468" height="60" alt="free eWeek" border="0"/></a></p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2007 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2007/02/11/upgrading-to-wordpress-21-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FeedFlares for RSS Text Ads</title>
		<link>http://izachy.com/2006/09/29/feedflare-rss-text-ads/</link>
		<comments>http://izachy.com/2006/09/29/feedflare-rss-text-ads/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 18:58:56 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/09/29/feedflare-rss-text-ads/</guid>
		<description><![CDATA[When TLA launched their Feedvertising RSS text ads, the text links reminded me of FeedBurner&#039;s FeedFlare. If you are reading this post from an RSS reader, you will notice a bunch of text links at the bottom of the post &#8230; <a href="http://izachy.com/2006/09/29/feedflare-rss-text-ads/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When TLA launched their <a href="http://izachy.com/2006/09/27/feedvertising-phpadsnew-ad-server/">Feedvertising</a> RSS text ads, the text links reminded me of FeedBurner&#039;s FeedFlare. If you are reading this post from an RSS reader, you will notice a bunch of text links at the bottom of the post (like &#034;Email this&#034; and &#034;Digg this&#034;). FeedBurner calls those text links FeedFlares. Today, you will also notice text links for iZachy Home, Daddy Forever, Embedded Star, EDA Geek, and EDA Blog at the bottom of the RSS feed for each post listed. Those are FeedFlares I created for my other sites. My FeedFlares work in Bloglines, NewsGator, and Google RSS Reader. They work with other RSS readers too, but I&#039;ve only tested on the readers mentioned previously.</p>
<p>Read <a href="http://izachy.com/2006/09/29/feedflare-rss-text-ads/">FeedFlares for RSS Text Ads</a> (370 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/09/29/feedflare-rss-text-ads/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Showing Posts When There&#039;s No Related Posts</title>
		<link>http://izachy.com/2006/09/18/no-related-posts/</link>
		<comments>http://izachy.com/2006/09/18/no-related-posts/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 06:08:53 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/09/18/no-related-posts/</guid>
		<description><![CDATA[Like many of you, I use the Related Posts plugin. I&#039;ve even hacked the plugin a couple of times to deal with unrelated pages showing up as related and to exclude certain categories from the results. Today, I&#039;m going to &#8230; <a href="http://izachy.com/2006/09/18/no-related-posts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Like many of you, I use the <a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts plugin</a>. I&#039;ve even hacked the plugin a couple of times to deal with <a href="http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/">unrelated pages showing up as related</a> and to <a href="http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/">exclude certain categories</a> from the results. Today, I&#039;m going to show you how to hack the plugin to deal with &#034;no related posts&#034; results.</p>
<p>Read <a href="http://izachy.com/2006/09/18/no-related-posts/">Showing Posts When There&#039;s No Related Posts</a> (396 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/09/18/no-related-posts/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Hack More to Earn More</title>
		<link>http://izachy.com/2006/09/07/hack-more-earn-more-money/</link>
		<comments>http://izachy.com/2006/09/07/hack-more-earn-more-money/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 04:35:30 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/09/07/hack-more-earn-more-money/</guid>
		<description><![CDATA[On one of my sites, I use the &#60;!&#8211;more&#8211;&#62; quicktag to designate the &#034;cut-off&#034; point for my posts. I could use the_excerpt tag, but I don&#039;t like how the excerpts look. Unless you explicitly define the excerpt for each post, &#8230; <a href="http://izachy.com/2006/09/07/hack-more-earn-more-money/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://edageek.com/">one of my sites</a>, I use the <i>&lt;!&#8211;more&#8211;&gt;</i> quicktag to designate the &#034;cut-off&#034; point for my posts. I could use <i>the_excerpt</i> tag, but I don&#039;t like how the excerpts look. Unless you explicitly define the excerpt for each post, <i>the_excerpt</i> tag will just show the first 120 words of the post and the HTML tags are stripped from the excerpt. As a result, the excerpt can be confusing and look like crap. That&#039;s why I prefer to use the <i>&lt;!&#8211;more&#8211;&gt;</i> quicktag.</p>
<p>However, when readers click on the more link, they are shown the post starting from the cut-off point on down. That means they don&#039;t see the top part of the post unless they scroll up. It makes sense from a reader&#039;s point of view. Why see something you already read? However, from my point of view, it would be better to show the reader the page starting from the top. Keep in mind that I normally set the cut-off between the first and second paragraph. So I&#039;m not forcing readers to re-read half the post. Just the first paragraph.</p>
<p>So what do I gain from all of this? Well, potentially more money. By showing the page from the top, readers can see my top Adsense ad. My top ads pay better than my bottom ads. When WordPress shows the post from the cut-off point down, readers don&#039;t see the top ad unless they scroll back up.</p>
<p>Now the tricky part, how do we get WordPress to display the page from the top on down? I looked around the <a href="http://codex.wordpress.org/">WordPress Codex</a>, but I could not find any parameters for the <i>&lt;!&#8211;more&#8211;&gt;</i> or <i>the_content</i> tags that would do the trick. So I had to hack one of the WordPress function (it&#039;s a simple hack). Follow the steps below if you want to change the behavior of WordPress.</p>
<p>Locate the file &#034;<b>template-functions-post.php</b>&#034; and make a back-up copy of the file. It&#039;s located in the &#034;wp-includes&#034; sub-folder where your WordPress files are installed.</p>
<p>Locate this line (it should be line 92 &#8211; the line wrap below is not intentional):</p>
<p><code>$output .= ' &lt;a href="'. get_permalink() . "#more-$id\"&gt;$more_link_text&lt;/a&gt;";</code></p>
<p>[<b>Note: In WordPress 2.1, you will need to modify line #102 in a file called post-template.php</b>]</p>
<p><code>$output .= ' &lt;a href="'. get_permalink() . "\"&gt;$more_link_text&lt;/a&gt;";</code></p>
<p>That&#039;s it. WordPress will now show the page starting with the top.</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/09/07/hack-more-earn-more-money/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Excluding Categories from the Related Posts Plugin</title>
		<link>http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/</link>
		<comments>http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 02:19:35 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/</guid>
		<description><![CDATA[Someone asked me how to omit posts from certain categories when using the Related Posts plugin. He even dangled a #9 from the Taco Bell menu via Paypal. It took me about 3 hours to figure it out, so that &#8230; <a href="http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Someone asked me how to omit posts from certain categories when using the Related Posts plugin. He even dangled a #9 from the Taco Bell menu via Paypal. It took me about 3 hours to figure it out, so that works out a few dollars per hour. But I can&#039;t complain. A few dollars is better than nothing and I can&#039;t charge someone for learning how do something I&#039;ve never done before. My background is with Microsoft Access and ASP/VBScript. I have a little experience with PHP, but never had to write SQL queries for mySQL before. So in addition to getting lunch, I also learned a little bit about mySQL.</p>
<p>Read <a href="http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/">Excluding Categories from the Related Posts Plugin</a> (760 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/09/03/excluding-categories-from-the-related-posts-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Fix Landing Sites Plugin</title>
		<link>http://izachy.com/2006/07/18/fix-landing-sites-plugin/</link>
		<comments>http://izachy.com/2006/07/18/fix-landing-sites-plugin/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 23:10:26 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/07/18/fix-landing-sites-plugin/</guid>
		<description><![CDATA[I finally got around to testing the Landing Sites plugin for WordPress. Don&#039;t let the name fool you. The plugin does not create or direct visitors to a landing page. Instead, the plugin displays related links when visitors come to &#8230; <a href="http://izachy.com/2006/07/18/fix-landing-sites-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally got around to testing the <a href="http://theundersigned.net/2006/06/landing-sites-11">Landing Sites</a> plugin for WordPress.</p>
<p>Don&#039;t let the name fool you. The plugin does not create or direct visitors to a landing page. Instead, the plugin displays related links when visitors come to your site via a search engine. The idea is that when visitors are referred to your site from a search engine, they are looking for something specific &#8211; often they quickly check the page they land on and then leave if what they are looking for isn&#039;t there. This plugin creates additional links for your search engine visitors to increase the stickiness of your site.</p>
<p>Read <a href="http://izachy.com/2006/07/18/fix-landing-sites-plugin/">How to Fix Landing Sites Plugin</a> (551 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/07/18/fix-landing-sites-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Related Posts Showing Unrelated Pages</title>
		<link>http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/</link>
		<comments>http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 22:28:58 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/</guid>
		<description><![CDATA[I finally got around to hacking the Related Posts plugin for WordPress. I love the plugin, but on some posts it listed pages like my contact form or email newsletter confirmation as related pages. None of my &#034;pages&#034; are related &#8230; <a href="http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally got around to hacking the <a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts plugin</a> for WordPress. I love the plugin, but on some posts it listed pages like my contact form or email newsletter confirmation as related pages. None of my &#034;pages&#034; are related to any of my posts and I don&#039;t want my pages listed as related to my posts.</p>
<p>I looked on the Wasabi site (home of the Related Posts plugin), but didn&#039;t find anything other than a comment from someone with the same problem. The question was posted three months ago and it was never answered. So, I looked at the plugin code and came up with a quick solution.</p>
<p>To disable pages in your related results, just follow these five steps:</p>
<ol>
<li>Log into the admin area of your WordPress blog.</li>
<li>Click on <i>Plugins</i>, then click on <i>Plugin Editor</i>.</li>
<li>On the right is a list of your plugin files. Click on <i>Related Posts</i>.</li>
<li>
<p>In the Editing related-posts.php text window, scroll down until you find this line:</p>
<blockquote><p>. &#034;AND (post_status IN ( &#039;publish&#039;,  &#039;static&#039; ) &#038;&#038; ID != &#039;$post->ID&#039;) &#034;;</p></blockquote>
<p>Its almost half way down (its a few line below <i>// Primary SQL query</i>). If you are using Windows, you can do a search by hitting ctrl-F and searching for <i>static</i>. It&#039;s line 92 if you are using a text editor on your computer.</p>
<p>Change <i>&#039;publish&#039;,  &#039;static&#039;</i> to just <i>&#039;publish&#039;</i><br />
Static refers to pages and publish refers to posts. The new line should read:</p>
<blockquote><p>. &#034;AND (post_status IN ( &#039;publish&#039; ) &#038;&#038; ID != &#039;$post->ID&#039;) &#034;;</p></blockquote>
</li>
<li>Click the Update File button and you are done.</li>
</ol>
<p>That&#039;s it. Your pages will no longer be listed as related to any of your posts.</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/06/26/related-posts-showing-unrelated-pages/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Do Not Ping Yourself</title>
		<link>http://izachy.com/2006/06/22/do-not-ping-yourself/</link>
		<comments>http://izachy.com/2006/06/22/do-not-ping-yourself/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 01:03:19 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/06/22/do-not-ping-yourself/</guid>
		<description><![CDATA[When I write a post, sometimes I link to another post on my blog. However, I&#039;ve noticed that when I do, I end up pinging myself. In other words, the link shows up in the linked article as a pingback &#8230; <a href="http://izachy.com/2006/06/22/do-not-ping-yourself/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I write a post, sometimes I link to another post on my blog. However, I&#039;ve noticed that when I do, I end up pinging myself. In other words, the link shows up in the linked article as a pingback in the comments area. I think its kinda of weird to ping yourself. So I looked around in the admin area to see if I could turn off internal pinging. The only option I found was to turn off pinging and trackback from other blogs. This wasn&#039;t what I wanted. If anything, it will disable external pinging, but may still allow internal pinging. That&#039;s my interpretation on the phrase, &#034;other blogs.&#034; Otherwise, it would have read, &#034;all blogs.&#034;</p>
<p>Next, I looked in the <a href="http://codex.wordpress.org/Main_Page">WordPress Codex</a>. If the info was there, someone did a great job of hiding it because I could not find it. Then I searched on the web via Google. I couldn&#039;t find it there either. Obviously, if Google can&#039;t find it, then it doesn&#039;t exist. So, I gave up until a few days ago. That&#039;s when I was working on a non-WordPress site &mdash; a site that uses relative addressing. That&#039;s when it hitted me. I was using absolute addresses when I linked internally on my WordPress blogs. I was using something like, <i>http://izachy.com/link/</i> instead of <i>/link/</i>.</p>
<p>In my next post, I used a relative address to link to another post. Result? I didn&#039;t ping myself. This discovery might be obvious to some people, but if you&#039;re a little dense like me, you might appreciate this helpful hint. Remember, don&#039;t use the full URL unless you want to ping yourself.</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/06/22/do-not-ping-yourself/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five Steps to Selecting the Right Newsletter Solution for You</title>
		<link>http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/</link>
		<comments>http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 08:23:54 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/</guid>
		<description><![CDATA[After publishing my post on email broadcasting service, I decided to write one more post on email newsletters. Like everyone else, after I saw the poor performance of Zookoda, I was ready to jump ship. However, reliability is only one &#8230; <a href="http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After publishing my post on <a href="/2006/06/12/i-did-not-get-your-newsletter/">email broadcasting service</a>, I decided to write one more post on email newsletters. Like everyone else, after I saw the poor performance of Zookoda, I was ready to jump ship. However, reliability is only one of several criteria to consider when selecting a newsletter solution provider. I&#039;ve put together a five-step process for selecting a newsletter solution.</p>
<p>Read <a href="http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/">Five Steps to Selecting the Right Newsletter Solution for You</a> (638 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/06/20/five-steps-to-selecting-the-right-newsletter-solution-for-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show More Adsense Ads on Long Posts</title>
		<link>http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/</link>
		<comments>http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/#comments</comments>
		<pubDate>Tue, 16 May 2006 01:36:03 +0000</pubDate>
		<dc:creator>Ken Cheung</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/</guid>
		<description><![CDATA[I&#039;m old school. On my static sites, I hand code the side nav bar I want to use. This enables me to use different side nav bars for different situations. For instance, I may want to use a home side &#8230; <a href="http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#039;m old school. On my static sites, I hand code the side nav bar I want to use. This enables me to use different side nav bars for different situations. For instance, I may want to use a home side nav bar for my home page, side bar Z for section Z, and side bar 8 for yet another section of my site.</p>
<p>Now that I&#039;m using WordPress to run some of my sites, I&#039;ve pretty much stuck with one side bar for all my pages. Sure I could put in a bunch of if statements to pull in different nav bars, but that could get really messy fast. So, I&#039;ve come up with two methods that I could use to alter the side nav bar and the layout for single posts and pages. This will come in handle for showing more ads on a long page and disabling ads for a short page.</p>
<p>Read <a href="http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/">Show More Adsense Ads on Long Posts</a> (608 words)</p>
<p align="center"><a href="http://www.embeddedstar.com/careers/"><img src="http://izachy.com/adimages/jobs468.gif" border="0"></a></p>
    <p align="center"><a href="http://embeddedstar.tradepub.com/">Free Magazines</a> : : <a href="http://www.embeddedstar.com/careers/">Find a Job</a> : : <a href="http://izachy.com/">iZachy</a> : : <a href="http://daddyforever.com/">Daddy Forever</a> : : <a href="http://www.embeddedstar.com/">Embedded Star</a> : : <a href="http://edageek.com/">EDA Geek</a> : : <a href="http://edablog.com/">EDA Blog</a> : : <a href="http://fpgablog.com/">FPGA Blog</a><br />&copy; 2006 <a href="http://www.onlinedestiny.com/">Online Destiny Ltd</a> : : <a href="http://izachy.com">iZachy</a> is a trademark of Online Destiny Ltd</p>]]></content:encoded>
			<wfw:commentRss>http://izachy.com/2006/05/15/show-more-adsense-ads-on-long-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

