<?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>donburnside.com &#187; WordPress Fixes</title>
	<atom:link href="http://donburnside.com/section/blog/wordpress-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://donburnside.com</link>
	<description>inter-media-gineering empire of Don Burnside</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:11:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook Connect mod</title>
		<link>http://donburnside.com/archive/facebook-connect-mod/</link>
		<comments>http://donburnside.com/archive/facebook-connect-mod/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:44:39 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[how-to install facebook connect plugin]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=3046</guid>
		<description><![CDATA[You might remember my Facebook Connect how-to that I posted back in January.  I got a request about how to modify the widget in the shape of a comment, but I deleted by mistake.  I did reply via email and thought I would add it here for wiki purposes.



From Archchef at casualgaminformer.com comes [...]]]></description>
			<content:encoded><![CDATA[<p>You might remember <a href="http://donburnside.com/archive/facebook-connect/">my Facebook Connect how-to</a> that I posted back in January.  I got a request about how to modify the widget in the shape of a comment, but I deleted by mistake.  I did reply via email and thought I would add it here for wiki purposes.</p>

<hr />

<p>From Archchef at <a href="http://www.casualgaminformer.com">casualgaminformer.com</a> comes this question.</p>

<blockquote>
  <p>Is there a way to disable the &#8220;Last visitors&#8221; section in the widget? I don&#8217;t exactly want nor need it but can&#8217;t find any way of killing the darn thing <img src='http://donburnside.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</blockquote>

<p>This one is very easy.  To remove the part of the widget you don&#8217;t want to see, open fbconnect_widget.php and scroll down to line 31, or there about.  There are 2 lines below that, remove them, save and upload.  You should be good to go.  If you want the code, leave a comment below and I&#8217;ll hook you up.</p>

<p>I know the plugin still isn&#8217;t 100% here.  I hope to have that fixed before I go to Vegas this coming weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/facebook-connect-mod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man I love this theme</title>
		<link>http://donburnside.com/archive/man-i-love-this-theme/</link>
		<comments>http://donburnside.com/archive/man-i-love-this-theme/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 07:29:15 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress Fixes]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=2794</guid>
		<description><![CDATA[When I originally built the theme for this site, I didn&#8217;t think about making it work for anyone but me.  I know, quite selfish of me, right?

Then, as dev continued, I got the idea that I really should try to make it more of a standard WP theme, make sure it works in all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img.skitch.com/20090204-qkkw88bt7u63jar9mud6exs7h5.jpg"><img src="http://img.skitch.com/20090204-qkkw88bt7u63jar9mud6exs7h5.jpg" style="width:250px;margin:3px;padding:3px;float:left;" alt="mcp screen shot"></a>When I originally built the theme for this site, I didn&#8217;t think about making it work for anyone but me.  I know, quite selfish of me, right?</p>

<p>Then, as dev continued, I got the idea that I really should try to make it more of a standard WP theme, make sure it works in all browsers, make sure it looks good in all browsers and works with just about any plugin I throw at it.  All of that is the reason why this theme took me over 3 months of tweaking to develop.</p>

<p>And, for the first time ever, it has been replicated.  You can see the screen shot above, or view it live <a href="http://www.mycruiseplanner.net">here</a>.  That&#8217;s right, it&#8217;s the My Cruise Planner site that Michael and his lovely wife work on, post <a href="http://www.mycruiseplanner.net/news">news articles</a> to and <a href="http://www.mycruiseplanner.net/podcast">host their Mail Buoy podcast</a> from.</p>

<p>Of course I had way too much of the hand coded stuff in it for them to use, primarily in the sidebar.  If I were to distribute this as a stand-alone-anyone-can-use-it theme, I would leave that almost blank anyway and let whoever took it use it for whatever they wanted, much like I have done for the MCP site.</p>

<p>I did have to make a few others changes as well.  Primarily in the categories, and this is my best wordpress trick and I&#8217;m using it everywhere I need this functionality.</p>

<ul>
  <li>Create a main, or parent, category</li>
  <li>Create sub, or child, categories under the parent</li>
  <li>Set category base to &#8217;section&#8217; (it could be anything really)</li>
</ul>

<p>Doing this allows separation of the parent categories within the structure of the site while at the same time not excluding anything from the RSS feed.  I&#8217;m sure many of you have already noticed that the podcasts are showing up in your feeds, yet you do not see them on the &#8216;blog&#8217; section here.</p>

<p>Just thought I&#8217;d toot my own before I changed the <a href="/portfolio/web">portfolio page</a>.</p>

<p>If you do need any kind of travel, you really should talk to them first.  No foolin&#8217;, they have saved my butt more than a few times.  It&#8217;s also why they are the official travel planners of <a href="http://www.whiteroofradio.com">White Roof Radio</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/man-i-love-this-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Connect</title>
		<link>http://donburnside.com/archive/facebook-connect/</link>
		<comments>http://donburnside.com/archive/facebook-connect/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:07:00 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[how to install facebook connect wordpress plugin]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=2702</guid>
		<description><![CDATA[A quick personal wiki/how-to entry on getting the Facebook connect plugin working with a custom Wordpress theme.]]></description>
			<content:encoded><![CDATA[<p>A quick personal wiki/how-to entry on getting the Facebook connect plugin working with a custom Wordpress theme.</p>

<hr/>

<p>I spent a good part of the day setting up the <a href="http://www.sociable.es/facebook-connect/">Facebook Connect</a> plugin over at <a href="http://motoringfile.com">Motoringfile</a>.  I also set it up here, but haven&#8217;t spent nearly as long tweaking it.  That means it&#8217;s personal wiki time!  Weeeeeee<span id="more-2702"></span></p>

<p>This plug-in does require a few things to work correctly.</p>

<p>You need to add this to the html line in header.php.
<xmp style="overflow:auto">xmlns:fb=”http://www.facebook.com/2008/fbml”></xmp></p>

<p>Also in the header you should have
<xmp><?php wp_head(); ?></xmp>
 before your closing 
<xmp style="overflow:auto"></head></xmp></p>

<p>In the footer, you need 
<xmp style="overflow:auto"><?php wp_footer(); ?></xmp> 
right before your
 <xmp></body></xmp></p>

<p>Your theme should be widgetized.  There is a code chunk at the plugin site if it&#8217;s not.  I&#8217;ll be writing this up soon as well.</p>

<p>Once you do everything you need to do to get the plugin installed and configured so it works in your theme, then it&#8217;s time to make it look good in your theme as well.</p>

<p>The easiest way to do this is to copy the style from index.php.  This includes the call to header.php and any styles that happen <strong>before</strong> the loop.  You will also want to grab the call to footer.php.  Paste all of that into the top and bottom of the following files.</p>

<ul>
  <li><pre>myhome.php</pre></li>
  <li><pre>community.php</pre></li>
  <li><pre>userprofile.php</pre></li>
  <li><pre>invitefriends.php</pre></li>
</ul>

<p>Once that is done, it should fit nicely into your theme.  Don&#8217;t look at this one, yet.  Go over and check it out at <a href="http://motoringfile.com">Motoringfile.com</a> instead.</p>

<p>Finally, if you want to remove the check from the box in the comments, you will need to edit fbConnectInterface.php.  Find the following line on or around line 47.</p>

<p><xmp style="overflow:auto">echo &#8216;<input style="width:20px;" type="checkbox" name="sendToFacebook" id="sendToFacebook" checked="checked" />&#8216;.__(&#8216;Publish this comment to Facebook&#8217;, &#8216;fbconnect&#8217;);</xmp></p>

<p>And remove the part that says 
<pre>checked="checked"</pre>
Save and upload back to the fbconnect folder.</p>

<p>I am available for questions or to assist you should you need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/facebook-connect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Instruction</title>
		<link>http://donburnside.com/archive/finding-instruction/</link>
		<comments>http://donburnside.com/archive/finding-instruction/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:42:16 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[edit hosts file]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[osx hosts file edit]]></category>
		<category><![CDATA[smultron]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=2660</guid>
		<description><![CDATA[Been trying to do a few things lately that are a little bit more difficult than they should be.  Really.  Editing the hosts file on the Mac is one, installing Wordpress MU on MAMP is the other.

Starting with the editing of the hosts file.  It should be.  Just.  This.  [...]]]></description>
			<content:encoded><![CDATA[<p>Been trying to do a few things lately that are a little bit more difficult than they should be.  Really.  Editing the hosts file on the Mac is one, installing Wordpress MU on MAMP is the other.</p>

<p>Starting with the editing of the hosts file.  It should be.  Just.  This.  Simple.</p>

<p><a href="http://twitter.com/mattg/status/1131660299"><img src="http://img.skitch.com/20090120-bwtxg7saq6y3qchjbk8mjjyi86.jpg"></a></p>

<p>Right?  Yea, that doesn&#8217;t work for me since vi makes no sense to me at all and I couldn&#8217;t figure out how to open it in such a way that I could actually make changes.</p>

<p>For those of you in the audience that are <em>neck beard and ponytail</em> challenged, here is what you do.</p>

<ul>
  <li>From the Finder menu, click Go &#8211;> Go to Folder</li>
  <li>Type in /etc</li>
  <li>Find your Hosts file.  Double click to open it.  I recommend editing it with <a href="http://www.apple.com/downloads/macosx/development_tools/smultron.html">Smultron</a> since it will allow you to authenticate to save.</li>
</ul>

<p>That&#8217;s how you do that.</p>

<p>Now, to install Wordpress MU on MAMP.  I have spent more than an hour trying to find the solution.  All I manage to find are crappy responses on message boards, but not a single link to my solution.  It requires editing the httpconf file in MAMP and the hosts file I do know that.</p>

<p>So far it&#8217;s installed and I can get a 404 page.  Once I make it work, I will be posting it here as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/finding-instruction/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What I am Working on</title>
		<link>http://donburnside.com/archive/what-i-am-working-on/</link>
		<comments>http://donburnside.com/archive/what-i-am-working-on/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:32:27 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[coda slider]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=2160</guid>
		<description><![CDATA[I&#8217;ve had a fairly productive 2 weeks at the new job doing some serious work with Wordpress and it&#8217;s time for me to jot down some notes before I forget everything that I&#8217;ve done.

The front page is 100% automated pulling posts from a single category twice, all of the posts once plus the feed from [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20090109-dnu6yfsccnrn4s2t8bknagupmd.png" style="width:250px;padding:3px;margin:3px;float:right;">I&#8217;ve had a fairly productive 2 weeks at the new job doing some serious work with Wordpress and it&#8217;s time for me to jot down some notes before I forget everything that I&#8217;ve done.</p>

<p>The front page is 100% automated pulling posts from a single category twice, all of the posts once plus the feed from a message board.  Almost exactly like the <a href="/">homepage</a> here.  A new addition to the layout that I have not used before is a jQuery slider.  After some tweaking it&#8217;s actually very very cool.  To get an idea, it works like <a href="http://www.ndoherty.com/demos/coda-slider/1.1.1/">this</a>.  I will be getting more into jQuery in the very near future.</p>

<p>Moving off the home page is a custom category template where, if need be, a different header graphic can be displayed for each category.  Too keep the template file to a minimum, this is all driven from 2 php files and 1 css file.  Normally you could build out 1 category template for each category, but with over 20 cats, that would get to be a bit unweildy.  Same goes with the CSS.  It&#8217;s just easier to keep all those category page specific styles in their own file.  Turns out, I am not doing the individual templates, but should minds change, it&#8217;s ready to go.</p>

<p><span id="more-2160"></span></p>

<p>From there, it&#8217;s just a normal single.php and index.php to display everything else.</p>

<p>Something new I&#8217;m having to deal with is user accounts.  No comments without first creating an account and all that.  I did it once and did not like the fact that a regular user, upon logging in, sees the WP Dashboard.  A quick google search got me a hack for wp-login.php that redirects on login to whatever page I specify.  Very very cool.  I will be adding a login area anywhere that is needed to keep normal users from seeing either the WP login page or the Dashboard.</p>

<p>And, of course, since I have user logged in or not information, I&#8217;m able to do some cool if-else magic for displaying ads or not, changing sections of the page, or not.  Pretty much whatever I want to do.  Could probably have a completely different theme for users that are logged in if I wanted to.  Very very cool stuff.</p>

<p>In total there are 17 template files, 4 files for the script that runs the slider and 3 CSS files.  By far the most involved theme I have ever built.  And right now it is 100% operational.  I need to do a little tweaking on the layout yet plus run it through IE.</p>

<p>I hope it passes.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/what-i-am-working-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7</title>
		<link>http://donburnside.com/archive/wordpress-27/</link>
		<comments>http://donburnside.com/archive/wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:06:36 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[wordpress 2.7]]></category>

		<guid isPermaLink="false">http://donburnside.com/?p=1959</guid>
		<description><![CDATA[After what seemed like about 2 weeks since Wordpress 2.6.5 start to nag me across the top of the page, version 2.7 comes out.  I&#8217;ve been kind of excited about this release since I&#8217;ve seen screen shots so I went ahead and installed it here.



It definitely looks more like an application now, as opossed [...]]]></description>
			<content:encoded><![CDATA[<p>After what seemed like about 2 weeks since Wordpress 2.6.5 start to nag me across the top of the page, version 2.7 comes out.  I&#8217;ve been kind of excited about this release since I&#8217;ve seen screen shots so I went ahead and installed it here.</p>

<p><a href="http://img.skitch.com/20081211-ne3udfhjkmgtr4yrpsejcbtfed.jpg"><img src="http://img.skitch.com/20081211-ne3udfhjkmgtr4yrpsejcbtfed.jpg" style="width:500px;"></a></p>

<p>It definitely looks more like an application now, as opossed to something that runs in the browser.</p>

<p>Newest feature that rocks?</p>

<p><a href="http://img.skitch.com/20081211-b6ip5gpa66wmj4d3r7k3ifgeas.jpg"><img src="http://img.skitch.com/20081211-b6ip5gpa66wmj4d3r7k3ifgeas.jpg" style="width:500px;"></a></p>

<p>Quick edit, right from the manage posts screen.  Sweet!  Also built-in automatic upgrade.  It&#8217;s about time.  That will definitely make it easier to install the always-too-soon updates to WP.</p>

<p>So far, this theme and most of the plugins check out.  There is a minor problem with the Viddler plug-in and the dashboard page, but it&#8217;s working well otherwise.</p>

<p>If you are wondering if you should update, I would.  Might as well get it out of the way.  With the auto-updater built in, the next update should be a piece of cake.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/wordpress-27/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fetch RSS with Wordpress</title>
		<link>http://donburnside.com/archive/fetch-rss-with-wordpress/</link>
		<comments>http://donburnside.com/archive/fetch-rss-with-wordpress/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 00:36:31 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[fetch RSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.windthefrog.net/?p=1538</guid>
		<description><![CDATA[More for my personal Wordpress Wiki, but I can&#8217;t believe I didn&#8217;t share this before.

I&#8217;m sure you&#8217;ve seen the front page of donburnside.com or even the Motoringfile News Room.  I built both of them using features built into Wordpress and nothing else.  How did I do it?

Start by checking out this page at [...]]]></description>
			<content:encoded><![CDATA[<p>More for my personal Wordpress Wiki, but I can&#8217;t believe I didn&#8217;t share this before.</p>

<p>I&#8217;m sure you&#8217;ve seen the front page of <a href="http://www.donburnside.com">donburnside.com</a> or even the <a href="http://www.motoringfile.com/news-room">Motoringfile News Room</a>.  I built both of them using features built into Wordpress and nothing else.  How did I do it?</p>

<p>Start by checking out <a href="http://codex.wordpress.org/Function_Reference/fetch_rss">this page</a> at the <a href="http://codex.wordpress.org">Codex</a>.</p>

<blockquote>
  <p>Retrieves an RSS feed and parses it. Uses the MagpieRSS and RSSCache functions for parsing and automatic caching and the Snoopy HTTP client for the actual retrieval.</p>
</blockquote>

<p>If you scroll down the page a little bit there is an example of what you need to get things working.  In my testing, I started with that as a base and modified it for how I needed it to look and work.  Once you get it working the way you want, what do you do with it?</p>

<p>I built custom page templates within the Wordpress theme that included the code to pull the RSS feeds I wanted.  Then, I created a page with a title and used that custom template for the page.  If you are familiar with modifying WP template files or creating custom template files, then it should be easy for you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/fetch-rss-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things To Consider When Using WordPress as a CMS &#124; Devlounge</title>
		<link>http://donburnside.com/archive/things-to-consider-when-using-wordpress-as-a-cms-devlounge/</link>
		<comments>http://donburnside.com/archive/things-to-consider-when-using-wordpress-as-a-cms-devlounge/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:54:07 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Pressd]]></category>
		<category><![CDATA[WordPress Fixes]]></category>

		<guid isPermaLink="false">http://www.windthefrog.net/archive/wtf/things-to-consider-when-using-wordpress-as-a-cms-devlounge/</guid>
		<description><![CDATA[A great read full of great information.

Things To Consider When Using WordPress as a CMS &#124; Devlounge.
]]></description>
			<content:encoded><![CDATA[<p>A great read full of great information.</p>

<p><a href="http://www.devlounge.net/publishing/things-to-consider-when-using-wordpress-as-a-cms">Things To Consider When Using WordPress as a CMS | Devlounge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/things-to-consider-when-using-wordpress-as-a-cms-devlounge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Sunday Post 48</title>
		<link>http://donburnside.com/archive/the-sunday-post-48/</link>
		<comments>http://donburnside.com/archive/the-sunday-post-48/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 16:18:07 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[opteka mono pod]]></category>
		<category><![CDATA[whiteroofradio]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.windthefrog.net/?p=1186</guid>
		<description><![CDATA[As I sit here on a Sunday morning with my coffee and Pandora playing a station based on World in My Eyes by Depeche Mode, I&#8217;m struggling for something to write.

New Toys

I&#8217;ve had a $50 Amazon.com gift certificate burning a hole in my account for the last month, so I thought I would use that [...]]]></description>
			<content:encoded><![CDATA[<p>As I sit here on a Sunday morning with my coffee and Pandora playing a station based on <u>World in My Eyes</u> by Depeche Mode, I&#8217;m struggling for something to write.</p>

<h2>New Toys</h2>

<p>I&#8217;ve had a $50 Amazon.com gift certificate burning a hole in my account for the last month, so I thought I would use that to get a new toy or two, plus a book for the lad.</p>

<p>First up, a replacement clip for my Gorilla Pod.  I lost the original one somewhere and Amazon sells them for $5, so that&#8217;s done.</p>

<p>The other thing I&#8217;ve been wanting to get is a mono pod to use with the The Flip.  <a href="http://www.viddler.com/explore/dbwilldo/videos/65/">You might have seen the test</a> I posted the other day.  So far, I think it&#8217;s pretty awesome.  I can&#8217;t wait to try it with the other cameras in the house either.</p>

<p>It&#8217;s an Opteka.  Collapsed it&#8217;s only about 18&#8243; long.  Fully extended it&#8217;s 6&#8242;.  Lightweight, nice handle with a wrist strap and it even has a spike on the bottom if I&#8217;m in grass or dirt.  Pretty snazzy.  Oh yea, and cheap!  This only cost $12.95.  Not too shabby.</p>

<p>You will see this device in use at MTTS LA for sure.  Just look for the dork carrying the black walking stick, that will be me.</p>

<p><span id="more-1186"></span></p>

<h2>Wordpress stuff</h2>

<p>As much as I&#8217;m totally diggin&#8217; the new pressd section, I&#8217;m still not 100% happy with the way it works.  I managed to make the single post pages look right and the navigation is pretty ok, but it&#8217;s screwing up the front page.  I&#8217;m not sure if I want to hunt down that particular fix or not, so I might be moving it into it&#8217;s own Wordpress installation on w(t)f.  Watch for that, possibly later this week.</p>

<p>Next up for w(t)f as far as Wordpress goes is a modernization of the theme.  I would like it to work with widgets and to get the avatars working in comments.  Plus some minor refreshing of the layout is in order.  Again, watch for that to happen later in the week.</p>

<p>I&#8217;m hoping to get those changes done and start possibly on a redo of WRR.  I&#8217;ve not been pleased with it&#8217;s appearance for quite a while, and have a some huge ideas for it.  So keep an eye out for that in the near future.  Besides, we are 3 years old.  Time for something really really cool I think!</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/the-sunday-post-48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes to w(t)f</title>
		<link>http://donburnside.com/archive/changes-to-wtf/</link>
		<comments>http://donburnside.com/archive/changes-to-wtf/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 02:11:37 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.windthefrog.net/?p=1154</guid>
		<description><![CDATA[More from the dept. of I have the time or how to make Wordpress into a tumble log on the same install as your normal blog.

I wasn&#8217;t terribly pleased with the way my &#8220;Press This&#8221; posts were blending in with the normal posts here.  They were, really, out of place I&#8217;m sure you would [...]]]></description>
			<content:encoded><![CDATA[<p>More from the dept. of I have the time or how to make Wordpress into a tumble log on the same install as your normal blog.</p>

<p>I wasn&#8217;t terribly pleased with the way my &#8220;Press This&#8221; posts were blending in with the normal posts here.  They were, really, out of place I&#8217;m sure you would agree.</p>

<p>I know our good friend <a href="http://www.futurabolditalic.com">Josh</a> does, since he moved all of his link-type posts out to a whole other site.</p>

<p>I tried that with tumblr if you recall, but the lack of comments and layout control really bothered me.</p>

<p>So, I built my own.  Ha.</p>

<p>It&#8217;s not fancy.  No plug-ins are used or anything.  It&#8217;s just this page, completely stripped of everything and some layout changes made.  You will notice those posts are now gone from the front page even.  Sure I&#8217;m going to tell you how I did it (after a jump), but before I do, lemme tell you how to find it.</p>

<p><a href="http://www.windthefrog.net/archive/wtf/category/pressd/">http://www.windthefrog.net/archive/wtf/category/pressd/</a>.</p>

<p>Ok, so it&#8217;s not terribly elegant and that&#8217;s only because of my ridiculous spam-bot-squashing ninja-like rewrite rules.  It&#8217;s ok, the link is also at the bottom of all of the pages.  What&#8217;s even cooler than that is when you get there, you will see a <em>very</em> large feed icon.  See?  Who watches out for you, huh?  That&#8217;s right and don&#8217;t you forget it!</p>

<p><b>Update</b>.  I have also modified the main w(t)f feed to exclude those posts.  If you want to keep them separate, unsubscribe to the old one and resubscribe to the new one.  Or, don&#8217;t change anything, it&#8217;s entirely up to you.  But, if you subscribed to the pressd posts and the original wtf feed, you will see posts twice.  No good that.</p>

<p>Now, on to the how.  Jump!<span id="more-1154"></span></p>

<p>This is probably the easiest Wordpress mod you can do yourself.  Here is what I did.</p>

<ul>
  <li>Create a category for those links.  Get the category number by pointing at the category in the wp-admin once it&#8217;s created and looking at your status bar.  Safari users, I can&#8217;t help you.</li>
  <li>Make a copy of your <code>index.php</code> and call it <code>category-xxx.php</code> where xxx is the category you just created.</li>
  <li>Upload the new file to your wp-content/themes directory.</li>
<li>At this point, you are done.  If you want to also exclude that category from your main page, you will need to modify your <code>index.php</code> thusly.</li></ul>

<p>find:
<pre style="font-size:12px;">&lt; ?php if (have_posts()) : while (have_posts()) : the_post(); ?></pre></p>

<p>And add beneath it:
<pre style="font-size:12px;">&lt; ?php if (in_category('xxx')) continue; ?></pre>
Again, change xxx to the number of your category.</p>

<ul>
  <li>Upload your new <code>index.php</code> into your wp-content/theme directory</li>
</ul>

<p>That&#8217;s it!  Take a few minutes and style that page out if you want.  I gave mine a different header page, removed the sidebars and stripped out a bunch of the formatting.  It&#8217;s up to you.</p>

<p><b>Update 2</b>.  I&#8217;ve made the single post pages look correct as well.  Full info on how to do that can be found <a href="http://www.nathanrice.net/blog/wordpress-single-post-templates/">here</a>.  Handy handy stuff!</p>

<p>Man I love Wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://donburnside.com/archive/changes-to-wtf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
