<?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: NEED URGENT HELP! DELETED CODE!</title>
		<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code</link>
		<description>Support Forum - Topic: NEED URGENT HELP! DELETED CODE!</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 07:52:08 +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/need-urgent-help-deleted-code" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19441</link>
			<pubDate>Thu, 19 May 2011 09:12:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>subrenat on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19407</link>
			<pubDate>Wed, 18 May 2011 16:14:17 +0000</pubDate>
			<dc:creator>subrenat</dc:creator>
			<guid isPermaLink="false">19407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;awesome... worked like a charm!  Thank you dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19377</link>
			<pubDate>Wed, 18 May 2011 13:16:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
You need to adjust the bodyclass set at the very top of single.php which by default looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>subrenat on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19319</link>
			<pubDate>Tue, 17 May 2011 18:15:16 +0000</pubDate>
			<dc:creator>subrenat</dc:creator>
			<guid isPermaLink="false">19319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;now, how do I make these single page posts into fullwidth?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>subrenat on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19318</link>
			<pubDate>Tue, 17 May 2011 18:14:23 +0000</pubDate>
			<dc:creator>subrenat</dc:creator>
			<guid isPermaLink="false">19318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok... I was missing &#60;/p&#62;
&#60;p&#62;$k_option['custom']['bodyclass'] = &#34;&#34;; //&#38;lt;-- Display Sidebar&#60;br /&#62;
// $k_option['custom']['bodyclass'] = &#34;fullwidth&#34;; //&#38;lt;-- Dont display Sidebar&#60;br /&#62;
get_header(); ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>subrenat on "NEED URGENT HELP! DELETED CODE!"</title>
			<link>http://www.kriesi.at/support/topic/need-urgent-help-deleted-code#post-19317</link>
			<pubDate>Tue, 17 May 2011 18:00:05 +0000</pubDate>
			<dc:creator>subrenat</dc:creator>
			<guid isPermaLink="false">19317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, Here's what I did.  at &#60;a href=&#34;http://www.newyorkpetanque.com&#34; rel=&#34;nofollow&#34;&#62;http://www.newyorkpetanque.com&#60;/a&#62; I was trying to change the single.php code so that all my posts were fullwidth with no sidebar.  Now, the page is blank when I click on a post.  I deleted something that I shouldn't have deleted.  &#60;/p&#62;
&#60;p&#62;Here's my code as of right now... I deleted the conditional stuff that was at the top.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- ###################################################################### --&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;main&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;!-- ###################################################################### --&#38;gt;&#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;		if (have_posts()) :&#60;br /&#62;
		while (have_posts()) : the_post();&#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; array('lightbox'), 				// '_prev_image_link' or array('lightbox')&#60;br /&#62;
													'linkurl' =&#38;gt; array ('fullscreen','_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 entry-no-pic&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;entry-content &#34;&#38;gt;&#60;br /&#62;
				&#38;lt;h1 class=&#34;entry-heading&#34;&#38;gt;&#60;br /&#62;
					&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;&#38;lt;?php _e('Permanent Link:','newscast')?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;?php the_title(); ?&#38;gt;&#60;br /&#62;
					&#60;/a&#62;&#60;br /&#62;
				&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;entry-head&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;date ie6fix&#34;&#38;gt;&#38;lt;?php the_time('M d, Y') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;comments ie6fix&#34;&#38;gt;&#38;lt;?php comments_popup_link(__('No Comments','newscast'), __('1 Comment','newscast'), __('% Comments','newscast')); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;author ie6fix&#34;&#38;gt;&#38;lt;?php _e('by','newscast');?&#38;gt; &#38;lt;?php the_author_posts_link(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;entry-text&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;?php&#60;br /&#62;
					the_content();&#60;br /&#62;
					edit_post_link(__('Edit','newscast'), '', '');&#60;br /&#62;
					?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;entry-bottom&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;categories&#34;&#38;gt;&#38;lt;?php the_category(', '); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#38;lt;!--end entry_content--&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#38;lt;!--end entry --&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class='entry' id=&#34;author-box&#34;&#38;gt;&#60;br /&#62;
			    &#38;lt;div class=&#34;gravatar&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;?php&#60;br /&#62;
						$author_email = get_the_author_email();&#60;br /&#62;
				        echo get_avatar( $author_email, $size = '60');&#60;br /&#62;
					 	the_author_posts_link();&#60;br /&#62;
					?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
		    	&#38;lt;div class=&#34;author-info&#34;&#38;gt;&#60;br /&#62;
		        &#38;lt;h3&#38;gt;&#38;lt;?php _e('About the author','newscast'); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
		        &#38;lt;?php&#60;br /&#62;
		        $description = get_the_author_description();&#60;br /&#62;
		        if($description  != '')&#60;br /&#62;
		        {&#60;br /&#62;
		        	echo $description;&#60;br /&#62;
		        }&#60;br /&#62;
		        else&#60;br /&#62;
		        {&#60;br /&#62;
		        	_e('The author didnt add any Information to his profile yet','newscast');&#60;br /&#62;
		        }&#60;/p&#62;
&#60;p&#62;		        ?&#38;gt;&#60;br /&#62;
		    	&#38;lt;/div&#38;gt;&#60;br /&#62;
		    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		    &#38;lt;div id='social_icons'&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a&#62;&#34;&#38;gt;Twitter&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#34;&#38;gt;Facebook&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#38;amp;title=&#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;StumbleUpon&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#34;&#38;gt;Digg&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#34;&#38;gt;Technorati&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#38;amp;title=&#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;Delicious&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class='entry commententry'&#38;gt;&#60;br /&#62;
        &#38;lt;?php comments_template(); ?&#38;gt;&#60;br /&#62;
         &#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
		endwhile;&#60;br /&#62;
		else: &#60;/p&#62;
&#60;p&#62;			echo'&#38;lt;div class=&#34;entry&#34;&#38;gt;';&#60;br /&#62;
			echo'&#38;lt;h2&#38;gt;'.__('Nothing Found','newscast').'&#38;lt;/h2&#38;gt;';&#60;br /&#62;
			echo'&#38;lt;p&#38;gt;'.__('Sorry, no posts matched your criteria','newscast').'&#38;lt;/p&#38;gt;';&#60;br /&#62;
			echo'&#38;lt;/div&#38;gt;';&#60;/p&#62;
&#60;p&#62; 		endif;&#60;/p&#62;
&#60;p&#62; 		// end content: ?&#38;gt;&#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;		&#38;lt;?php&#60;br /&#62;
		get_sidebar();&#60;/p&#62;
&#60;p&#62;		get_footer();&#60;br /&#62;
		?&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
