<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: regarding the index.php loop</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 19:14:03 +0000</pubDate>

<item>
<title>Val on "regarding the index.php loop"</title>
<link>http://themeshaper.com/forums/topic/regarding-the-indexphp-loop#post-10492</link>
<pubDate>Fri, 05 Mar 2010 23:53:00 +0000</pubDate>
<dc:creator>Val</dc:creator>
<guid isPermaLink="false">10492@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Gene,&#60;/p&#62;
&#60;p&#62;Thank you.  This thread has legs.
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "regarding the index.php loop"</title>
<link>http://themeshaper.com/forums/topic/regarding-the-indexphp-loop#post-7835</link>
<pubDate>Tue, 10 Nov 2009 23:43:52 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">7835@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi hally-&#60;/p&#62;
&#60;p&#62;Try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_thematic_index_loop() {
      remove_action (&#38;#39;thematic_indexloop&#38;#39;,&#38;#39;thematic_index_loop&#38;#39;);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;remove_thematic_index_loop&#38;#39;);

function my_index_loop() {
    // your loop could go below here instaed of this test message
    echo &#38;quot;it worked!! I replaced the loop with this content&#38;quot;;
}
add_action(&#38;#39;thematic_indexloop&#38;#39;, &#38;#39;my_index_loop&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the test message does not replace the loop on your site check and see that you have your child theme activated in the wpadmin&#38;gt;appearance&#38;gt;themes&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>hally on "regarding the index.php loop"</title>
<link>http://themeshaper.com/forums/topic/regarding-the-indexphp-loop#post-7828</link>
<pubDate>Tue, 10 Nov 2009 20:22:41 +0000</pubDate>
<dc:creator>hally</dc:creator>
<guid isPermaLink="false">7828@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Is the index.php loop found in the content-extensions.php file?  If so why is it when i make changes to the file and upload to the my child theme the changes are not seen? How do i make changes to index.php loop?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
