<?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>Mark Headrick&#039;s Blog &#187; Website Update</title>
	<atom:link href="http://blog.markheadrick.com/category/website-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markheadrick.com</link>
	<description>My ramblings about what&#039;s new on my website and whatever else comes to mind.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:30:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Blog Updated to WordPress 3.3 and Other Website Changes</title>
		<link>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/</link>
		<comments>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:18:23 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GetGlue]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1345</guid>
		<description><![CDATA[WordPress 3.3 was just released and I&#8217;ve completed upgrading my blog. Nothing to it really. Just clicked the update button and it did the rest. Well, I did back-up the database and directory structure before starting the process.  I also &#8230; <a href="http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="WordPress 3.3" href="http://codex.wordpress.org/Version_3.3" target="_blank">WordPress 3.3</a> was just released and I&#8217;ve completed upgrading my blog. Nothing to it really. Just clicked the update button and it did the rest. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Well, I did back-up the database and directory structure before starting the process.  I also had to do my usual <a href="http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/">code tweaks</a> to <strong>vars.php</strong> and <strong>wp-login.php</strong> that I do with every upgrade.</p>
<p>They also updated the Twenty Eleven theme to version 1.3; however, since I am using a <a title="Child Theme documentation" href="http://codex.wordpress.org/Child_Themes" target="_blank">Child Theme</a>, I lost none of my changes and after doing a file comparison it looks like nothing has changed within the files that my child theme is using, such as <strong>header.php</strong>.</p>
<p>I also added a <a title="GetGlue" href="http://getglue.com/" target="_blank">GetGlue</a> widget (to find these, go to the Widgets section of your account settings) to both my blog and <a title="My Main Website" href="http://www.markheadrick.com/" target="_blank">main website</a>, and updated the <a title="Twitter Widgets" href="https://twitter.com/about/resources/widgets" target="_blank">Twitter widgets</a> on both as well. After adding the newer Twitter widgets I needed to adjust some of the CSS to allow for a wider side-bar and also widened the main content area of the blog&#8217;s main page while I was at it. There was more empty space between the two than there needed to be. I also adjusted the appearance of the H3 header tag when used in the context of a post. It looks cool as a widget title in the side-bar but was getting lost in posts as it&#8217;s smaller than the normal text. Anyway, it looks fine now:</p>
<h3>H3 header tag In a post.</h3>
<p>Here&#8217;s the changes I made in my theme&#8217;s <strong>style.css</strong> file to make these changes:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*	margin: 0 34% 0 7.6%; */</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">34%</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">3.8%</span><span style="color: #00AA00;">;</span>
	<span style="color: #808080; font-style: italic;">/*	width: 58.4%; */</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">62.4%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#primary</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-29.4%</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#secondary</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*	margin-right: 7.6%; */</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3.8%</span><span style="color: #00AA00;">;</span>
	<span style="color: #808080; font-style: italic;">/*	width: 18.8%; */</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">25%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.entry-<span style="color: #000000; font-weight: bold;">content</span> h3<span style="color: #00AA00;">,</span> .comment-<span style="color: #000000; font-weight: bold;">content</span> h3 <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Now I need to figure out how to get WordPress&#8217;s post editor to look the same. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But, I think I&#8217;m going to go play <a title="EverQuest II" href="http://www.everquest2.com/">EverQuest II</a> right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery Upgraded to Version 3.0.1</title>
		<link>http://blog.markheadrick.com/2011/01/27/gallery-upgraded-to-version-3-0-1/</link>
		<comments>http://blog.markheadrick.com/2011/01/27/gallery-upgraded-to-version-3-0-1/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 08:22:18 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Gallery3]]></category>
		<category><![CDATA[Website Update]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1119</guid>
		<description><![CDATA[A couple days ago I upgraded my Gallery to version 3.0.1. The process wasn&#8217;t quite as easy as it is to upgrade my blog these days in that it&#8217;s not just a simple point-and-click operation. Even so, it did go &#8230; <a href="http://blog.markheadrick.com/2011/01/27/gallery-upgraded-to-version-3-0-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A couple days ago I upgraded my <a title="Gallery" href="http://gallery.markheadrick.com">Gallery</a> to <a title="Gallery v3.0.1" href="http://gallery.menalto.com/" target="_blank">version 3.0.1</a>. The process wasn&#8217;t quite as easy as it is to upgrade my blog these days in that it&#8217;s not just a simple point-and-click operation. Even so, it did go without issue as I understood how I needed to go about it. My process was as follows, which closely follows these <a title="Gallery3 Upgrade Instructions" href="http://codex.gallery2.org/Gallery3:User_guide:Gallery3:Installing_and_upgrading#Upgrading" target="_blank">upgrade instructions</a>:</p>
<ol>
<li>
<p>Backed up the current database and files (I had modified several of the core code files so wanted to make sure I saved everything for later comparison).</p>
</li>
<li>
<p>Created a new temporary directory both locally and on the server that would receive all the updated code before switching it to the live version.</p>
</li>
<li>
<p>Copied over my customized <strong>.htaccess</strong>, <strong>robots.txt</strong>, <strong>favicon.ico</strong>, <strong>php.ini</strong>, <strong>local.php</strong> and other necessary files that I use into the new directory.</p>
</li>
<li>
<p>Downloaded the Gallery 3.0.1 code and extracted it locally. I then removed the included .htaccess and robots.txt files so they would not overwrite my custom ones. I then re-zipped the files into the proper directory structure for my situation.</p>
</li>
<li>
<p>Uploaded and extracted these files into the new directory I had made on the server.</p>
</li>
<li>
<p>Copied over the <strong>/var</strong> directory to its corresponding location in the new directory I made in step 2.</p>
</li>
<li>
<p>Changed my theme within the Gallery admin section to the default theme so that when I switched directories, it would have a theme to load as I knew I would be re-doing my custom theme based off the new default.</p>
</li>
<li>
<p>I went to <a title="3rd-Party Gallery 3 Modules" href="http://www.gallerymodules.com/" target="_blank">gallerymodules.com</a> to make sure I had the latest versions of the 3rd-party modules that I use, several of which did have newer versions. I extracted the modules locally and combined them all into a single MYMODS.ZIP file to upload to the server. I then extracted these into the <strong>/modules</strong> directory of the new gallery directory I had created.</p>
</li>
<li>Renamed my gallery directories such that the new code would be active and ran the upgrade script. It updated both core and 3rd-party modules that needed to be. The new gallery code was then active and everything seemed to work fine.</li>
</ol>
<p>At this point it was time to re-create my theme with the new Gallery default Wind theme as the base and add back the various code tweaks I had made over time if needed. Rather than go into any code specifics with this post, I will make separate posts as warranted, most notably about how to not count views by the Gallery admin. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2011/01/27/gallery-upgraded-to-version-3-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery Changed to Gallery 3.0 Code.</title>
		<link>http://blog.markheadrick.com/2010/10/11/gallery-changed-to-gallery-3-0-code/</link>
		<comments>http://blog.markheadrick.com/2010/10/11/gallery-changed-to-gallery-3-0-code/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 06:25:15 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Gallery2]]></category>
		<category><![CDATA[Gallery3]]></category>
		<category><![CDATA[Website Update]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=915</guid>
		<description><![CDATA[Now that Gallery 3.0 Final has been released, I have changed my main Gallery to use it. This wasn&#8217;t an overnight thing as I have been using the Gallery 3 code in a test environment since it was in beta. &#8230; <a href="http://blog.markheadrick.com/2010/10/11/gallery-changed-to-gallery-3-0-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now that <a title="Gallery 3.0" href="http://gallery.menalto.com/" target="_blank">Gallery 3.0 Final</a> has been released, I have changed my main <a title="Mark Headrick's Gallery" href="http://gallery.markheadrick.com" target="_blank">Gallery</a> to use it. This wasn&#8217;t an overnight thing as I have been using the Gallery 3 code in a test environment since it was in beta. Notice I did not say <strong>upgrade</strong>, but <strong>change</strong>. This is a completely new code base from Gallery 2. None of the modules or themes from Gallery 2 are compatible. Why the change? Well, the main reason is that working with the code in this version is so much easier. The database schema is also much easier to comprehend and deal with.</p>
<p>Because of this change, I did have to change how I get a random image from the Gallery to display on my blog and main website. It was fairly easy to make the switch. Because the database schema was easier, I was able to just do a direct database connection and MySQL query to get the information I needed. No inclusion of gallery code or use of Curl connections was necessary. A much more efficient process that took an average  of 0.2 seconds off the page load time for my blog!</p>
<p>The other fun part has been locating all the links and image references that needed to be changed. Think I have updated all of them in my blog and main website. For the external links I&#8217;ve been modifying the .htaccess file as situations arise. Here are few examples:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">   <span style="color: #adadad; font-style: italic;"># put redirects for old to new gallery links here</span>
   <span style="color: #00007f;">RewriteBase</span> /
   <span style="color: #00007f;">RewriteRule</span> ^v/MyPics/HomeTheater/([A-Za-z_0-<span style="color: #ff0000;">9</span>\)\(\-]*)\.[A-Za-z]*\.html$ http://gallery.markheadrick.com/Home-Theater/$1 [R=<span style="color: #ff0000;">301</span>,L]
   <span style="color: #00007f;">RewriteRule</span> ^v/MyPics/([A-Za-z_0-<span style="color: #ff0000;">9</span>\)\(\-]*)\.[A-Za-z]*\.html$ http://gallery.markheadrick.com/MiscPics/$1 [R=<span style="color: #ff0000;">301</span>,L]
   <span style="color: #00007f;">RewriteRule</span> ^v/Nature/([A-Za-z_0-<span style="color: #ff0000;">9</span>\)\(\-]*)\.[A-Za-z]*\.html$ http://gallery.markheadrick.com/Nature/$1 [R=<span style="color: #ff0000;">301</span>,L]</pre></div></div>

<p>The current (default) theme that the Gallery uses is heavy in JavaScript use. I&#8217;ll keep my eye out for a suitable theme that doesn&#8217;t use as much JavaScript; however, it&#8217;s really not that bad. Besides, customizing the themes in this version is much easier and since the final code was just released, it&#8217;s probably best to stay with the default theme for now. Actually, I do tend to use the default themes most of the time since they are guaranteed to be the most compatible with the latest core code.</p>
<p>Since this version works with <a href="http://akismet.com" target="_blank">Akismet</a>, I have opened this gallery up for comments for now. I had to turn them off in the other one due to overwhelming amounts of spam at times even with captcha modules installed. So feel free to comment. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I guess that&#8217;s about it for now. Hope you had a happy 10/10/10! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/10/11/gallery-changed-to-gallery-3-0-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog has been upgraded to WordPress v3.0!</title>
		<link>http://blog.markheadrick.com/2010/06/20/blog-has-been-upgraded-to-wordpress-v3-0/</link>
		<comments>http://blog.markheadrick.com/2010/06/20/blog-has-been-upgraded-to-wordpress-v3-0/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 04:30:23 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=758</guid>
		<description><![CDATA[I have upgraded my blog to WordPress v3.0 which was just released a couple days ago. As I always do, I backed-up all my files and database before proceeding. I have a local copy of my blog on the PC &#8230; <a href="http://blog.markheadrick.com/2010/06/20/blog-has-been-upgraded-to-wordpress-v3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have upgraded my blog to <a title="WordPress v3.0" href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">WordPress v3.0</a> which was just released a couple days ago. As I always do, I backed-up all my files and database before proceeding. I have a local copy of my blog on the PC so I upgraded it first. I did the auto upgrade option again which seemed to have worked well.  Even so, once again I had to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>I also had to edit the <strong>/wp-login.php</strong> file and add session_start(); at the beginning for the Register Plus plug-in to work properly as PHP sessions are not automatically started at my webhost (I could make them auto-start if I wanted but I&#8217;d rather have control of it via my scripts):</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">session_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">/**
 * WordPress User Page</span></pre></div></div>

<p>Now I could have stopped here; however, I wanted to use the new default WordPress theme, <strong>Twenty Ten</strong> which had a wider footprint and additional functionality beyond the previous default theme. I also figured it would be the most stable and up-to-date theme to work with the new WordPress version.  I made of a copy of the theme and placed it into its own directory, giving it my own name.</p>
<p>Since this was a new theme, I had to modify some of the PHP files to add my custom code. All I really had to do was add a JavaScript code snippet to the <strong>/mytheme/header.php</strong> file that some of my archived pages use to show and hide parts of their content. I also had to add a piece of code to the <strong>/mytheme/comments.php</strong> file for the <strong><a title="Math Comment Spam Protection" href="http://wordpress.org/extend/plugins/math-comment-spam-protection/" target="_blank">Math Comment Spam Protection</a></strong> plugin to function; however, this theme&#8217;s coding of the comment form was much different and from what I could tell would have to do a lot of hacking around with the code to get it to work. So, I decided to look for something else. I came across the <strong><a title="Block-Spam-By-Math" href="http://wordpress.org/extend/plugins/block-spam-by-math/" target="_blank">Block-Spam-By-Math</a></strong> plugin. This one worked with the new theme and I didn&#8217;t have to add any additional code anywhere to make it work! During this time frame where I did not have a functioning Math protection plugin, <strong><a title="Akismet Plugin" href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet</a></strong> caught around 55 spam comments! This was in less than a day and a half. Since adding in the new plugin, Akismet has only seen one new spam comment. This just proves how many spam comments a plugin like this will stop.</p>
<p><strong>Update: August 24, 2010:</strong> The <strong><a title="Math Comment Spam Protection" href="http://wordpress.org/extend/plugins/math-comment-spam-protection/" target="_blank">Math Comment Spam Protection</a></strong> is <strong>now compatible</strong> with WordPress 3.0.1 and have switched my blog back to using it.
</p>
<p>At this stage all I&#8217;m really doing is playing around with CSS styles to get the blog to appear how I want. This is where things like <strong><a title="Firebug" href="https://addons.mozilla.org/en-US/firefox/addon/1843/" target="_blank">Firebug</a></strong> for <a title="Firefox web browser" href="http://en-us.www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> come in real handy by telling me where an element is getting its style from. It will tell you about the element&#8217;s inheritance, which file(s) contain the CSS, and the line numbers within those files. By the way, I found the <a title="CSS Tutorial at W3Schools" href="http://www.w3schools.com/css/default.asp" target="_blank">CSS Tutorials</a> at <a title="W3Schools" href="http://www.w3schools.com/default.asp" target="_blank">W3Schools</a> to be rather helpful in testing out various font-size and line-height combinations which this theme seems to use heavily. I may change its use of fixed pixel sized line-heights in favor of relative values so that they scale properly with changes in font size, we&#8217;ll see. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Before I close and while there&#8217;s still 30 minutes left in the day, I just wanted to wish my dad and all the other dads out there a <strong>Happy Father&#8217;s Day!!</strong> <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/06/20/blog-has-been-upgraded-to-wordpress-v3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modified navigation links to not show Daily Tweets.</title>
		<link>http://blog.markheadrick.com/2010/04/07/modified-navigation-links-to-not-show-daily-tweets/</link>
		<comments>http://blog.markheadrick.com/2010/04/07/modified-navigation-links-to-not-show-daily-tweets/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:09:57 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=700</guid>
		<description><![CDATA[I&#8217;ve modified the code in my blog&#8217;s theme to exclude the Daily Tweets category (aka Twitter Digest) from the Previous and Next post navigation links when viewing a single post. This will make it behave more like my blog&#8217;s home &#8230; <a href="http://blog.markheadrick.com/2010/04/07/modified-navigation-links-to-not-show-daily-tweets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve modified the code in my blog&#8217;s theme to exclude the <a title="Daily Tweets" href="http://blog.markheadrick.com/category/daily-tweets/">Daily Tweets</a> category (aka Twitter Digest) from the Previous and Next post navigation links when viewing a single post. This will make it behave more like my blog&#8217;s home page and feed where that category is also excluded via the <a title="Advanced Category Excluder" href="http://wordpress.org/extend/plugins/advanced-category-excluder/" target="_blank">Advanced Category Excluder</a> plug-in. So, to view the posts in that category, you will need to click on the Daily Tweets category on the right-hand side of the blog under the Categories section.</p>
<p>I decided to do it this way rather than using the plug-in to exclude the category from &#8220;single posts&#8221; as that would prevent the ability view the post individually (it causes a 404 error to be generated).</p>
<p>Now, the Daily Tweets will not get in the way of browsing the normal posts on my blog. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/04/07/modified-navigation-links-to-not-show-daily-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

