<?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>Sites that Soar! &#187; Sites that Soar / Ais</title>
	<atom:link href="http://sitesthatsoar.com/wordpress/author/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://sitesthatsoar.com/wordpress</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 12:32:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1536</generator>
		<item>
		<title>No images? Weird placement?</title>
		<link>http://sitesthatsoar.com/wordpress/no-images-weird-placement/</link>
		<comments>http://sitesthatsoar.com/wordpress/no-images-weird-placement/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 17:26:18 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=96</guid>
		<description><![CDATA[NOTE: This post is out of date.  See more recent articles about images, including When homepage images don&#8217;t show up. If your images aren&#8217;t showing up in the Custom Fields areas, here&#8217;s one reader&#8217;s solution: Instead of entering something like this 2008/08/imagename.jpg in the Custom Fields area, use something that looks like this: yourblog/wp-content/uploads/2008/08/yourimage.jpg Please [...]]]></description>
			<content:encoded><![CDATA[<p>NOTE: This post is out of date.  See more recent articles about images, including <strong><a href="http://sitesthatsoar.com/wordpress/when-images-dont-show-up/">When homepage images don&#8217;t show up</a></strong>.</p>
<hr />
<p>If your images aren&#8217;t showing up in the Custom Fields areas, here&#8217;s one reader&#8217;s solution:</p>
<p>Instead of entering something like this <strong><span style="color: #333399;">2008/08/imagename.jpg</span></strong> in the Custom Fields area, use something that looks like this:</p>
<p><strong><span style="color: #333399;"> yourblog/wp-content/uploads/2008/08/yourimage.jpg</span></strong></p>
<p>Please be <em>very</em> careful about those forward slashes, especially at the beginning of the URL.</p>
<p>That should solve the graphics issue.  If it doesn&#8217;t, start with the full URL of the graphic and start removing parts of it, one section at a time, until it works.</p>
<p>In other words, start with something like this:</p>
<p>http://www.yoursite.com/yourblog/wp-content/uploads/2008/08/yourimage.jpg</p>
<p>If that doesn&#8217;t work, try<br />
www.yoursite.com/yourblog/wp-content/uploads/2008/08/yourimage.jpg</p>
<p>If that doesn&#8217;t work, try<br />
/yourblog/wp-content/uploads/2008/08/yourimage.jpg</p>
<p>If that doesn&#8217;t work, try<br />
yourblog/wp-content/uploads/2008/08/yourimage.jpg</p>
<p>&#8230; and so on.</p>
<p>IMAGE ALIGNMENT</p>
<p>Some images in the posts and pages seem to need extra help in the newest WP.</p>
<p>I&#8217;m tweaking them manually in the HTML version of the post.  Yes, it&#8217;s annoying.  I&#8217;m hoping that this will be resolved in future versions of WordPress.</p>
<p>Here&#8217;s what I&#8217;m doing:  To the information within the  &lt;img src &#8230;&gt; brackets, I add things such as</p>
<p><strong><span style="color: #333399;"> align=&#8221;left&#8221;<br />
class=&#8221;left&#8221;<br />
border=&#8221;0&#8243; </span></strong></p>
<p>and so on.</p>
<p>LEAD IMAGE POSITIONING</p>
<p>One other person had difficulty with Custom Fields images lining up correctly in the Lead Image spot. That reader solved it by adding something like this code:</p>
<p><strong><span style="color: #333399;">align=&#8221;left&#8221; hspace=&#8221;10&#8243; vspace=&#8221;10&#8243;</span></strong></p>
<p><em>Important:</em> That goes in the ui.tabs.php file, in the code section related to the Lead Image.</p>
<p>WHEN YOU HAVE PROBLEMS SUCH AS THESE</p>
<p>Generally, these are specialized issues beyond what my book is intended to address.</p>
<p>Based on my email, the book works for 99% of readers, but there <em>are</em> exceptions related to MySQL and hosting service quirks.</p>
<p>Or, you could have an issue with the WP version you downloaded; new versions and tweaks are being added steadily.  (The <strong><a href="http://wordpress.org/support/" target="_blank">WordPress support forum</a></strong> is the best place to start, when you have a problem.  It&#8217;s searchable, and a lot of people will usually chime in with advice.)</p>
<p>I do want to hear from readers, so I know which issues to address in future editions of my book.</p>
<p>However, if it&#8217;s a rare problem, I generally refer people to the guys who created Mimbo and Branford Magazine.</p>
<p>Try the Branford Magazine support forum: <strong><a href="http://www.der-prinz.com/support-forum/" target="_blank">http://www.der-prinz.com/support-forum/</a></strong></p>
<p>Or, contact Michael Oeser, the designer of Branford Magazine at <span style="color: #ff0000;">support[at]der-prinz.com</span></p>
<p>In addition, Darren Hoyt provides a list of freelancers who can help with the components that are based on Mimbo:<br />
<strong><a href="http://www.darrenhoyt.com/referrals/" target="_blank">http://www.darrenhoyt.com/referrals/</a></strong></p>
<p>Note: HUGE thanks to Freddie of  <a href="http://www.investwithpassion.com/" target="_blank">www.InvestWithPassion.com</a> for advice on image solutions!</p>
<h3><strong><span style="color: #ff0000;">IMPORTANT</span></strong></h3>
<p><strong><span style="color: #ff0000;">&#8211;&gt;</span></strong> Still have an image problem?  In almost every case, this occurs ONLY with people who have installed WP in their root directory. That is, your WordPress homepage is in <strong><span style="color: #ff0000;">http://www.yoursite.com/</span></strong> instead of <strong><span style="color: #ff0000;">http://yoursite.com/wordpress/</span></strong></p>
<p>If you&#8217;ve installed your WordPress there and the above solutions aren&#8217;t helping, contact your hosting service before spending frustrating days trying to fix it yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/no-images-weird-placement/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Selling multiple items at Clickbank</title>
		<link>http://sitesthatsoar.com/wordpress/selling-multiple-items-at-clickbank/</link>
		<comments>http://sitesthatsoar.com/wordpress/selling-multiple-items-at-clickbank/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 19:33:56 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Featured articles]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=93</guid>
		<description><![CDATA[The following is an article by Robert Plank*, whose WordPress Search Engine Optimization article I recommend in my book. I&#8217;ve tried the following sales page technique and it works, if you&#8217;re selling multiple products through one Clickbank account. Clickbank is a great third-party system for selling your products, but it&#8217;s not perfect. The most noticeable [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The following is an article by Robert Plank*, whose <a href="http://www.robertplank.com/search-engine-optimization/" target="_blank">WordPress Search Engine Optimization</a> article I recommend in my book.  I&#8217;ve tried the following sales page technique and it works, if you&#8217;re selling multiple products through one Clickbank account.</p></blockquote>
<p style="text-align: left;">Clickbank is a great third-party system for selling your products, but it&#8217;s not perfect. The most noticeable problem is that, even though you have the ability to offer up to 50 different products, you can only have one landing page.</p>
<p>This means that when an affiliate promotes your URL, you can only take the user to the sales page of a particular product. (Either that, or take them to a page with a link to every single product &#8212; bad idea &#8212; too many choices for the user to make.)</p>
<p>Luckily there is a PHP solution. Clickbank lets you add extra stuff to the URL, which can be passed to a PHP script. Then, this script can easy pass the user along to any page you like.</p>
<p>A typical Clickbank hoplink looks like this:</p>
<p>http://hop.clickbank.net/?AffiliateID/SellerID</p>
<p>Where &#8220;AffiliateID&#8221; is the ID of a Clickbank affiliate and &#8220;SellerID&#8221; is the ID of the seller whose product you are promoting.</p>
<p>I&#8217;ve recently been in a situation where I was selling an e-book, and wrote a second volume. I wanted to be able to offer an affiliate program to the following types of resellers:</p>
<p>1.) Those whose lists contained many people who already purchased Volume 1 from them as an affiliate, and were satisfied enough to buy Volume 2.</p>
<p>2.) Those who hadn&#8217;t bought either e-book before, and were willing to pay the full price for both Volumes 1 and 2.</p>
<p>3.) Those whose lists contained &#8220;freebie seekers&#8221; who would be more comfortable buying only Volume 1 for starters.</p>
<p>This meant I needed 3 sales pages, but I wasn&#8217;t comfortable with wasting another $100 to setup two new Clickbank accounts. I also didn&#8217;t want to have to login three different times to check all my stats. (And cash three separate checks, and so on.)</p>
<p>So, I gave affiliates a link like this:</p>
<p>http://hop.clickbank.net/?AffiliateID/SellerID&amp;x=volume2</p>
<p>That extra part at the end said, set the query string variable called &#8220;x&#8221; to &#8220;volume2.&#8221; That &#8220;volume2&#8243; can be any value you want, by the way.</p>
<p>When Clickbank does the redirect to your site, they pass along two things: the affiliate ID, and any stuff you add on to the end of that URL.</p>
<p>So, if your sales page was something like: http://www.example.com/index.php</p>
<p>Then Clickbank would send the user to: http://www.example.com/index.php?hop=AffiliateID&amp;x=volume2</p>
<p>See what it does? It sets &#8220;hop&#8221; to the affiliate&#8217;s ID and then says that &#8220;x&#8221; is equal to &#8220;volume2.&#8221;</p>
<p>Here&#8217;s where it gets fun. Let&#8217;s create a new file in your text editor, like Notepad (this will actually be a PHP script). Copy and paste this in:</p>
<blockquote><p>{{?php</p>
<p>$redirects = array(<br />
&#8220;volume1&#8243; =&gt; &#8220;http://www.example.com/volume1.html&#8221;,<br />
&#8220;volume2&#8243; =&gt; &#8220;http://www.example.com/volume2.html&#8221;,<br />
&#8220;volume3&#8243; =&gt; &#8220;http://www.example.com/volume3.html&#8221;,<br />
&#8220;jv&#8221; =&gt; &#8220;http://www.example.com/special/index.html&#8221;<br />
);</p>
<p>$x = $_GET["x"];</p>
<p>if (array_key_exists($x, $redirects)) {<br />
$go = $redirects[$x];<br />
header(&#8220;Location:$go&#8221;);<br />
die();<br />
}</p>
<p>?}}</p></blockquote>
<p>* Don&#8217;t forget to change the {{ to the less-than sign (hold down SHIFT and press the comma key on your keyboard) and the }} to the greater-than sign (hold down SHIFT and press the period key on your keyboard.)</p>
<p>Change all those rows (volume1, volume2, etc.) and their URLs to your own URLs. They can be anything you want and you can have as many of them as you want. If you want more lines just copy the lines exactly as they are, but the last line doesn&#8217;t need a comma, as you can see above.</p>
<p>Save this file as something like &#8220;redirect.php,&#8221; and then change the extension from the landing page of your site to a PHP extension. For example if your landing page is &#8220;http://www.example.com/index.html&#8221;, it has to be changed to &#8220;http://www.example.com/index.php.&#8221; Change the URL in your Clickbank preferences if it needs to be updated to reflect this change.</p>
<p>Almost done. Now in your newly renamed landing page, add in this code:</p>
<blockquote><p>{{?php include(&#8220;redirect.php&#8221;); ?}}</p></blockquote>
<p>MAKE SURE that line is at the very very start of that page. You can&#8217;t have anything before it, not even a carriage return or a space. If you put that line of code anywhere than the top of your HTML document the redirect just won&#8217;t work.</p>
<p>* Don&#8217;t forget to change the {{ to the less-than sign (hold down SHIFT and press the comma key on your keyboard) and the }} to the greater-than sign (hold down SHIFT and press the period key on your keyboard.)</p>
<p>And there you have it. If that special code is added to the end, for volume3 or even the &#8220;jv&#8221; section, the user will be properly redirected. Or if no special code is entered at all (just a regular Clickbank hoplink) the landing page will just be shown normally without any sort of redirect.</p>
<p>You can now have more flexibility when giving out special offers. You can&#8217;t give JV partners a bigger commission (you&#8217;d need another Clickbank account for that), but you can:</p>
<ul>
<li>Offer a bunch of bonuses for JV partners.</li>
<li>Have a different product link on that page where people can buy for a reduced price.</li>
<li>Have a different product link where buyers are sent to a special signup form that shares their e-mail address with the referrer.</li>
</ul>
<p>Now you can promote multiple products through Clickbank without multiple accounts, and without needlessly paying for a costly script that does very little.</p>
<p>Experienced PHP/JavaScript Tutor Solves 19 Of Your Most Frustrating Direct Response Sales Page Hang-Ups <strong><a href="http://www.salespagetactics.com/eibhlinm" target="_blank">http://www.salespagetactics.com/</a></strong></p>
<blockquote><p><em>Note: </em>The above article may be copied as long as the resource box is included.  You may rebrand the above URL with your Clickbank ID however.</p></blockquote>
<p><strong>*Important note:</strong> Though I have to publish his article &#8220;as is&#8221;,  and his advice seems to be great, I do <em>not</em> recommend doing business with Robert Plank.</p>
<p>That&#8217;s not about his  products, which seem to be excellent. It&#8217;s about how he treats his  customers.</p>
<p>(He used my name on a testimonial for one of his products &#8212; and kept using it &#8212; long after I asked him to remove it.  The correspondence was<em> not</em> pleasant, and I wouldn&#8217;t want anyone else to go through that kind of ordeal.)</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/selling-multiple-items-at-clickbank/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WP 2.5 media upload issues</title>
		<link>http://sitesthatsoar.com/wordpress/wp-25-media-upload-issues/</link>
		<comments>http://sitesthatsoar.com/wordpress/wp-25-media-upload-issues/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 12:06:56 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=86</guid>
		<description><![CDATA[If you&#8217;re having difficulties with Media uploads in WordPress 2.5.x, you&#8217;re not alone. The good news is, there are some good answers at the WordPress Support Forum. Start with this WP Forum post, which summarizes the most frequent bugs. I&#8217;m using that post as a checklist right now. Yes, I&#8217;m having (minor) problems with one [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-87" style="border: 0pt none; float: right;" title="kabbey" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/06/kabbey.jpg" alt="" width="180" height="111" />If you&#8217;re having difficulties with Media uploads in WordPress 2.5.x, you&#8217;re not alone.  The good news is, there are some <em>good</em> answers at the WordPress Support Forum.  Start with <a href="http://wordpress.org/support/topic/164999?replies=1" target="_blank">this WP Forum post</a>, which summarizes the most frequent bugs.</p>
<p>I&#8217;m using that post as a checklist right now.  Yes, I&#8217;m having (minor) problems with one of my WordPress sites.</p>
<p>If you&#8217;re wondering why I included the image at the right:  It was a test to see if my current problem was the image.  An image that&#8217;s too large or flawed (garbled or missing image code) can cause difficulties.</p>
<p>That particular picture (Kilmallock Abbey, Kilmallock, Ireland) wouldn&#8217;t upload at another WordPress site that I manage.  By testing it here, I can see that the image <em>isn&#8217;t</em> the problem.</p>
<p>In other words, if you have more than one WordPress installation running on the same server, you can rule out some problems by trying the same task in the other WP install.</p>
<p>(I&#8217;m about to overwrite my previous WP install, to see if one of my files was corrupted.  You can always overwrite your files if you follow the extended steps that are recommended for <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_blank">upgrading WordPress</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/wp-25-media-upload-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5.1</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-251/</link>
		<comments>http://sitesthatsoar.com/wordpress/wordpress-251/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 17:15:56 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Products and Services]]></category>
		<category><![CDATA[WordPress 2.5 fixes]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=76</guid>
		<description><![CDATA[There&#8217;s a new WordPress now, confirming my suspicions that the dust hasn&#8217;t settled on WP 2.5 yet. The new version, WP 2.5.1, includes one important security fix, and (according to the WordPress announcement) &#8220;over 70 other fixes.&#8221; If you&#8217;ve already installed WordPress 2.5 &#8212; but only if you&#8217;ve already installed it &#8212; you may want [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8" style="border: 0pt none; float: left;" title="Computer 2 - illustration" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/03/lead4keyboard.jpg" alt="" width="125" height="166" />There&#8217;s a new WordPress now, confirming my suspicions that the dust hasn&#8217;t settled on WP 2.5 yet. The new version, <a href="http://wordpress.org/download/">WP 2.5.1</a>, includes one important security fix, and (according to the WordPress announcement) &#8220;over 70 other fixes.&#8221;</p>
<p>If you&#8217;ve already installed WordPress 2.5 &#8212; but <strong><span style="color: #ff0000;">only</span></strong> if you&#8217;ve already installed it &#8212; you <em>may</em> want to install 2.5.1 due to the security issue.  That&#8217;s what I&#8217;m doing.</p>
<p>WordPress has a good, <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended#Detailed_Upgrade_Instructions_for_1.5.x.2C_2.0.x.2C_2.1.x.2C_2.2.x.2C_2.3.x.2C_or_2.5.2C_to_2.5.1" target="_blank">expanded list of instructions for an upgrade</a>, but here&#8217;s my &#8220;cheat sheet&#8221; version.  (I&#8217;m assuming that you backup your files &#8212; using Manage &gt; Export &#8212;  <a href="http://www.ilfilosofo.com/blog/wp-db-backup/" target="_blank">and your database</a>, regularly.)</p>
<ol>
<li>Deactivate all plugins.</li>
<li>Use FTP to delete the wp-admin and wp-includes folders.</li>
<li>Upload (with FTP) the new version&#8217;s wp-admin and wp-includes folders.</li>
<li>Upload (overwrite) all of the files <span style="color: #ff0000;">(not the folders)</span> in the main wordpress folder, except <em>wp-config.php,</em> of course.</li>
<li>Reactivate your plugins.</li>
</ol>
<p>That&#8217;s it, though <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended#Detailed_Upgrade_Instructions_for_1.5.x.2C_2.0.x.2C_2.1.x.2C_2.2.x.2C_2.3.x.2C_or_2.5.2C_to_2.5.1" target="_blank">the WordPress site</a> will talk you through some <em>wp-content</em> changes that may be necessary.</p>
<p>Also, I tried the new &#8220;<a href="http://wordpress.org/support/topic/170987" target="_blank">secret key</a>.&#8221;  Be sure to add it to the correct location in your <em>wp-config.php</em> file, or you may have problems.   In my <em>wp-config.php</em> file (generated by my hosting service during the installation),  I added the secret key code as a new line <em>immediately after</em> where it says this:</p>
<blockquote><p>define(&#8216;DB_COLLATE&#8217;, &#8221;);</p></blockquote>
<p>If you add your own secret key code, use FTP to save the updated <em>wp-config.php</em> file (overwrite the old one) in your WordPress folder, and you should be all set.  You will have to log in again, even if you were already logged in.  But, in theory anyway, that&#8217;s all you&#8217;ll need to do.</p>
<p>On a more positive note, the &#8220;Add media&#8221; function seems to work better now.  When I say that I want the graphic to go on the left, it really shows up there, aligned with the text.  Life is good!</p>
<p>That said&#8230; I&#8217;m leaving most of my websites in WordPress 2.3.3 (the one illustrated in my book) until this new upgrade stabilizes.  That&#8217;s when I&#8217;ll expand the <em><a href="http://www.sitesthatsoar.com/" target="_blank">Sites that Soar!</a></em> book &#8212; or create a new, separate edition &#8212; with WP 2.5 illustrations and tips.</p>
<p>I doubt that I&#8217;ll change the book until June 2008 at the very soonest.  A new version of 2.5 with <em>this</em> many changes&#8230; well, that suggests that there will be more changes in the immediate future.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/wordpress-251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumbs in WordPress</title>
		<link>http://sitesthatsoar.com/wordpress/breadcrumbs-in-wordpress/</link>
		<comments>http://sitesthatsoar.com/wordpress/breadcrumbs-in-wordpress/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 11:21:24 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=74</guid>
		<description><![CDATA[Some website designers like to use &#8220;breadcrumbs.&#8221; WHAT ARE BREADCRUMBS? That term refers to the trail of breadcrumbs left by Hansel &#38; Gretel, hoping to follow it back out of the woods if they became lost. Online, &#8220;breadcrumbs&#8221; are a string of links showing your website visitor the previous pages (at your website) that he [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft alignnone size-full wp-image-75" style="float: left; border: 0;" title="bird-breadcrumbs" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/bird-breadcrumbs.jpg" alt="" width="200" height="166" />Some website designers like to use &#8220;breadcrumbs.&#8221;</p>
<p>WHAT ARE BREADCRUMBS?</p>
<p>That term refers to the trail of breadcrumbs left by Hansel &amp; Gretel, hoping to follow it back out of the woods if they became lost.</p>
<p>Online, &#8220;breadcrumbs&#8221; are a string of links showing your website visitor the previous pages (at your website) that he or she visited.</p>
<p>EXAMPLE</p>
<p>Let&#8217;s say that your visitor arrived at your website featuring tin foil hats, and began reading an article, &#8220;Kinds of foil.&#8221;  From there, she read your article, &#8220;Alien technology,&#8221; and then, &#8220;Shielding your bedroom.&#8221;</p>
<p>The breadcrumb trail would look like this:</p>
<p><span style="color: #339966;">Kinds of tin foil &gt; Alien technology &gt; Shielding your bedroom</span></p>
<p>And, all of those would be links so your visitor could find her way back to re-read the first article, if she wanted to.</p>
<p>PLUGINS</p>
<p>As of April 2008, there is one WordPress plugin that&#8217;s recommended for creating breadcrumbs, called Breadcrumb NavXT.  Here&#8217;s the link: <a href="http://mtekk.weblogs.us/code/breadcrumb-navxt/" target="_blank">http://mtekk.weblogs.us/code/breadcrumb-navxt/</a></p>
<p>I haven&#8217;t tried it, but it&#8217;s already been updated through WordPress 2.5 (that&#8217;s a good sign) and I&#8217;ve heard some good things about it.</p>
<p>CAVEAT?</p>
<p>In most cases, if you try a plugin and it&#8217;s a disaster, you can simply disable it.</p>
<p>If a plugin causes WordPress to fail, freeze, or behave badly, just to into your FTP program and delete the plugin from your plugins folder.</p>
<p>Generally, you can&#8217;t go too far wrong with any plugin that is popular and updated regularly.</p>
<p>Breadcrumbs can help your website visitor find his or her way around your site.  Breadcrumbs may also improve your search engine rankings.</p>
<p>I&#8217;m not using this plugin on my sites (yet) because I rely on the Sitemap to help visitors navigate the site.</p>
<p>However, I may consider breadcrumbs for some of my more eclectic sites that can be confusing to a new visitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/breadcrumbs-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Category numbers in WP 2.5</title>
		<link>http://sitesthatsoar.com/wordpress/category-numbers-wordpress-25/</link>
		<comments>http://sitesthatsoar.com/wordpress/category-numbers-wordpress-25/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 13:41:23 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Featured articles]]></category>
		<category><![CDATA[WordPress 2.5 fixes]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=67</guid>
		<description><![CDATA[Can&#8217;t find your Category ID numbers in WordPress 2.5? Here&#8217;s help. There are many reasons why I didn&#8217;t recommend WordPress 2.5&#8230; until now.  (Security issues make it imperative to upgrade to 2.5.1 immediately.) One reason why I was hesitant about WP 2.5.x is Category ID numbers. You can&#8217;t see them as easily in WordPress 2.5, [...]]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t find your Category ID numbers in WordPress 2.5?  Here&#8217;s help.</p>
<p>There are many reasons why I didn&#8217;t recommend WordPress 2.5&#8230; until now.  (Security issues make it imperative to upgrade to 2.5.1 immediately.)</p>
<p>One reason why I was hesitant about WP 2.5.x is <strong>Category ID numbers.</strong> You can&#8217;t see them as easily in WordPress 2.5, and you&#8217;ll need those numbers for themes such as Branford Magazine and Mimbo.</p>
<p>(I still <em>highly</em> recommend the Branford Magazine theme, or the Mimbo theme, which provided much of the code for Branford Magazine&#8217;s basic design.)</p>
<p>Many of us are hoping that this WordPress issue will be fixed in the next WordPress upgrade.  In the meantime, there are three ways to work around the problem: Rollover, click, or (as of late April 2008) with an Alpha plugin.</p>
<p><strong>ROLLOVER</strong></p>
<p>To find the Category number in WordPress 2.5, go to <span style="color: #000000;"><strong>Manage &gt; Categories</strong></span>.  In that panel, roll your cursor over the category name for which you need an ID number.</p>
<p>The number will appear at the lower right corner of your screen.</p>
<p>Here&#8217;s an illustration:</p>
<p><img class="alignnone size-full wp-image-62" title="category-numbers25" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/category-numbers25.gif" alt="Screenshot showing how to find Categories in WP 2.5" width="400" height="513" /></p>
<p>In the example above, my &#8220;Design secrets&#8221; category&#8217;s ID number is <strong>4</strong>.</p>
<p>Or, you can click on the category name to see the ID number.</p>
<p><strong>CLICK</strong></p>
<p>If you click on the category name as if you&#8217;re going to edit it, the category&#8217;s ID number will appear at the top of your screen, as a URL.  The ID number is at the far right (end) of that URL.</p>
<p>Or, you can use a plugin that&#8217;s been released in April 2008, and &#8212; as of today (19 Apr 08) &#8212; is still in Alpha mode.  (&#8220;Alpha&#8221; mode means that there may be significant bugs in this plugin, and you are taking a risk if you install it.)</p>
<p><strong>PLUGIN</strong></p>
<p>Oliver Schloebe has created a handy plugin to solve the problem.  Though it is still in Alpha mode, I installed it and it worked fine for this website.</p>
<blockquote><p><strong>Important note:</strong> I do not intend to install this plugin at my larger websites until it is at least in Beta mode.  If you install it and it causes problems with WordPress or your website, I cannot help you fix that.</p></blockquote>
<p>The plugin is called <strong><a href="http://www.schloebe.de/wordpress/reveal-ids-for-wp-admin-25-plugin/#english" target="_blank">Reveal IDs for WP Admin 2.5</a></strong></p>
<p>Download, unzip, and upload/install it according to the instructions at that link.</p>
<p>Then, activate it in your <strong>Plugins</strong> tab.</p>
<p>Go to your <strong>Settings</strong> tab.</p>
<p><em>Uncheck</em> everything on the list.</p>
<p><em>Save</em> your changes.</p>
<p><em>Recheck</em> the box that enables you to see the Category ID numbers. (As of 19 April, this part of the plugin is in Alpha mode.)</p>
<p><em>Save</em> your changes.</p>
<p>Go to <strong>Manage &gt; Categories</strong> and the ID numbers should show up to the right of your category names.</p>
<p>Here&#8217;s a screenshot of how it looks at this website:</p>
<p><img class="alignnone size-full wp-image-63" title="category-revealpgm" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/category-revealpgm.gif" alt="Category reveal plugin - screenshot of plugin in use" width="300" height="322" /></p>
<p>As you can see, the ID number appears to the right of each category name.</p>
<p><strong>TO FIND OUT MORE</strong></p>
<p>To stay current on this issue, visit the <a href="http://wordpress.org/support/">WordPress Support forum</a> for news.  Search using words such as &#8220;category numbers 2.5&#8243; and check the latest discussions about this problem.</p>
<p>Here&#8217;s one post about the issue: <a href="http://wordpress.org/support/topic/162394" target="_blank">http://wordpress.org/support/topic/162394</a></p>
<p>Meanwhile, please <strong>do</strong> upgrade to the newest version of WordPress.  There are some huge security issues with the earlier versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/category-numbers-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Changing background colors</title>
		<link>http://sitesthatsoar.com/wordpress/changing-background-colors/</link>
		<comments>http://sitesthatsoar.com/wordpress/changing-background-colors/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 14:37:07 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=60</guid>
		<description><![CDATA[Would you like a different background color at your website? It&#8217;s easy. I&#8217;ll show you how. First, let&#8217;s talk about the page background. That&#8217;s the color around the container where your content is. On my Business of Art website (Arts-Careers.com), the background is dark grey. The arrow in this picture points to the area that [...]]]></description>
			<content:encoded><![CDATA[<p>Would you like a different background color at your website?  It&#8217;s easy.  I&#8217;ll show you how.</p>
<p>First, let&#8217;s talk about the page background.  That&#8217;s the color around the container where your content is.</p>
<p>On my Business of Art website (Arts-Careers.com), the background is dark grey.  The arrow in this picture points to the area that I&#8217;m talking about.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-52" style="border: 0pt none;" title="busart-greybg" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/busart-greybg.gif" alt="" width="499" height="205" /></p>
<p>Let&#8217;s say that I want to change that background color to green.  It&#8217;d look like this, instead. (The red arrow points to the change I might like.)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-53" style="border: 0pt none; vertical-align: middle;" title="busart-greenbg" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/busart-greenbg.gif" alt="" width="499" height="205" /></p>
<p>To make that change, I&#8217;ll use any text editor (or simple HTML editor where I can write code) and open the file <strong>wp-content &gt; themes &gt; branfordmagazine &gt; style.css</strong></p>
<p>In that CSS file, look for the code for the <strong><span style="color: #008000;">body</span></strong> of the document.  It looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-51" style="border: 0pt none; margin: 10px 15px; vertical-align: middle;" title="style-css-background" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/style-css-background.gif" alt="" width="328" height="328" /></p>
<p>That code, #333, indicates dark grey. (That&#8217;s the same as #333333, by the way. Since all the numbers are the same, all the way across, only the first three are necessary.)</p>
<blockquote><p>Tip: In CSS, &#8220;background&#8221; is usually the background color. &#8220;Color&#8221; is usually the text color.</p></blockquote>
<p>To make the background color a dark green (color #006633), I&#8217;d change the CSS to look like the following.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-54" style="border: 0pt none; vertical-align: middle;" title="style-css-background2" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/style-css-background2.gif" alt="Style CSS for the container background color" width="213" height="106" /></p>
<p>Then, I&#8217;d upload this edited file via FTP.  After that, I&#8217;d look at my website and tweak the color (in style.css) until I was happy with it.</p>
<p><strong>CONTAINER BACKGROUND CHANGES</strong></p>
<p>But, let&#8217;s say that you want to change the background color for your container&#8230; where the content is.  This <em>can</em> lead to many other changes, such as the header and so on, but the following will get you started.</p>
<p>The background color of the container is controlled by the style.css file as well.  The following screenshot shows the part of the CSS code you&#8217;ll be changing.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-55" style="border: 0pt none;" title="style-css-containerbg" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/style-css-containerbg.gif" alt="Container background code" width="334" height="213" /></p>
<p style="text-align: left;">That should help you customize the Branford Magazine theme to make your site look more unique.</p>
<p>Reminder: This is a good example of how I explain things &#8212; with screenshots &#8212; throughout my book, <strong><a href="http://www.sitesthatsoar.com/" target="_blank">Sites that Soar!</a> </strong>(If you don&#8217;t own a copy yet&#8230; get one now!)</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/changing-background-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon plugin</title>
		<link>http://sitesthatsoar.com/wordpress/amazon-plugin/</link>
		<comments>http://sitesthatsoar.com/wordpress/amazon-plugin/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:47:53 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=49</guid>
		<description><![CDATA[Do you review books or refer to them in your posts?  Are you an Amazon affiliate? If so, I recommend the WordPress plugin, AmazonSimpleAdmin. The plugin homepage says that it only works with PHP 5, but I&#8217;ve had success on my sites that &#8212; according to my hosting service &#8212; are running PHP 4.3.4 with [...]]]></description>
			<content:encoded><![CDATA[<p>Do you review books or refer to them in your posts?  Are you an Amazon affiliate?</p>
<p>If so, I recommend the WordPress plugin, <a href="http://wordpress.org/extend/plugins/amazonsimpleadmin/#post-2780" target="_blank">AmazonSimpleAdmin</a>.</p>
<p>The plugin homepage says that it only works with PHP 5, but I&#8217;ve had success on my sites that &#8212; according to my hosting service &#8212; are running PHP 4.3.4 with Zend Optimizer.</p>
<p>Also, if your book display is in German but you want English or French or another language, change the text to your preferred language in two files:  In the plugin folder, open the tpl folder.  In there, change the text in two documents: default.htm and book.htm.</p>
<p>Since my sites are in English, here&#8217;s how I changed part of the code.  My changes are in bold type.</p>
<p style="padding-left: 30px;">ISBN: {$ISBN}&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;<strong>Price:</strong>&lt;/strong&gt; &lt;span style=&#8221;color: #990000; font-weight: bold;&#8221;&gt;{$AmazonCurrency} {$AmazonPrice}&lt;/span&gt;&lt;br /&gt;<br />
{$TotalOffers} <strong>copies starting at</strong></p>
<p>The plugin seems to be working very nicely with my Amazon affiliate code (entered in Options &gt; AmazonSimpleAdmin  or Settings &gt; AmazonSimpleAdmin, depending upon which WP you&#8217;re using).</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/amazon-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-Junkie review</title>
		<link>http://sitesthatsoar.com/wordpress/e-junkie-review/</link>
		<comments>http://sitesthatsoar.com/wordpress/e-junkie-review/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 07:33:26 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[Selling tips]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=40</guid>
		<description><![CDATA[Many people have asked me about E-Junkie, because they want to sell their own digital products. Here&#8217;s my summary. Low fees, starting at $5/month, total. They host your files for you. They auto-send your &#8220;thank you&#8221; emails with their own secure download links. PayPal, Clickbank, and other payment options for your customers. Available for your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.e-junkie.com/?r=13015"><img class="alignright size-medium wp-image-41" style="float: right; border: 0;" title="ej-eye" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/ej-eye.gif" alt="E-Junkie 125 pixel image" width="125" height="125" /></a>Many people have asked me about <strong><a href="http://www.e-junkie.com/?r=13015">E-Junkie</a></strong>, because they want to sell their own digital products.</p>
<p>Here&#8217;s my summary.</p>
<ul>
<li>Low fees, starting at $5/month, <em>total.</em></li>
<li>They host your files for you.</li>
<li>They auto-send your &#8220;thank you&#8221; emails with their own secure download links.</li>
<li>PayPal, Clickbank, and other payment options for your customers.</li>
<li>Available for your digital products as well as products you ship yourself.</li>
<li>Monthly affiliate payments made easy with a one-click option at PayPal.</li>
<li>Everything can be customized, or just use their default settings.</li>
</ul>
<p>Seen enough?  Check it out yourself:  <strong><a href="http://www.e-junkie.com/?r=13015" target="_self">http://www.E-Junkie.com<br />
</a></strong>  </p>
<p>I&#8217;ve used Clickbank, which seems pricey to me, and I still have to store my files myself.  Ick.</p>
<p>I&#8217;ve tried several other services with names I&#8217;ve forgotten&#8230; they all start with &#8220;pay&#8230;&#8221; something-or-other.  Yawn.  Not impressed, so far.</p>
<p>However&#8230;</p>
<p><strong>I love E-Junkie.</strong> Really.  I pay them a small fee based on how much storage space I&#8217;m using on their server.  As of April 2008, I get 50MB for $5 per month.</p>
<p>That&#8217;s all they charge me.  No commissions.  No per-sale fees.  Just $5 a month.</p>
<p>They even have a free trial, if you want to see how E-Junkie works.</p>
<blockquote><p>[<em>June 2009 update:</em> I'm still at <strong><a href="http://www.e-junkie.com/?r=13015" target="_blank">E-Junkie</a></strong> and still think they're the greatest.  My businesses have expanded, so I'm now paying $10 a month for 100 MB of space.  Truly, they make it easy to host large files for download, and manage a popular affiliate program.]</p></blockquote>
<p>For that, they provide the payment links.  They store my digital products.  They provide secure download links.  I can send out review copies of my products, for free, one-time download by reviewers.  I can offer coupons, specials, and&#8230; well, a lot more.</p>
<p>My sales are paid directly to PayPal, as the products sell.  I can check E-Junkie as often as I want, to see how much I&#8217;ve earned, and how much my affiliates have earned, too.</p>
<p>At the end of the month, E-Junkie provides me with a list of active affiliates and what their individual, past months&#8217; commissions were.  E-Junkie even makes it easy to pay my affiliates with a single click.</p>
<p>If you check E-Junkie&#8217;s list of clients, you&#8217;ll see many artists, crafters and non-profit organizations.  It&#8217;s a great list.</p>
<p>I rave about E-Junkie for selling digital products.  If you&#8217;ve been thinking of starting a business with digital products, MP3s, ebooks, etc., be sure to check <a href="http://www.e-junkie.com/?r=13015">E-Junkie</a>.  And, if you&#8217;re already in business but are tired of paying high fees and commissions elsewhere, E-Junkie is a logical choice.</p>
<p>Here&#8217;s the link:  <strong><a href="http://www.e-junkie.com/?r=13015">http://www.E-Junkie.com/</a></strong></p>
<p>(Yes, that&#8217;s an affiliate link.  They even pay you a commission if you refer customers to them&#8230; though I&#8217;d rave about them whether or not a commission was involved.)</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/e-junkie-review/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 &#8211; Popularity widget controls</title>
		<link>http://sitesthatsoar.com/wordpress/wp-popularity-widget/</link>
		<comments>http://sitesthatsoar.com/wordpress/wp-popularity-widget/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 21:28:29 +0000</pubDate>
		<dc:creator>Sites that Soar / Ais</dc:creator>
				<category><![CDATA[WordPress 2.5 fixes]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=38</guid>
		<description><![CDATA[If you&#8217;re working with WordPress 2.5 and using Firefox as your browser (I am), you may have wondered where the Popularity Contest widget&#8217;s Edit button went. The only way I can see it is if I open my WordPress admin panel in Internet Explorer. It&#8217;s there, but this is another reason why I recommend not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/keyboard-255.jpg"><img class="alignleft alignnone size-full wp-image-37" style="float: left; border: 0;" title="keyboard-255" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/keyboard-255.jpg" alt="Keyboard 255 pixels wide" width="255" height="88" /></a>If you&#8217;re working with WordPress 2.5 and using Firefox as your browser (I am), you may have wondered where the Popularity Contest widget&#8217;s Edit button went.</p>
<p>The only way I can see it is if I open my WordPress admin panel in Internet Explorer.</p>
<p>It&#8217;s there, but this is another reason why I recommend not upgrading to WordPress 2.5 until issues like these have been resolved.  (It&#8217;s April 2008 as I&#8217;m writing this, and if I hadn&#8217;t already installed it, I&#8217;d wait until at least June or July to upgrade to 2.5.)</p>
<p>While I&#8217;m writing about it, WP-Contact Form isn&#8217;t the perfect solution to the Expanded WP Content Form problems with WordPress 2.5.  In addition to losing the spam deterrents, on<em> some </em>servers WP-Contact Form broke the &#8216;Add media&#8217; upload images function.</p>
<p>To upload images if you&#8217;re facing this problem, deactivate WP-Contact Form in your Plugins panel.  Upload your images.  Reactivate WP-Contact Form. (Generally, your preferences will still be there when it&#8217;s reactivated, but double-check to be sure.)</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/wp-popularity-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
