<?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>Grid Focus Demo</title>
	<atom:link href="http://demo.5thirtyone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://demo.5thirtyone.com</link>
	<description>Demo site for WordPress themes developed and released by Derek Punsalan - 5ThirtyOne</description>
	<lastBuildDate>Wed, 10 Jun 2009 15:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Support author name(s) in Grid Focus</title>
		<link>http://demo.5thirtyone.com/2008/12/support-author-names-in-grid-focus/</link>
		<comments>http://demo.5thirtyone.com/2008/12/support-author-names-in-grid-focus/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 15:07:58 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Grid Focus]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://demo.5thirtyone.com/?p=17</guid>
		<description><![CDATA[To answer Naren&#8217;s request for a multi authored site using Grid Focus. This change will need to be made in two files: index.php &#38; single.php.
Immediately below the title tags:
&#60;h2&#62;&#60;a href=&#34;&#60;?php the_permalink() ?&#62;&#34; title=&#34;&#60;?php the_title(); ?&#62;&#34;&#62;&#60;?php the_title() ?&#62;&#60;/a&#62;&#60;/h2&#62;
Add the following:
&#60;p class=&#34;articleAuthor&#34;&#62;By: &#60;?php the_author(); ?&#62;&#60;/p&#62;
Tweak the look in the stylesheet using the class .articleAuthor {}. More information [...]]]></description>
			<content:encoded><![CDATA[<p>To answer <a href="http://5thirtyone.com/archives/1379/comment-page-1#comment-117433">Naren&#8217;s request</a> for a multi authored site using <a href="http://5thirtyone.com/grid-focus">Grid Focus</a>. This change will need to be made in two files: <em>index.php</em> &amp; <em>single.php</em>.</p>
<p>Immediately below the title tags:</p>
<blockquote><p>&lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title() ?&gt;&lt;/a&gt;&lt;/h2&gt;</p></blockquote>
<p>Add the following:</p>
<blockquote><p>&lt;p class=&quot;articleAuthor&quot;&gt;By: &lt;?php the_author(); ?&gt;&lt;/p&gt;</p></blockquote>
<p>Tweak the look in the stylesheet using the class <em>.articleAuthor {}</em>. More information concerning <em>the_author()</em> can be found in the <a href="http://codex.wordpress.org/Template_Tags/the_author">WordPress Codex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.5thirtyone.com/2008/12/support-author-names-in-grid-focus/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Add 468 x 60 AdSense banner to Grid Focus</title>
		<link>http://demo.5thirtyone.com/2008/12/add-468-x-60-adsense-banner-to-grid-focus/</link>
		<comments>http://demo.5thirtyone.com/2008/12/add-468-x-60-adsense-banner-to-grid-focus/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:56:49 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Grid Focus]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://demo.5thirtyone.com/?p=10</guid>
		<description><![CDATA[I often receive complaints that Grid Focus &#8211; or any of my other themes &#8211; are not &#8220;ad friendly&#8221;. Official ad support is nowhere near my list of reasons for giving back to the WordPress community. If ad support is necessary, please modify the template(s) to meet your needs. Note that if I do make [...]]]></description>
			<content:encoded><![CDATA[<p>I often receive complaints that Grid Focus &#8211; or any of my other themes &#8211; are not &#8220;ad friendly&#8221;. Official ad support is nowhere near my list of reasons for giving back to the WordPress community. If ad support is necessary, please modify the template(s) to meet your needs. Note that if I do make room for ads, I follow the generic ad formats used by the likes of Yahoo or Google &#8211; see <a href="https://www.google.com/adsense/static/en_US/AdFormats.html">AdSense Ad Formats</a>.<span id="more-10"></span></p>
<p>For <a href="http://5thirtyone.com/grid-focus">Grid Focus</a> users, here is a quick way to integrate the 468 x 60 AdSense image / text banner ad.</p>
<blockquote><p>&lt;div class=&#8221;adsenseBanner&#8221;&gt;<br />
&lt;!&#8211; your adsense code &#8211;&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>1. Create a new template file &#8211; for this example I&#8217;ve created <em>adsense.php</em> and pasted the code below + your unique AdSense script.</p>
<blockquote><p>.adsenseBanner {<br />
float: left;<br />
margin: 30px 0 5px 50px;<br />
}</p></blockquote>
<p>2. Add the following CSS to <em>style.css</em>.</p>
<blockquote><p>&lt;?php include (TEMPLATEPATH . &#8216;/adsense.php&#8217;); ?&gt;<br />
&lt;?php include (TEMPLATEPATH . &#8216;/second.column.post.php&#8217;); ?&gt;<br />
&lt;?php include (TEMPLATEPATH . &#8216;/third.column.shared.php&#8217;); ?&gt;</p></blockquote>
<p>3. Reference the template file in <em>index.php</em>, <em>single.php</em>, and <em>page.php</em> above the calls for the second and third columns.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.5thirtyone.com/2008/12/add-468-x-60-adsense-banner-to-grid-focus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add support for 2.7 &quot;sticky&quot; posts</title>
		<link>http://demo.5thirtyone.com/2008/12/add-support-for-27-sticky-posts/</link>
		<comments>http://demo.5thirtyone.com/2008/12/add-support-for-27-sticky-posts/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:15:32 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sticky]]></category>

		<guid isPermaLink="false">http://demo.5thirtyone.com/?p=7</guid>
		<description><![CDATA[In order to make use of the new sticky post feature found in WordPress 2.7, you&#8217;ll need to modify your index.php, page.php, and single.php to make use of the new post_class() function.
Previous themes would use the following within the loop to identify posts:
&#60;div id=&#34;post-&#60;?php the_ID(); ?&#62;&#34; class=&#34;post&#34;&#62;
Adding support for sticky posts requires dynamic classes using [...]]]></description>
			<content:encoded><![CDATA[<p>In order to make use of the new sticky post feature found in WordPress 2.7, you&#8217;ll need to modify your index.php, page.php, and single.php to make use of the new post_class() function.</p>
<p>Previous themes would use the following within the loop to identify posts:</p>
<blockquote><p>&lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; class=&quot;post&quot;&gt;</p></blockquote>
<p>Adding support for sticky posts requires dynamic classes using this function:</p>
<blockquote><p>&lt;?php post_class(); ?&gt;</p></blockquote>
<p>If there is a specific class that you would like the function to include, you can add it as a parameter: post_class(&#8216;customClass&#8217;).</p>
<p>Sorry for not including this feature out of the box by default. These releases are meant to be backwards compatible for WP 2.6 users as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.5thirtyone.com/2008/12/add-support-for-27-sticky-posts/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Say hello to WordPress 2.7</title>
		<link>http://demo.5thirtyone.com/2008/12/hello-world/</link>
		<comments>http://demo.5thirtyone.com/2008/12/hello-world/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 09:06:04 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://demo.5thirtyone.com/?p=1</guid>
		<description><![CDATA[General info concerning WordPress 2.7 can be found here. 
Sometime in December 2008, WordPress version 2.7, will be released to the public. For information on the bug-fixes and enhancements in this version, see Changelog for 2.7. Currently, WordPress version 2.7 Release Candidate 1 is being tested. 
Some of the new welcomed features are threaded comments, [...]]]></description>
			<content:encoded><![CDATA[<p>General info concerning WordPress 2.7 can be found <a href="http://codex.wordpress.org/Version_2.7">here</a>. </p>
<blockquote><p>Sometime in December 2008, WordPress version 2.7, will be released to the public. For information on the bug-fixes and enhancements in this version, see Changelog for 2.7. Currently, WordPress version 2.7 Release Candidate 1 is being tested. </p></blockquote>
<p>Some of the new welcomed features are threaded comments, pagination, and the ability to upgrade WordPress directly from within the admin Dashboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.5thirtyone.com/2008/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
