<?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: Rockin&#8217; out WordPress custom loops</title> <atom:link href="http://www.kristarella.com/2010/02/wordpress-custom-loops/feed/" rel="self" type="application/rss+xml" /><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/</link> <description>Website of photography loving, mac-using, Christian molecular biology graduate working in web design.</description> <lastBuildDate>Fri, 10 Feb 2012 00:27:30 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: MPE</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-142398</link> <dc:creator>MPE</dc:creator> <pubDate>Sat, 04 Feb 2012 21:01:12 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-142398</guid> <description>Thank you so much..i love this tutorial... :D</description> <content:encoded><![CDATA[<p>Thank you so much..i love this tutorial&#8230; :D</p> ]]></content:encoded> </item> <item><title>By: Modifying the query used by The Loop in Thesis, to use Custom Post Types &#124; The Life and Times of Liza Olmsted</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-140671</link> <dc:creator>Modifying the query used by The Loop in Thesis, to use Custom Post Types &#124; The Life and Times of Liza Olmsted</dc:creator> <pubDate>Sun, 22 Jan 2012 20:52:51 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-140671</guid> <description>[...] up on my home page and in my RSS feed.  I couldn&#8217;t find it documented anywhere.  There are lots of examples of how to narrow down query results in order to show only some of the normal post-type [...]</description> <content:encoded><![CDATA[<p>[...] up on my home page and in my RSS feed.  I couldn&#8217;t find it documented anywhere.  There are lots of examples of how to narrow down query results in order to show only some of the normal post-type [...]</p> ]]></content:encoded> </item> <item><title>By: kristarella</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138814</link> <dc:creator>kristarella</dc:creator> <pubDate>Mon, 16 Jan 2012 01:54:34 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-138814</guid> <description>&lt;a class=&quot;comment_link&quot; href=&quot;http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138762&quot; rel=&quot;nofollow&quot;&gt;Rachel&lt;/a&gt; --- Are you using Thesis? Are you using Post Images with Thesis on your portfolio posts? If so you should be able to use the &lt;a href=&quot;#thesis-thumbs&quot; rel=&quot;nofollow&quot;&gt;thesis thumbs&lt;/a&gt; function and insert it onto a page with &lt;code&gt;thesis_hook_after_post&lt;/code&gt; rather than than hooking it into the sidebar. Change the number of posts and category name and it should be a reasonable start. You&#039;ll probably need some info from the links at the end of the post as well.</description> <content:encoded><![CDATA[<p><a
class="comment_link" href="http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138762" rel="nofollow">Rachel</a> &#8212; Are you using Thesis? Are you using Post Images with Thesis on your portfolio posts? If so you should be able to use the <a
href="#thesis-thumbs" rel="nofollow">thesis thumbs</a> function and insert it onto a page with <code>thesis_hook_after_post</code> rather than than hooking it into the sidebar. Change the number of posts and category name and it should be a reasonable start. You&#8217;ll probably need some info from the links at the end of the post as well.</p> ]]></content:encoded> </item> <item><title>By: Rachel</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138762</link> <dc:creator>Rachel</dc:creator> <pubDate>Sun, 15 Jan 2012 22:06:25 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-138762</guid> <description>I would like to create a portfolio page with just thumbnails on the page.  I&#039;d also like to put some random thumbnails on my homepage to give a glimpse as to what is in the portfolio page.  Can you help me with this?  I was trying to implement your code, but not having much luck getting it to display correctly.Also, I don&#039;t want this portfolio category to display with my regular blog posts.Rachel</description> <content:encoded><![CDATA[<p>I would like to create a portfolio page with just thumbnails on the page.  I&#8217;d also like to put some random thumbnails on my homepage to give a glimpse as to what is in the portfolio page.  Can you help me with this?  I was trying to implement your code, but not having much luck getting it to display correctly.</p><p>Also, I don&#8217;t want this portfolio category to display with my regular blog posts.</p><p>Rachel</p> ]]></content:encoded> </item> <item><title>By: kristarella</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138552</link> <dc:creator>kristarella</dc:creator> <pubDate>Sun, 15 Jan 2012 08:34:53 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-138552</guid> <description>Ayesha --- I think I misread your initial comment: I thought you meant making teasers from a particular category, but just titles and images is pretty easy...Pretty much all the information you need is already in the post. Use the first code snippet in thesis_hook_before_content and use the is_home() conditional code to limit it to the home page, but change the &lt;code&gt;&amp;cat=-5&lt;/code&gt; to &lt;code&gt;&amp;posts_per_page=2&lt;/code&gt; to limit the large posts to 2 without affecting the number of posts on archive pages.Then you can use a combination of the &quot;add it to the sidebar&quot; and the function after that to add post titles with thumbnails. Just change the hook you add it to to thesis_hook_after_content instead of the sidebar.</description> <content:encoded><![CDATA[<p>Ayesha &#8212; I think I misread your initial comment: I thought you meant making teasers from a particular category, but just titles and images is pretty easy&#8230;</p><p>Pretty much all the information you need is already in the post. Use the first code snippet in thesis_hook_before_content and use the is_home() conditional code to limit it to the home page, but change the <code>&#038;cat=-5</code> to <code>&#038;posts_per_page=2</code> to limit the large posts to 2 without affecting the number of posts on archive pages.</p><p>Then you can use a combination of the &#8220;add it to the sidebar&#8221; and the function after that to add post titles with thumbnails. Just change the hook you add it to to thesis_hook_after_content instead of the sidebar.</p> ]]></content:encoded> </item> <item><title>By: Ayesha Khan</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-138209</link> <dc:creator>Ayesha Khan</dc:creator> <pubDate>Sat, 14 Jan 2012 11:41:12 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-138209</guid> <description>No, i dont have access to DIYthemes forums, is there any other online resource to learn how to do it?</description> <content:encoded><![CDATA[<p>No, i dont have access to DIYthemes forums, is there any other online resource to learn how to do it?</p> ]]></content:encoded> </item> <item><title>By: kristarella</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-137270</link> <dc:creator>kristarella</dc:creator> <pubDate>Thu, 12 Jan 2012 04:32:38 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-137270</guid> <description>&lt;a href=&quot;http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-134912&quot; rel=&quot;nofollow&quot;&gt;Ayesha&lt;/a&gt; --- Do you have access to the DIYthemes forums? I&#039;m pretty sure we&#039;ve discussed custom teaser loops over there.</description> <content:encoded><![CDATA[<p><a
href="http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-134912" rel="nofollow">Ayesha</a> &#8212; Do you have access to the DIYthemes forums? I&#8217;m pretty sure we&#8217;ve discussed custom teaser loops over there.</p> ]]></content:encoded> </item> <item><title>By: Ayesha Khan</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-134912</link> <dc:creator>Ayesha Khan</dc:creator> <pubDate>Fri, 06 Jan 2012 12:53:33 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-134912</guid> <description>HI KRISTARELLA, is there any way to show the summary of only first one or two posts while displaying recent posts from any specific category with thumbnail? as posts displayed in first colunm of this site http://wpmu.org/I could not find any help from google. I think nobody telling how to do it. Or may be it is little complicated. Don&#039;t know if it is possible in thesis or not.. What you say? If you can tell me how to do it then i will be very Thankful to you. ;)</description> <content:encoded><![CDATA[<p>HI KRISTARELLA, is there any way to show the summary of only first one or two posts while displaying recent posts from any specific category with thumbnail? as posts displayed in first colunm of this site <a
href="http://wpmu.org/" rel="nofollow">http://wpmu.org/</a></p><p>I could not find any help from google. I think nobody telling how to do it. Or may be it is little complicated. Don&#8217;t know if it is possible in thesis or not.. What you say? If you can tell me how to do it then i will be very Thankful to you. ;)</p> ]]></content:encoded> </item> <item><title>By: SeanE</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-111373</link> <dc:creator>SeanE</dc:creator> <pubDate>Mon, 07 Nov 2011 13:07:09 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-111373</guid> <description>That did it, thank you Kristarella.  BTW, I checked out your profile, my birthday is April 10th also! : )I sent a little thanks via Paypal over the weekend.Cheerio.Sean</description> <content:encoded><![CDATA[<p>That did it, thank you Kristarella.  BTW, I checked out your profile, my birthday is April 10th also! : )</p><p>I sent a little thanks via Paypal over the weekend.</p><p>Cheerio.</p><p>Sean</p> ]]></content:encoded> </item> <item><title>By: shames</title><link>http://www.kristarella.com/2010/02/wordpress-custom-loops/#comment-111364</link> <dc:creator>shames</dc:creator> <pubDate>Mon, 07 Nov 2011 12:30:28 +0000</pubDate> <guid
isPermaLink="false">http://www.kristarella.com/?p=3757#comment-111364</guid> <description>never mind i fix that. i successfully managed to show my homepage only todays post. :Dmy 2nd problem is i want only to show 1 post in each category.</description> <content:encoded><![CDATA[<p>never mind i fix that. i successfully managed to show my homepage only todays post. :D</p><p>my 2nd problem is i want only to show 1 post in each category.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 347/351 objects using disk: basic

Served from: www.kristarella.com @ 2012-02-11 05:48:44 -->
