<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Amplify - How do I modify the lower right screen - (index.php)</title>
		<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp</link>
		<description>Support Forum - Topic: Amplify - How do I modify the lower right screen - (index.php)</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:33:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-59402</link>
			<pubDate>Fri, 08 Jun 2012 22:13:56 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">59402@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jenmattuchio,&#60;/p&#62;
&#60;p&#62;You would need to tell us what theme you're using before we could answer that question. Some themes come with a pre-built widget for display recent posts, others may not.&#60;/p&#62;
&#60;p&#62;If you will create a new thread in your theme's forum and we'll be glad to answer.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jenmattuchio on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-59395</link>
			<pubDate>Fri, 08 Jun 2012 21:10:17 +0000</pubDate>
			<dc:creator>jenmattuchio</dc:creator>
			<guid isPermaLink="false">59395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do you display more than five recent posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-1622</link>
			<pubDate>Sun, 01 Aug 2010 14:03:05 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry made a mistake with the $args code (the way I've written it is how you would put it into an array). Change this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$args = &#38;quot;&#38;#39;p&#38;#39; =&#38;gt; 1&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$args = &#38;quot;page_id=1&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replacing the 1 with the ID of the page you want to display.&#60;/p&#62;
&#60;p&#62;If you want to include a scroller this would involve more work, it would be easier to custom code your scroller and include the page instead of the $additional_loop code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dr_watson on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-1525</link>
			<pubDate>Fri, 30 Jul 2010 16:54:11 +0000</pubDate>
			<dc:creator>dr_watson</dc:creator>
			<guid isPermaLink="false">1525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didnt work... I want to replace it with either a page or a scroller... please help.&#60;/p&#62;
&#60;p&#62;            &#38;lt;div class=&#34;content_right&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;!-- latest blog, latest comment, most popular--&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
		$args = &#34;'p' =&#38;gt; 5&#34;;&#60;br /&#62;
		$additional_loop = new WP_Query($args);&#60;br /&#62;
		while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();&#60;br /&#62;
		the_title();&#60;br /&#62;
		the_content();&#60;br /&#62;
		endwhile; endif;&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;            &#38;lt;/div&#38;gt;&#38;lt;!--end content_right--&#38;gt;&#60;br /&#62;
      &#38;lt;/div&#38;gt;&#38;lt;!--end main--&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-1517</link>
			<pubDate>Fri, 30 Jul 2010 15:10:16 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure, open up index.php and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	$show_special_items = new kriesi_list_post_items;
	$show_special_items -&#38;gt; recent_posts(&#38;#39;&#38;lt;h4&#38;gt;latest blog entries&#38;lt;/h4&#38;gt;&#38;#39;);
	$show_special_items -&#38;gt; recent_comments(&#38;#39;&#38;lt;h4&#38;gt;recent comments&#38;lt;/h4&#38;gt;&#38;#39;);
	$show_special_items -&#38;gt; popular_posts(&#38;#39;&#38;lt;h4&#38;gt;most popular entries&#38;lt;/h4&#38;gt;&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$args = &#38;quot;&#38;#39;p&#38;#39; =&#38;gt; 1&#38;quot;;
$additional_loop = new WP_Query($args);
while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();
the_title();
the_content();
endwhile; endif;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the &#60;strong&#62;1&#60;/strong&#62; of $args = &#34;'p' =&#38;gt; 1&#34;; in the first line with the ID of the page you want to show.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dr_watson on "Amplify - How do I modify the lower right screen - (index.php)"</title>
			<link>http://www.kriesi.at/support/topic/amplify-how-do-i-modify-the-lower-right-screen-indexphp#post-1501</link>
			<pubDate>Fri, 30 Jul 2010 14:15:49 +0000</pubDate>
			<dc:creator>dr_watson</dc:creator>
			<guid isPermaLink="false">1501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How do I change the index.php to change the lower right screen to show a page or any custom page instead of showing recent post, comments, popular posts?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
