<?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: Modifying WordPress&#8217; Front Page</title>
	<atom:link href="http://www.daobydesign.com/blog/2007/07/modifying-wordpress-front-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/</link>
	<description>Creative, Custom CMS web design services</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:01:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: jimmyjames</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-85697</link>
		<dc:creator>jimmyjames</dc:creator>
		<pubDate>Sat, 31 Dec 2011 02:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-85697</guid>
		<description>Hi Ryan, I know this is an old post, but man does it ever look good on my site!  Thanks.  I&#039;m having a similar issue to Pablo, i.e. page shows the same posts as page one.  I tried the code you supplied but all it does is &quot;bump&quot; the posts down by one in each section.  What I&#039;d REALLY like to do is revert to a normal category loop on the 2,3,4... pages (thumb, title, excerpt) starting with the 10th newest post.  Is this possible? website is http://foododdity.com. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ryan, I know this is an old post, but man does it ever look good on my site!  Thanks.  I&#8217;m having a similar issue to Pablo, i.e. page shows the same posts as page one.  I tried the code you supplied but all it does is &#8220;bump&#8221; the posts down by one in each section.  What I&#8217;d REALLY like to do is revert to a normal category loop on the 2,3,4&#8230; pages (thumb, title, excerpt) starting with the 10th newest post.  Is this possible? website is <a href="http://foododdity.com" rel="nofollow">http://foododdity.com</a>. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DSLR-A850</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-79133</link>
		<dc:creator>DSLR-A850</dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-79133</guid>
		<description>Én vagyok nyűgözve, azt kell mondani. Tényleg nem gyakran találkozom a blog, ami minden nevelő és szórakoztató, és hadd tájékoztatja Önt, hogy megvan találta a szöget a fején. A koncepció kiemelkedő, a nehézség az egy dolog, hogy nem elegendő az emberek beszélnek intelligensen kb. Én nagyon boldog, hogy belebotlottam ez alatt az én keresnek valamit ezzel.</description>
		<content:encoded><![CDATA[<p>Én vagyok nyűgözve, azt kell mondani. Tényleg nem gyakran találkozom a blog, ami minden nevelő és szórakoztató, és hadd tájékoztatja Önt, hogy megvan találta a szöget a fején. A koncepció kiemelkedő, a nehézség az egy dolog, hogy nem elegendő az emberek beszélnek intelligensen kb. Én nagyon boldog, hogy belebotlottam ez alatt az én keresnek valamit ezzel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3nd41</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-77850</link>
		<dc:creator>S3nd41</dc:creator>
		<pubDate>Sun, 13 Nov 2011 23:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-77850</guid>
		<description>This is the full code:

http://pastebin.com/MQss2WXR</description>
		<content:encoded><![CDATA[<p>This is the full code:</p>
<p><a href="http://pastebin.com/MQss2WXR" rel="nofollow">http://pastebin.com/MQss2WXR</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3nd41</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-77843</link>
		<dc:creator>S3nd41</dc:creator>
		<pubDate>Sun, 13 Nov 2011 22:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-77843</guid>
		<description>Hi,

Thank you very much for your article.
Can you give me some pointers on how to modify this code so that I get 2 loops repeated in groups of 6 through all my posts?
I&#039;d like to achieve this:

&lt;?php
global $post;
$the_newest = get_posts(&#039;numberposts=6&#039;);
$the_newer = get_posts(&#039;numberposts=6&amp;offset=6&#039;);
$the_new = get_posts(&#039;numberposts=6&amp;offset=12&#039;);

But without having to copy-paste the 2 foreach loops all those time, instead making them simply count 6 posts and repeat themselves.

Thnx!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you very much for your article.<br />
Can you give me some pointers on how to modify this code so that I get 2 loops repeated in groups of 6 through all my posts?<br />
I&#8217;d like to achieve this:</p>
<p>&lt;?php<br />
global $post;<br />
$the_newest = get_posts(&#039;numberposts=6&#039;);<br />
$the_newer = get_posts(&#039;numberposts=6&amp;offset=6&#039;);<br />
$the_new = get_posts(&#039;numberposts=6&amp;offset=12&#039;);</p>
<p>But without having to copy-paste the 2 foreach loops all those time, instead making them simply count 6 posts and repeat themselves.</p>
<p>Thnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrell</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-37564</link>
		<dc:creator>Terrell</dc:creator>
		<pubDate>Sat, 09 Apr 2011 11:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-37564</guid>
		<description>I found this helpful it works but there is one promblem, when you click on the navigation for previous post, the next page has the same post as the home page, and all other pages are the same, you are not able to navigate through the website with this code</description>
		<content:encoded><![CDATA[<p>I found this helpful it works but there is one promblem, when you click on the navigation for previous post, the next page has the same post as the home page, and all other pages are the same, you are not able to navigate through the website with this code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-34497</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 24 Mar 2011 08:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-34497</guid>
		<description>Exactly what I was looking for, thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Osorio</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-29731</link>
		<dc:creator>Dennis Osorio</dc:creator>
		<pubDate>Mon, 28 Feb 2011 02:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-29731</guid>
		<description>This is exactly what I needed &amp; wasn&#039;t finding anywhere - until, uh, I found this page. You&#039;re a life-saver!</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed &amp; wasn&#8217;t finding anywhere &#8211; until, uh, I found this page. You&#8217;re a life-saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-8560</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-8560</guid>
		<description>Make sure you copy it into plain text format before pasting it in your scripts. Or the formatting could mess the code up.</description>
		<content:encoded><![CDATA[<p>Make sure you copy it into plain text format before pasting it in your scripts. Or the formatting could mess the code up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-8558</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 14 Jun 2010 09:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-8558</guid>
		<description>@Ryan: I changed the quotes to the correct earlier.</description>
		<content:encoded><![CDATA[<p>@Ryan: I changed the quotes to the correct earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.daobydesign.com/blog/tips/wordpress/modifying-wordpress-front-page/#comment-8555</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 14 Jun 2010 03:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/07/15/modifying-wordpress-front-page/#comment-8555</guid>
		<description>Make sure your single quotes are actual single quotes, and not fancy quotes -- if you copied the code from my comment, it may have copied the fancy quotes as well, as WordPress auto-formats the comments.</description>
		<content:encoded><![CDATA[<p>Make sure your single quotes are actual single quotes, and not fancy quotes &#8212; if you copied the code from my comment, it may have copied the fancy quotes as well, as WordPress auto-formats the comments.</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

Served from: www.daobydesign.com @ 2012-02-09 16:11:17 -->
