<?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 - User Favorites: fullcircle</title>
		<link><a href='http://www.kriesi.at/support/profile/fullcircle'>fullcircle</a></link>
		<description>Support Forum - User Favorites: fullcircle</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 06:52:45 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>fullcircle on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-9677</link>
			<pubDate>Wed, 01 Dec 2010 08:04:00 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">9677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Any ideas on this? Still not working.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-9349</link>
			<pubDate>Tue, 23 Nov 2010 23:35:50 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">9349@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think there has been a misunderstanding. The CONTACT page is working fine within the tool.&#60;/p&#62;
&#60;p&#62;The SUBMIT NEWS form, which is activated by clicking on the SUBMIT NEWS link is having the issues. The form was modified by me by changing the submit_news.php file. Basically I just needed to rename a few fields and add a few. It works fine when activated in Firefox, but in Chrome the SEND button is missing, and in IE the last field and the SEND button is missing. Please help!!!!&#60;/p&#62;
&#60;p&#62;Here is the code for that page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id =&#38;quot;newswrapper&#38;quot;&#38;gt;
						&#38;lt;form action=&#38;quot;&#38;quot; method=&#38;quot;post&#38;quot; class=&#38;quot;news_form&#38;quot;&#38;gt;
						&#38;lt;fieldset&#38;gt;&#38;lt;?php if (!isset($errorC) &#124;&#124; $errorC == true){ ?&#38;gt;&#38;lt;h3&#38;gt;&#38;lt;span&#38;gt;Submit A Temecula Business Listing&#38;lt;/span&#38;gt;&#38;lt;/h3&#38;gt;

						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_nameclass)) echo $the_nameclass; ?&#38;gt;&#38;quot; &#38;gt;&#38;lt;label for=&#38;quot;name&#38;quot;&#38;gt;Business Name*&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;yourname&#38;quot; class=&#38;quot;text_input is_empty&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;name&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;#39;&#38;lt;?php if (isset($the_name)) echo $the_name?&#38;gt;&#38;#39;/&#38;gt;
						&#38;lt;/p&#38;gt;
						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_emailclass)) echo $the_emailclass; ?&#38;gt;&#38;quot; &#38;gt;&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;Business E-Mail*&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;email&#38;quot; class=&#38;quot;text_input is_email&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;email&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;#39;&#38;lt;?php if (isset($the_email)) echo $the_email ?&#38;gt;&#38;#39; /&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;label for=&#38;quot;website&#38;quot;&#38;gt;Business Website URL*&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;website&#38;quot; class=&#38;quot;text_input is_empty&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;website&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;quot;&#38;lt;?php if (isset($the_website))  echo $the_website?&#38;gt;&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;
                        &#38;lt;p&#38;gt;&#38;lt;label for=&#38;quot;businessPhone&#38;quot;&#38;gt;Business Phone&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;businessPhone&#38;quot; class=&#38;quot;text_input&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;businessPhone&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;quot;&#38;lt;?php if (isset($url))  echo $url?&#38;gt;&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;
                        &#38;lt;label for=&#38;quot;businessAddress&#38;quot; class=&#38;quot;blocklabel&#38;quot;&#38;gt;Business Address&#38;lt;/label&#38;gt;
						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_messageclass)) echo $the_messageclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;textarea name=&#38;quot;businessAddress&#38;quot; class=&#38;quot;text_area is_empty&#38;quot; cols=&#38;quot;40&#38;quot; rows=&#38;quot;7&#38;quot; id=&#38;quot;businessAddress&#38;quot; &#38;gt;&#38;lt;?php  if (isset($the_message)) echo $the_message ?&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;

						&#38;lt;p&#38;gt;&#38;lt;label for=&#38;quot;imageURL&#38;quot;&#38;gt;Link to Image URL&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;imageURL&#38;quot; class=&#38;quot;text_input&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;imageURL&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;quot;&#38;lt;?php if (isset($url))  echo $url?&#38;gt;&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;

						&#38;lt;label for=&#38;quot;message&#38;quot; class=&#38;quot;blocklabel&#38;quot;&#38;gt;Business Description&#38;lt;/label&#38;gt;
						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_messageclass)) echo $the_messageclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;textarea name=&#38;quot;message&#38;quot; class=&#38;quot;text_area is_empty&#38;quot; cols=&#38;quot;40&#38;quot; rows=&#38;quot;10&#38;quot; id=&#38;quot;message&#38;quot; &#38;gt;&#38;lt;?php  if (isset($the_message)) echo $the_message ?&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;

						&#38;lt;p&#38;gt;
						&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;myemail&#38;quot; name=&#38;quot;myemail&#38;quot; value=&#38;quot;&#38;lt;?php echo $email_adress_reciever; ?&#38;gt;&#38;quot; /&#38;gt;
						&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;myblogname&#38;quot; name=&#38;quot;myblogname&#38;quot; value=&#38;quot;&#38;lt;?php echo $name_of_your_site; ?&#38;gt;&#38;quot; /&#38;gt;

						&#38;lt;input name=&#38;quot;Send&#38;quot; type=&#38;quot;submit&#38;quot; value=&#38;quot;Send&#38;quot; class=&#38;quot;button&#38;quot; id=&#38;quot;send&#38;quot; size=&#38;quot;16&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;?php } else { ?&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;h3&#38;gt;Your Business Listing has been sent!&#38;lt;/h3&#38;gt; Thank you!&#38;lt;/p&#38;gt;

						&#38;lt;?php } ?&#38;gt;
						&#38;lt;/fieldset&#38;gt;

						&#38;lt;/form&#38;gt;

&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-9100</link>
			<pubDate>Fri, 19 Nov 2010 10:36:21 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;It looks like there are a couple of validation errors (&#60;a href=&#34;http://validator.w3.org/check?uri=http%3A%2F%2Fbest-temecula-guide.com%2Fcontact%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?uri=http%3A%2F%2Fbest-temecula-guide.com%2Fcontact%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#60;/a&#62;) most likely caused by a plugin.&#60;/p&#62;
&#60;p&#62;Please try disabling all your plugins and testing the page in IE, I note that aside from the sidebar being pushed down by the Google Ads, Chrome seems to work fine for me (on Mac).&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8961</link>
			<pubDate>Mon, 15 Nov 2010 20:47:13 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">8961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've got the form working perfectly the way it should in Firefox, but it is having issues in IE and Chrome.&#60;/p&#62;
&#60;p&#62;In Chrome you can't see the SEND Button, and in IE it cuts the form short and doesn't show the SEND button either.&#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;Here is a link to the site: &#60;a href=&#34;http://best-temecula-guide.com&#34; rel=&#34;nofollow&#34;&#62;http://best-temecula-guide.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see the SUBMIT YOUR LOCAL BUSINESS LISTING link.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8790</link>
			<pubDate>Fri, 12 Nov 2010 07:30:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the link text under Newscast Options &#38;gt; Contact &#38;amp; Submit Member News.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8779</link>
			<pubDate>Fri, 12 Nov 2010 00:50:07 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">8779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was able to add the necessary fields to the form.&#60;/p&#62;
&#60;p&#62;But, I still don't know how to change the Link in the header from SUBMIT NEWS to SUBMIT BUSINESS LISTING?&#60;/p&#62;
&#60;p&#62;Here is the code in the header.php file, but I don't see where I can change this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// submit news button
			if($k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews&#38;#39;] != 2) {
				if(($k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews_who&#38;#39;] != 2 &#38;amp;&#38;amp; current_user_can(&#38;#39;level_0&#38;#39;)) &#124;&#124;  $k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews_who&#38;#39;] == 2)
				{
			?&#38;gt;
					&#38;lt;a id=&#38;#39;submit_news&#38;#39; rel=&#38;quot;prettyPhoto&#38;quot; class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/submit_news.php?iframe=true&#38;amp;width=420&#38;amp;height=680&#38;quot;&#38;gt;&#38;lt;?php _e($k_option[&#38;#39;contact&#38;#39;][&#38;#39;submit_news_text&#38;#39;],&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
			&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8652</link>
			<pubDate>Wed, 10 Nov 2010 07:53:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just a side note - adding an &#34;upload image field&#34; isn't possible (or only with some major modifications).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8633</link>
			<pubDate>Wed, 10 Nov 2010 07:05:14 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">8633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; This post might help. You want to edit the file &#60;strong&#62;template_contact.php&#60;/strong&#62;. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/submit-news#post-6936&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/submit-news#post-6936&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Noah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Add/Modify Fields in &#039;Submit News&#039; Form"</title>
			<link>http://www.kriesi.at/support/topic/addmodify-fields-in-submit-news-form#post-8624</link>
			<pubDate>Wed, 10 Nov 2010 00:48:17 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">8624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to do the following 4 things to the SUBMIT NEWS form.&#60;/p&#62;
&#60;p&#62;1. Change the Title from SUBMIT NEWS to SUBMIT BUSINESS LISTING&#60;br /&#62;
2. Add a new field to the Submit News form for PHONE NUMBER&#60;br /&#62;
3. Allow user to upload an image with this form by creating an UPLOAD IMAGE field.&#60;br /&#62;
4. Change the 'Your Name' field to 'Business Name'.&#60;/p&#62;
&#60;p&#62;How to accomplish this?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-777</link>
			<pubDate>Sun, 25 Jul 2010 12:18:23 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I make a mistake with the code (these things happen when I write quickly!!)&#60;/p&#62;
&#60;p&#62;Change this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;h2 class=&#38;#39;siteheading&#38;#39;&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;h2 class=&#38;#39;siteheading&#38;#39;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and that'll get rid of the unwanted symbols.&#60;/p&#62;
&#60;p&#62;The large space between the page and first article is to do with this Youtube code on the page:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;img width=&#38;quot;640&#38;quot; height=&#38;quot;385&#38;quot; alt=&#38;quot;&#38;quot; src=&#38;quot;http://best-temecula-guide.com/wp-includes/js/tinymce/plugins/media/img/trans.gif&#38;quot; title=&#38;quot;&#38;amp;quot;allowFullScreen&#38;amp;quot;:&#38;amp;quot;true&#38;amp;quot;,&#38;amp;quot;allowScriptAccess&#38;amp;quot;:&#38;amp;quot;always&#38;amp;quot;,&#38;amp;quot;src&#38;amp;quot;:&#38;amp;quot;http://www.youtube.com/v/ZUp13pJH1fg&#38;amp;rel=0&#38;amp;color1=0xb1b1b1&#38;amp;color2=0xd0d0d0&#38;amp;hl=en_US&#38;amp;feature=player_embedded&#38;amp;fs=1&#38;amp;quot;,&#38;amp;quot;allowfullscreen&#38;amp;quot;:&#38;amp;quot;true&#38;amp;quot;&#38;quot; style=&#38;quot;opacity: 1; visibility: visible; display: block;&#38;quot;&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Removing / correcting the code (you need to paste embed code to the HTML view to make the video load correctly) will solve this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-750</link>
			<pubDate>Sun, 25 Jul 2010 03:16:02 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the code. It looks pretty good, except for 2 things:&#60;/p&#62;
&#60;p&#62;There is a really large blank space between the Page and the First Article.&#60;/p&#62;
&#60;p&#62;Also, it lists the title of the Page with a &#34;&#38;gt; before it. So, it reads &#34;&#38;gt;About&#60;/p&#62;
&#60;p&#62;How to get rid of the &#34;&#38;gt;?&#60;/p&#62;
&#60;p&#62;Take a look: &#60;a href=&#34;http://best-temecula-guide.com/&#34; rel=&#34;nofollow&#34;&#62;http://best-temecula-guide.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-660</link>
			<pubDate>Sat, 24 Jul 2010 13:23:44 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you change the reading settings, the 2 additional posts as well won't show up because WordPress won't use index.php to generate the homepage.&#60;/p&#62;
&#60;p&#62;Was the error along the lines of: Parse Error - unexpected } ?&#60;/p&#62;
&#60;p&#62;Copy this code and place it just after the &#38;lt;?php on line 78:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;page_id=1&#38;quot;);
	while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post(); ?&#38;gt;
		&#38;lt;h2 class=&#38;#39;siteheading&#38;#39;&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
		&#38;lt;?php the_content(&#38;#39;Read more&#38;#39;);
	endwhile;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replacing &#34;1&#34; with the page ID you wish to display
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-569</link>
			<pubDate>Fri, 23 Jul 2010 16:36:09 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One more thing: By adding the above code to Line 77 do I still have to edit the Settings -&#38;gt; Reading? &#60;/p&#62;
&#60;p&#62;Or just add the code and it will work?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-568</link>
			<pubDate>Fri, 23 Jul 2010 16:34:45 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Where exactly do I add the above? I added it above Line 77 and below but it threw an error.&#60;/p&#62;
&#60;p&#62;Could you please show me where this would go below? Thanks!&#60;/p&#62;
&#60;p&#62;Line 77 starts here:&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;/p&#62;
&#60;p&#62;		$fullsized = $k_option['general']['article_appearance'];&#60;br /&#62;
		if($paged &#38;gt;= 2)&#60;br /&#62;
		{&#60;br /&#62;
			if($k_option['general']['article_appearance_sub'] == 1) $fullsized = 0;&#60;br /&#62;
			if($k_option['general']['article_appearance_sub'] == 2) $fullsized = 10000;&#60;br /&#62;
			if($k_option['general']['article_appearance_sub'] == 3) $fullsized = $k_option['general']['article_appearance'];;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		$negative_cats = preg_replace(&#34;!(\d)+!&#34;,&#34;-${0}$0&#34;, $k_option['mainpage']['main_cat_final']);&#60;br /&#62;
		$smallsized = 1;&#60;/p&#62;
&#60;p&#62;		$additional_loop = new WP_Query(&#34;cat=&#34;.$negative_cats.&#34;&#38;amp;paged=$paged&#34;);&#60;/p&#62;
&#60;p&#62;		if ($additional_loop-&#38;gt;have_posts()) :&#60;br /&#62;
		while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();&#60;/p&#62;
&#60;p&#62;		// ############################# FULL SIZED POSTS #############################&#60;br /&#62;
		if ($fullsized &#38;gt; 0) :&#60;/p&#62;
&#60;p&#62;		$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array('M'),&#60;br /&#62;
													'display_link' =&#38;gt; '_prev_image_link',&#60;br /&#62;
													'linkurl' =&#38;gt; array ('L','_preview_big'),&#60;br /&#62;
													'wh' =&#38;gt; $k_option['custom']['imgSize']['M']&#60;br /&#62;
													));&#60;/p&#62;
&#60;p&#62;		?&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;entry &#38;lt;?php if(!$preview_image) echo 'entry-no-pic';?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;?php&#60;br /&#62;
			if($preview_image)&#60;br /&#62;
			{&#60;br /&#62;
			echo '&#38;lt;div class=&#34;entry-previewimage rounded preloading_background&#34;&#38;gt;';&#60;br /&#62;
			echo $preview_image;&#60;br /&#62;
			echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
			} &#60;/p&#62;
&#60;p&#62;			?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-480</link>
			<pubDate>Fri, 23 Jul 2010 04:31:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;[blockquote]Test[/blockquote]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-48</link>
			<pubDate>Mon, 19 Jul 2010 03:57:05 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">48@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The easiest way would be to change the setting in Settings &#38;gt; Reading in your wordpress backend and select a page. however then it would not be possible to display two additional posts as well.&#60;/p&#62;
&#60;p&#62;to get this kind of settup you would need toe edit your index.php file and add an additional wordpress loop:&#60;/p&#62;
&#60;pre&#62;
$additional_loop = new WP_Query(&#34;page_id=1&#34;); ?&#38;gt;

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

				&#38;lt;h2 class='siteheading'&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;
				&#38;lt;?php the_content('Read more'); ?&#38;gt;

			&#38;lt;?php endwhile;
			}
&#60;/pre&#62;
&#60;p&#62;add this code to line 77 of index.php and at &#34;page_id=1&#34; you need to insert the page id of the page you want to display
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fullcircle on "Option for Static Homepage"</title>
			<link>http://www.kriesi.at/support/topic/option-for-static-homepage#post-26</link>
			<pubDate>Sun, 18 Jul 2010 16:01:33 +0000</pubDate>
			<dc:creator>fullcircle</dc:creator>
			<guid isPermaLink="false">26@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is it possible to have a static page on the homepage instead of the top 3 latest posts?&#60;/p&#62;
&#60;p&#62;I would like to keep the 2 column posts below the static page if possible. I would just like t replace the top section of the homepage (under the slider) with a static page.&#60;/p&#62;
&#60;p&#62;Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
