<?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 &#187; WordPress</title> <atom:link href="http://demo.5thirtyone.com/category/wordpress/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.2</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>18</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>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 1/10 queries in 0.011 seconds using disk

Served from: 5thirtyone.com @ 2010-03-17 19:45:11 -->