<?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: Right Sidebar problem with default boxes Categories and Archive</title>
		<link>http://www.kriesi.at/support/topic/right-sidebar-problem-with-default-boxes-categories-and-archive</link>
		<description>Support Forum - Topic: Right Sidebar problem with default boxes Categories and Archive</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 20:42:30 +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/right-sidebar-problem-with-default-boxes-categories-and-archive" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Right Sidebar problem with default boxes Categories and Archive"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-problem-with-default-boxes-categories-and-archive#post-70901</link>
			<pubDate>Tue, 14 Aug 2012 05:40:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansi,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Right Sidebar problem with default boxes Categories and Archive"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-problem-with-default-boxes-categories-and-archive#post-70882</link>
			<pubDate>Mon, 13 Aug 2012 23:53:40 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">70882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Done, thanks Ismael, you are helping me a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Right Sidebar problem with default boxes Categories and Archive"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-problem-with-default-boxes-categories-and-archive#post-70742</link>
			<pubDate>Mon, 13 Aug 2012 08:21:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;First, remove the widgets on Appearance &#38;gt; Widget &#38;gt; Frontpage sidebar left.&#60;/p&#62;
&#60;p&#62;Then you can insert the code here.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//right dummy sidebar
				}else { ?&#38;gt;
					&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
		            	&#38;lt;h3&#38;gt;Nrelate&#38;lt;/h3&#38;gt;
						&#38;lt;ul&#38;gt;
			            &#38;lt;?php if (function_exists(&#38;#39;nrelate_popular&#38;#39;)) nrelate_popular(); ?&#38;gt;
			            &#38;lt;/ul&#38;gt;
		            &#38;lt;/div&#38;gt;

					&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
			            &#38;lt;h3&#38;gt;Bloggroll&#38;lt;/h3&#38;gt;
						&#38;lt;ul&#38;gt;
			            &#38;lt;?php wp_list_bookmarks(&#38;#39;title_li=&#38;amp;categorize=0&#38;#39;); ?&#38;gt;
			            &#38;lt;/ul&#38;gt;
		            &#38;lt;/div&#38;gt;
				&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Right Sidebar problem with default boxes Categories and Archive"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-problem-with-default-boxes-categories-and-archive#post-70701</link>
			<pubDate>Sun, 12 Aug 2012 22:38:19 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">70701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I´m trying to remove the default boxes in the sidebar. I don´t want any default thing. I want to use this space to put plugins or other things. Really I have a plugin there, rather a call of sentence for `nrelate´ widget:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (function_exists('nrelate_popular')) nrelate_popular(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;And it works. I can see the plugin. The problem came when I tried to remove (writing in source code) Categories and Archive:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class='box box_small'&#38;gt;&#60;br /&#62;
		            	&#38;lt;h3&#38;gt;Categories&#38;lt;/h3&#38;gt;&#60;br /&#62;
						&#38;lt;ul&#38;gt;&#60;br /&#62;
			            &#38;lt;?php wp_list_cats('sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0'.$exclude); ?&#38;gt;&#60;br /&#62;
			            &#38;lt;/ul&#38;gt;&#60;br /&#62;
		            &#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;div class='box box_small'&#38;gt;&#60;br /&#62;
			            &#38;lt;h3&#38;gt;Archive&#38;lt;/h3&#38;gt;&#60;br /&#62;
						&#38;lt;ul&#38;gt;&#60;br /&#62;
			            &#38;lt;?php wp_get_archives('type=monthly'); ?&#38;gt;&#60;br /&#62;
			            &#38;lt;/ul&#38;gt;&#60;br /&#62;
		            &#38;lt;/div&#38;gt;&#60;br /&#62;
When I do it, the page does strange things, for example I only see half pictures of `nrelave´. Also, I tried to remove this previous part in the code:&#60;/p&#62;
&#60;p&#62;//unique Category sidebars&#60;br /&#62;
				if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; dynamic_sidebar('Category: '.$custom_widget_area.' '.$sidebar) ) : $default_sidebar = false; endif;&#60;/p&#62;
&#60;p&#62;Any suggestion?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
