<?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>Brian A. Thomas .com &#187; Site News</title>
	<atom:link href="http://www.brianathomas.com/archives/category/site-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianathomas.com</link>
	<description>Random Musings of Brian A. Thomas. Love for Ari and Sidd. Playing SWTOR...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:34:11 +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>Back Up</title>
		<link>http://www.brianathomas.com/archives/2012/02/08/back-up/</link>
		<comments>http://www.brianathomas.com/archives/2012/02/08/back-up/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:34:11 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=2016</guid>
		<description><![CDATA[We&#8230; well I&#8230; am back up for another year or so. Plans: More updates on the kids. More Star Wars the Old Republic news/views. iPad app reviews. We&#8217;ll [..]]]></description>
			<content:encoded><![CDATA[<p>We&#8230; well I&#8230; am back up for another year or so.<br />
Plans:<br />
More updates on the kids.<br />
More Star Wars the Old Republic news/views.<br />
iPad app reviews.</p>
<p>We&#8217;ll see how the best laid plans actually work out. <img src='http://www.brianathomas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2012/02/08/back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying to Block Some Posts from the Front Page</title>
		<link>http://www.brianathomas.com/archives/2010/07/13/trying-to-block-some-posts-from-the-front-page/</link>
		<comments>http://www.brianathomas.com/archives/2010/07/13/trying-to-block-some-posts-from-the-front-page/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:17:50 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1629</guid>
		<description><![CDATA[Calling all WordPress Gurus. I am trying to block posts from a category from showing up on the front page. I tracked the category number down and put [..]]]></description>
			<content:encoded><![CDATA[<p>Calling all WordPress Gurus.<br />
I am trying to block posts from a category from showing up on the front page. I tracked the category number down and put this code at the end of my functions.php file, but they are still showing up.</p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showPlainTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// remove from home page</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> exclude_category<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$query</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$query</span>-&gt;<span style="color:#006600;">is_home</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$query</span>-&gt;<span style="color:#006600;">set</span><span style="color:#006600; font-weight:bold;">&#40;</span>‘cat’, ‘-11<span style="color:#FF0000;">');</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">}</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">return $query;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">}</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">add_filter(‘pre_get_posts’, ‘exclude_category’);</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">// remove from home page </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Am I supposed to put a call to this in my Index.php? Or am I missing something?  Did they change how this works with WP 3?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2010/07/13/trying-to-block-some-posts-from-the-front-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family History Page Backup</title>
		<link>http://www.brianathomas.com/archives/2010/07/08/family-history-page-backup/</link>
		<comments>http://www.brianathomas.com/archives/2010/07/08/family-history-page-backup/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:14:24 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Family History]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Drake]]></category>
		<category><![CDATA[Genealogy]]></category>
		<category><![CDATA[Jolley]]></category>
		<category><![CDATA[Sollers]]></category>
		<category><![CDATA[Thomas]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1573</guid>
		<description><![CDATA[It has been down for a couple years, but now the Brian A. Thomas Family History page is back up. Information on the Drake family, Jolley Family, Sollers [..]]]></description>
			<content:encoded><![CDATA[<p>It has been down for a couple years, but now the <a href="http://www.brianathomas.com/webtrees/">Brian A. Thomas Family History</a> page is back up.<br />
Information on the <a href="http://www.brianathomas.com/webtrees/indilist.php?ged=NEWEXPORT.GED&#038;surname=Drake">Drake family</a>, <a href="http://www.brianathomas.com/webtrees/indilist.php?ged=NEWEXPORT.GED&#038;surname=Jolley">Jolley Family</a>, <a href="http://www.brianathomas.com/webtrees/indilist.php?ged=NEWEXPORT.GED&#038;surname=Sollers">Sollers Family</a> and of course the <a href="http://www.brianathomas.com/webtrees/indilist.php?ged=NEWEXPORT.GED&#038;surname=Thomas">Thomas Family</a> among others. 919 people from 1620 on. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2010/07/08/family-history-page-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I guess not PHPGedView</title>
		<link>http://www.brianathomas.com/archives/2010/07/08/i-guess-not-phpgedview/</link>
		<comments>http://www.brianathomas.com/archives/2010/07/08/i-guess-not-phpgedview/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 00:47:43 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Family History]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Genealogy]]></category>
		<category><![CDATA[PHPGedView]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Webtrees]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1571</guid>
		<description><![CDATA[Since I used it before I thought I would return to it, but when I go to access the page it takes me to one of the WordPress [..]]]></description>
			<content:encoded><![CDATA[<p>Since I used it before I thought I would return to it, but when I go to access the page it takes me to one of the WordPress pages... this may be a WordPress issue, I'll know for sure when I try the other one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2010/07/08/i-guess-not-phpgedview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site is back and updating again</title>
		<link>http://www.brianathomas.com/archives/2010/07/05/site-is-back-and-updating-again/</link>
		<comments>http://www.brianathomas.com/archives/2010/07/05/site-is-back-and-updating-again/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 15:27:57 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[BrianAThomas.com]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1563</guid>
		<description><![CDATA[I am back to updating this site again as one could perhaps tell.]]></description>
			<content:encoded><![CDATA[<p>I am back to updating this site again as one could perhaps tell. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2010/07/05/site-is-back-and-updating-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoo Updates All Day Long</title>
		<link>http://www.brianathomas.com/archives/2009/06/06/zoo-updates-all-day-long/</link>
		<comments>http://www.brianathomas.com/archives/2009/06/06/zoo-updates-all-day-long/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 00:09:39 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1513</guid>
		<description><![CDATA[If you were checking the site all day today you would notice that we kept updating with what was going on with our Zoo trip today. On the [..]]]></description>
			<content:encoded><![CDATA[<p>If you were checking the site all day today you would notice that we kept updating with what was going on with our Zoo trip today. On the top right corner is my Twitter feed... though I am having troubles formatting it correctly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2009/06/06/zoo-updates-all-day-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pages Gone</title>
		<link>http://www.brianathomas.com/archives/2009/05/22/pages-gone/</link>
		<comments>http://www.brianathomas.com/archives/2009/05/22/pages-gone/#comments</comments>
		<pubDate>Fri, 22 May 2009 20:58:02 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1500</guid>
		<description><![CDATA[Either I deleted them, which I don't recall, or they got deleted somehow. I'll have to look over old tables to make sure...]]></description>
			<content:encoded><![CDATA[<p>Either I deleted them, which I don't recall, or they got deleted somehow. I'll have to look over old tables to make sure...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2009/05/22/pages-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacked</title>
		<link>http://www.brianathomas.com/archives/2008/09/22/hacked-2/</link>
		<comments>http://www.brianathomas.com/archives/2008/09/22/hacked-2/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 02:49:24 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/?p=1339</guid>
		<description><![CDATA[We were recently hacked. I am trying to mitigate damage as I write this. Hopefully I'll have Internet access back at home real soon so I can properly [..]]]></description>
			<content:encoded><![CDATA[<p>We were recently hacked. I am trying to mitigate damage as I write this. Hopefully I'll have Internet access back at home real soon so I can properly fix everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2008/09/22/hacked-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Odd Firefox 3 Bug on This Site</title>
		<link>http://www.brianathomas.com/archives/2008/07/06/odd-firefox-3-bug-on-this-site/</link>
		<comments>http://www.brianathomas.com/archives/2008/07/06/odd-firefox-3-bug-on-this-site/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 13:46:38 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Vids]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Firefox 3]]></category>
		<category><![CDATA[IE Tab]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2008/07/06/odd-firefox-3-bug-on-this-site/</guid>
		<description><![CDATA[If you are using Firefox 3, such as we are, some parts of this site are may not rendering properly. None of the videos are showing up. They [..]]]></description>
			<content:encoded><![CDATA[<p>If you are using Firefox 3, such as we are, some parts of this site <del>are</del> <ins>may</ins> not rendering properly. None of the videos are showing up. They show up with Internet Explorer or if you use <a href="https://addons.mozilla.org/en-US/firefox/addon/1419">IE Tab</a> on Firefox. Hopefully a fix will be found... Not sure if it is a WordPress issue or a Firefox issue, or a plugin issue yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2008/07/06/odd-firefox-3-bug-on-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Individual Posts Not Showing Up</title>
		<link>http://www.brianathomas.com/archives/2008/05/26/individual-posts-not-showing-up/</link>
		<comments>http://www.brianathomas.com/archives/2008/05/26/individual-posts-not-showing-up/#comments</comments>
		<pubDate>Mon, 26 May 2008 20:36:05 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2008/05/26/individual-posts-not-showing-up/</guid>
		<description><![CDATA[Not sure what the problem is yet, but if you click on an individual post title, or the More link, it doesn't work. Even on ones I knew [..]]]></description>
			<content:encoded><![CDATA[<p>Not sure what the problem is yet, but if you click on an individual post title, or the More link, it doesn't work. Even on ones I knew to be working not too long ago. For some reason, I am getting a 404 error when WordPress tries to go to an individual post.<br />
The Permalink structure is correct in the options, so not sure what is going on...</p>
<p>EDIT: Fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2008/05/26/individual-posts-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

