<?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: Where is my Front Page content coming from?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 21:37:57 +0000</pubDate>

<item>
<title>d_rec on "Where is my Front Page content coming from?"</title>
<link>http://themeshaper.com/forums/topic/where-is-my-front-page-content-coming-from#post-27163</link>
<pubDate>Sun, 27 May 2012 09:14:05 +0000</pubDate>
<dc:creator>d_rec</dc:creator>
<guid isPermaLink="false">27163@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've borrowed half of this page for my current site and have used this bit of code to generate the &#34;Who Is&#34; section. Is there a better way to do this(it works, it's automatically generated and saves having to edit files if I want to recycle this bit of code)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;front-block-1&#38;quot; class=&#38;quot;front-block block&#38;quot;&#38;gt;
              &#38;lt;h3&#38;gt;Who&#38;#39;s  &#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;?&#38;lt;/h3&#38;gt;
              &#38;lt;?php
                    $user_info = get_userdata(1);
                    $gravatar_email = $user_info-&#38;gt;user_email;
                    echo get_avatar($gravatar_email, &#38;#39;84&#38;#39;);
              ?&#38;gt;
              &#38;lt;p&#38;gt;&#38;lt;?php
  $args=array(

  &#38;#39;post_type&#38;#39; =&#38;gt;&#38;#39;page&#38;#39;,
  &#38;#39;post__in&#38;#39; =&#38;gt; array(7),
   );
   $page_query = new WP_Query($args); ?&#38;gt;

&#38;lt;?php while ($page_query-&#38;gt;have_posts()) : $page_query-&#38;gt;the_post(); ?&#38;gt;

    &#38;lt;p&#38;gt;&#38;lt;?php the_excerpt(); ?&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php endwhile; ?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;home&#38;#39;) ?&#38;gt;/about/&#38;quot; rel=&#38;quot;nofollow&#38;quot;&#38;gt;Read more at my about page&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;
            &#38;lt;/div&#38;gt;&#38;lt;!-- #front-block-1 .front-block .block--&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ScottNix on "Where is my Front Page content coming from?"</title>
<link>http://themeshaper.com/forums/topic/where-is-my-front-page-content-coming-from#post-26525</link>
<pubDate>Sat, 21 Apr 2012 23:22:57 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">26525@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Oh, and the rest of the text is actually on the front-page.php file itself if you weren't talking about the rotating sliders.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Where is my Front Page content coming from?"</title>
<link>http://themeshaper.com/forums/topic/where-is-my-front-page-content-coming-from#post-26524</link>
<pubDate>Sat, 21 Apr 2012 23:19:13 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">26524@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The front-page.php pulls the content from the includes files.&#60;/p&#62;
&#60;p&#62;Check in the folder /includes/feature-front-1.php &#38;#38; feature-front-2.php.&#60;/p&#62;
&#60;p&#62;By default it will rotate between them.
&#60;/p&#62;</description>
</item>
<item>
<title>zachgodwin on "Where is my Front Page content coming from?"</title>
<link>http://themeshaper.com/forums/topic/where-is-my-front-page-content-coming-from#post-26522</link>
<pubDate>Sat, 21 Apr 2012 20:24:15 +0000</pubDate>
<dc:creator>zachgodwin</dc:creator>
<guid isPermaLink="false">26522@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I recently set up a Thematic Site using the Thematic Feature Site child theme. I created a home page using the Front Page template. Simply put, there is content on the page, but I have no idea where it is pulling from. It's not on the Edit Page, it's not a widget, and it's not a blog post. I imagine I must be overlooking something simple, but I have no idea what it is. My site can be found at zgcreative.com/wordpress-sandbox/chicago. I feel silly for even having to ask this, but I really cannot figure out where this content is being generated or how to change it. Anything I do on the Edit Page doesn't show up. Thanks for your help!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
