<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create Custom Posts Layout in Home Page (Thematic Child Theme)</title>
	<atom:link href="http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/</link>
	<description>Food, Walk Around Jakarta, WordPress and Rants on Random Geekiness</description>
	<lastBuildDate>Wed, 16 May 2012 18:21:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jens</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4162</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4162</guid>
		<description>Errr ... comment is displayed totally wrong ... had much more code :/</description>
		<content:encoded><![CDATA[<p>Errr &#8230; comment is displayed totally wrong &#8230; had much more code :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4161</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4161</guid>
		<description>Hi guys I got some big help in the themeshaper forums and I wouldn&#039;t keep back the answer to my question. 

So if you want to call a custom loop you have defined in your functions.php (like in the tutorial above) on another page than the index.php (e.g. yourownpage.php), just take the following wp_query snippet from the template-page-blog.php (in your thematic parent theme folder) and paste it above your loop call, it should look something like this then:

&lt;code&gt;




	query( array( &#039;posts_per_page&#039; =&gt; get_option( &#039;posts_per_page&#039; ), &#039;paged&#039; =&gt; $paged ) );
		$more = 0;
	?&gt;

	





&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi guys I got some big help in the themeshaper forums and I wouldn&#8217;t keep back the answer to my question. </p>
<p>So if you want to call a custom loop you have defined in your functions.php (like in the tutorial above) on another page than the index.php (e.g. yourownpage.php), just take the following wp_query snippet from the template-page-blog.php (in your thematic parent theme folder) and paste it above your loop call, it should look something like this then:</p>
<p><code></p>
<p>	query( array( 'posts_per_page' =&gt; get_option( 'posts_per_page' ), 'paged' =&gt; $paged ) );<br />
		$more = 0;<br />
	?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4160</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Tue, 04 Oct 2011 11:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4160</guid>
		<description>Thank you so much for this Tutorial. I&#039;m really trying hard to be water ;) 

I followed every step of this tut: included your code in the functions.php, calling  in my page template. My problem: Now wordpress renders the content OF THE PARTICULAR PAGE but not my articles. How can I achiev rendering articles instead of the page content? I have to use a page with a template cause my home (index.php) is just a landing page. I would really be happy if u could give some tips, or maybe links ... I couldn&#039;t find a solutiosn via google yet. Don&#039;t really know exactly what to search for. Sorry for my bad english and greets from Europe, Jens</description>
		<content:encoded><![CDATA[<p>Thank you so much for this Tutorial. I&#8217;m really trying hard to be water ;) </p>
<p>I followed every step of this tut: included your code in the functions.php, calling  in my page template. My problem: Now wordpress renders the content OF THE PARTICULAR PAGE but not my articles. How can I achiev rendering articles instead of the page content? I have to use a page with a template cause my home (index.php) is just a landing page. I would really be happy if u could give some tips, or maybe links &#8230; I couldn&#8217;t find a solutiosn via google yet. Don&#8217;t really know exactly what to search for. Sorry for my bad english and greets from Europe, Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4159</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 01 Oct 2011 19:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4159</guid>
		<description>How can i do exactly this but only for specified category page? i dont know where to insert the conditional tag</description>
		<content:encoded><![CDATA[<p>How can i do exactly this but only for specified category page? i dont know where to insert the conditional tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chunlinsay</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4132</link>
		<dc:creator>Chunlinsay</dc:creator>
		<pubDate>Mon, 06 Jun 2011 00:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4132</guid>
		<description>Thank you for sharing so excellent a post, I&#039;m going to take a test on my own site.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing so excellent a post, I&#8217;m going to take a test on my own site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4072</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 24 Sep 2010 19:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4072</guid>
		<description>Can you explain in detail on how to add a third or fourth column?

Thank you.</description>
		<content:encoded><![CDATA[<p>Can you explain in detail on how to add a third or fourth column?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Suryadi</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4054</link>
		<dc:creator>Andi Suryadi</dc:creator>
		<pubDate>Sun, 27 Jun 2010 06:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4054</guid>
		<description>how to show latest post first and then follow by your 2 columns excerpt...?</description>
		<content:encoded><![CDATA[<p>how to show latest post first and then follow by your 2 columns excerpt&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4051</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4051</guid>
		<description>This is working beautifully! Is it possible to apply this to a second loop?
On my front page (where this tutorial is aimed at) i want the loop to act as default, but at my second loop i want it to be in columns.

Any ideas?</description>
		<content:encoded><![CDATA[<p>This is working beautifully! Is it possible to apply this to a second loop?<br />
On my front page (where this tutorial is aimed at) i want the loop to act as default, but at my second loop i want it to be in columns.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4040</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Thu, 06 May 2010 00:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4040</guid>
		<description>course that ends up making them grid up... which may or may not be desirable.  hmmmm....</description>
		<content:encoded><![CDATA[<p>course that ends up making them grid up&#8230; which may or may not be desirable.  hmmmm&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4039</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Thu, 06 May 2010 00:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4039</guid>
		<description>I tweaked your css as i was finding longer/shorter excerpts were messing up where the divs were... and (maybe it was b/c I was using the thematic 2col left template, but titles and such were getting lost since the columns are 250px with hidden overflow, but the .hentry class was 600 something pixels.  

&lt;code&gt;
.column{width:250px; display:inline;float:left; overflow:hidden;}
.clear-fix{display:box;}
.one{margin-right:40px; clear: left;}
.two{clear: right;}
.hentry{padding:0;}
.column .entry-content{width:245px;}
.column .hentry { width: 100%;}
&lt;/code&gt;

i think i am going to try to tweak it further so that the first post is above all the others and spans both columns.  

thanks for the snippet!!</description>
		<content:encoded><![CDATA[<p>I tweaked your css as i was finding longer/shorter excerpts were messing up where the divs were&#8230; and (maybe it was b/c I was using the thematic 2col left template, but titles and such were getting lost since the columns are 250px with hidden overflow, but the .hentry class was 600 something pixels.  </p>
<p><code><br />
.column{width:250px; display:inline;float:left; overflow:hidden;}<br />
.clear-fix{display:box;}<br />
.one{margin-right:40px; clear: left;}<br />
.two{clear: right;}<br />
.hentry{padding:0;}<br />
.column .entry-content{width:245px;}<br />
.column .hentry { width: 100%;}<br />
</code></p>
<p>i think i am going to try to tweak it further so that the first post is above all the others and spans both columns.  </p>
<p>thanks for the snippet!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4003</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4003</guid>
		<description>elseif { echo &#039;three&#039;; $counter = 0; }?&gt;&quot;&gt;</description>
		<content:encoded><![CDATA[<p>elseif { echo &#8216;three&#8217;; $counter = 0; }?&gt;&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4002</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4002</guid>
		<description>&#039; &lt;div class=&quot;column &quot;&gt;&#039;</description>
		<content:encoded><![CDATA[<p>&#8216; &lt;div class=&quot;column &#8220;&gt;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-4001</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-4001</guid>
		<description>Hi I wanted to use more than 2 columns and tried adding an elseif, but it broke my theme giving this message:

Parse error: syntax error, unexpected T_ELSEIF in /home/content/r/o/b/roburdick/html/mysite/wp-content/themes/robertburdick.com/functions.php  on line 76


I will probably just use css to change the layout on my hompegae but if you know why it&#039;s not working for me, I wuld love to know how to do what I want with columns. Here is my modified line of code for columns:
           
&lt;div class=&quot;column &quot;&gt;</description>
		<content:encoded><![CDATA[<p>Hi I wanted to use more than 2 columns and tried adding an elseif, but it broke my theme giving this message:</p>
<p>Parse error: syntax error, unexpected T_ELSEIF in /home/content/r/o/b/roburdick/html/mysite/wp-content/themes/robertburdick.com/functions.php  on line 76</p>
<p>I will probably just use css to change the layout on my hompegae but if you know why it&#8217;s not working for me, I wuld love to know how to do what I want with columns. Here is my modified line of code for columns:</p>
<p>&lt;div class=&quot;column &#8220;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dian</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3993</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Mon, 22 Feb 2010 02:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3993</guid>
		<description>you put the functions into functions.php and the styling into style.css</description>
		<content:encoded><![CDATA[<p>you put the functions into functions.php and the styling into style.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Michaels</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3992</link>
		<dc:creator>Joshua Michaels</dc:creator>
		<pubDate>Sun, 21 Feb 2010 21:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3992</guid>
		<description>Could you explain where exactly to add the &lt;code&gt;else if&lt;/code&gt; and change the counter for a 3 column post layout?

I would like to know how to do this.</description>
		<content:encoded><![CDATA[<p>Could you explain where exactly to add the <code>else if</code> and change the counter for a 3 column post layout?</p>
<p>I would like to know how to do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

