<?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 - Tag: Remove Blogroll from footer - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/remove-blogroll-from-footer</link>
		<description>Support Forum - Tag: Remove Blogroll from footer - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:24:33 +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/tags/remove-blogroll-from-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-25035</link>
			<pubDate>Wed, 17 Aug 2011 06:58:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - in display/footer.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;footer_widgets&#38;#39;&#38;gt;
		&#38;lt;?php
		###########################################################################################################
		# if footer widgets are applied to &#38;quot;footer widget area&#38;quot; display them, else show predefined lists
		###########################################################################################################

		if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer Area&#38;#39;)) : else : 

		$exclude = &#38;#39;&#38;#39;;

			if($k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_widget_exclude&#38;#39;] == 1)
			{
				$exclude = &#38;#39;&#38;amp;exclude=&#38;#39;.$k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_cat_final&#38;#39;];
			}
		?&#38;gt;
			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
				&#38;lt;h4&#38;gt;Pages&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
		        &#38;lt;?php wp_list_pages(&#38;#39;title_li=&#38;#39; ); ?&#38;gt;
		        &#38;lt;/ul&#38;gt;
    		&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Archive&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Categories&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;.$exclude); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Blogroll&#38;lt;/h4&#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
		endif;
		?&#38;gt;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;footer_widgets&#38;#39;&#38;gt;
		&#38;lt;?php
		###########################################################################################################
		# if footer widgets are applied to &#38;quot;footer widget area&#38;quot; display them, else show predefined lists
		###########################################################################################################

		if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer Area&#38;#39;)) : else : 

		$exclude = &#38;#39;&#38;#39;;

			if($k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_widget_exclude&#38;#39;] == 1)
			{
				$exclude = &#38;#39;&#38;amp;exclude=&#38;#39;.$k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_cat_final&#38;#39;];
			}
		?&#38;gt;

		&#38;lt;?php
		endif;
		?&#38;gt;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lgattenby on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-25032</link>
			<pubDate>Wed, 17 Aug 2011 06:38:39 +0000</pubDate>
			<dc:creator>lgattenby</dc:creator>
			<guid isPermaLink="false">25032@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Am I editing the correct file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lgattenby on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-25031</link>
			<pubDate>Wed, 17 Aug 2011 06:37:37 +0000</pubDate>
			<dc:creator>lgattenby</dc:creator>
			<guid isPermaLink="false">25031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is my current footer.php located in ~wp-content/themes/display folder.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php global $k_option; ?&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#38;lt;!-- end #top --&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!-- end #wrapper --&#38;gt;  &#60;/p&#62;
&#60;p&#62;&#38;lt;div class='wrapper' id='footerwrap'&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id='footer'&#38;gt;&#60;br /&#62;
		&#38;lt;div class='footer_widgets'&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
		###########################################################################################################&#60;br /&#62;
		# if footer widgets are applied to &#34;footer widget area&#34; display them, else show predefined lists&#60;br /&#62;
		###########################################################################################################&#60;/p&#62;
&#60;p&#62;		if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; dynamic_sidebar('Footer Area')) : else : &#60;/p&#62;
&#60;p&#62;		$exclude = '';&#60;/p&#62;
&#60;p&#62;			if($k_option['blog']['blog_widget_exclude'] == 1)&#60;br /&#62;
			{&#60;br /&#62;
				$exclude = '&#38;amp;exclude='.$k_option['blog']['blog_cat_final'];&#60;br /&#62;
			}&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php&#60;br /&#62;
		endif;&#60;br /&#62;
		?&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;box box_custom_footer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php&#60;br /&#62;
			############################################################################################&#60;br /&#62;
			# FOOTER RIGHT BLOCK DEFINITIONS WITH FALLBACK MESSAGES IF NO DATABASE ENTRIES ARE FOUND&#60;br /&#62;
			############################################################################################&#60;br /&#62;
			if($k_option['footer']['button_link'] != '') $k_option['footer']['button_link'] = get_page_link($k_option['footer']['button_link']);&#60;br /&#62;
			?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;!-- big button --&#38;gt;&#60;br /&#62;
			&#60;a&#62;' class='custom_button ie6fix rounded'&#38;gt;&#60;br /&#62;
				&#60;strong&#62;&#38;lt;?php echo $k_option['footer']['button1']; ?&#38;gt;&#60;/strong&#62;&#60;br /&#62;
				&#38;lt;span&#38;gt;&#38;lt;?php echo $k_option['footer']['button2']; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
			&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div id='sitesearch_footer'&#38;gt;&#60;br /&#62;
			&#38;lt;h4&#38;gt;Search Site&#38;lt;/h4&#38;gt;&#60;br /&#62;
				&#38;lt;?php get_search_form(); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;!-- copyright text --&#38;gt;&#60;br /&#62;
			&#38;lt;p&#38;gt;&#38;lt;?php echo $k_option['footer']['copyright']; ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;!-- social bookmarks --&#38;gt;&#60;br /&#62;
			&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;li class='rss'&#38;gt;&#60;a&#62;&#34;&#38;gt;RSS&#60;/a&#62;&#60;br /&#62;
				&#38;lt;?php&#60;br /&#62;
				if($k_option['footer']['acc_fb'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a&#62;Facebook&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['footer']['acc_tw'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a&#62;Twitter&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['footer']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='flickr'&#38;gt;&#60;a&#62;flickr&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!--end footer--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_footer();&#60;/p&#62;
&#60;p&#62;if($k_option['general']['analytics'])&#60;br /&#62;
echo $k_option['general']['analytics'];&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-24872</link>
			<pubDate>Mon, 15 Aug 2011 06:44:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The footer.php is used on all pages. When you remove the code from it the widgets won't display at all (homepage + subpage). You need to use a ftp software to edit footer.php. &#60;/p&#62;
&#60;p&#62;Another option is to use an empty text widget - this allows you to remove the widgets without editing a file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lgattenby on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-24864</link>
			<pubDate>Mon, 15 Aug 2011 00:31:06 +0000</pubDate>
			<dc:creator>lgattenby</dc:creator>
			<guid isPermaLink="false">24864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ahh, it removed it from the splash page, but all my child pages still have them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lgattenby on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-24863</link>
			<pubDate>Mon, 15 Aug 2011 00:08:35 +0000</pubDate>
			<dc:creator>lgattenby</dc:creator>
			<guid isPermaLink="false">24863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ahh, I was looking for this snippet of code in the WP backend.  So wonder I couldn't find it.  Edited it in cuteftp and there it was.  Thank you so much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-24775</link>
			<pubDate>Sat, 13 Aug 2011 16:32:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
To remove the footer &#34;dummy widgets&#34; open up footer.php (please don't use wp backend editor otherwise it won't work - use a ftp software to download/upload footer.php) and remove following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
				&#38;lt;h4&#38;gt;Pages&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
		        &#38;lt;?php wp_list_pages(&#38;#39;title_li=&#38;#39; ); ?&#38;gt;
		        &#38;lt;/ul&#38;gt;
    		&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Archive&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Categories&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;.$exclude); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Blogroll&#38;lt;/h4&#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;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lgattenby on "Remove Pages, Archive, Categories and Blogroll from footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-pages-archive-categories-and-blogroll-from-footer#post-24713</link>
			<pubDate>Fri, 12 Aug 2011 18:36:28 +0000</pubDate>
			<dc:creator>lgattenby</dc:creator>
			<guid isPermaLink="false">24713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First, I am very happy with this theme.  I have been running it for a while.  &#60;/p&#62;
&#60;p&#62;Anyway, I used to have a social widget on the footer and all the extra stuff (Pages, Archive, Categories and Blogroll) were hidden.  I removed the social widget and it all popped up again.  I cant seem to remove it without chopping up the .css  &#60;/p&#62;
&#60;p&#62;Is there a way I can edit this easily.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.leegattenbymusic.com&#34; rel=&#34;nofollow&#34;&#62;http://www.leegattenbymusic.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
