<?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; Grid Focus</title> <atom:link href="http://demo.5thirtyone.com/category/grid-focus/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 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> </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 5/11 queries in 0.013 seconds using disk

Served from: 5thirtyone.com @ 2010-07-30 05:04:34 -->