<?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: Display footer - move things around</title>
		<link>http://www.kriesi.at/support/topic/display-footer-move-things-around</link>
		<description>Support Forum - Topic: Display footer - move things around</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 12:32:12 +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/display-footer-move-things-around" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Display footer - move things around"</title>
			<link>http://www.kriesi.at/support/topic/display-footer-move-things-around#post-51473</link>
			<pubDate>Fri, 13 Apr 2012 02:13:20 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">51473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;in your footer.php you'll find the code for the rightmost column here&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;box box_custom_footer&#38;quot;&#38;gt;

			&#38;lt;?php
			############################################################################################
			# FOOTER RIGHT BLOCK DEFINITIONS WITH FALLBACK MESSAGES IF NO DATABASE ENTRIES ARE FOUND
			############################################################################################
			if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] != &#38;#39;&#38;#39;) $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] = get_page_link($k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;]);
			?&#38;gt;

			&#38;lt;!-- big button --&#38;gt;
			&#38;lt;a href=&#38;#39;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] ?&#38;gt;&#38;#39; class=&#38;#39;custom_button ie6fix rounded&#38;#39;&#38;gt;
				&#38;lt;strong&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button1&#38;#39;]; ?&#38;gt;&#38;lt;/strong&#38;gt;
				&#38;lt;span&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button2&#38;#39;]; ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/a&#38;gt;

			&#38;lt;div id=&#38;#39;sitesearch_footer&#38;#39;&#38;gt;
			&#38;lt;h4&#38;gt;Search Site&#38;lt;/h4&#38;gt;
				&#38;lt;?php get_search_form(); ?&#38;gt;
			&#38;lt;/div&#38;gt;

			&#38;lt;!-- copyright text --&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;copyright&#38;#39;]; ?&#38;gt;&#38;lt;/p&#38;gt;

			&#38;lt;!-- social bookmarks --&#38;gt;
			&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
				&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
				&#38;lt;?php
				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fb&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://facebook.com/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fb&#38;#39;].&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.twitter.com/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_tw&#38;#39;].&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fl&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.flickr.com/people/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fl&#38;#39;].&#38;quot;&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				?&#38;gt;
			&#38;lt;/ul&#38;gt;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There's a part for &#34;the big button&#34;, a part for &#34;Search&#34; a part for &#34;Copyright&#34; and a part for &#34;Social Bookmarks&#34;. The structure should be clear.&#60;/p&#62;
&#60;p&#62;You can take each of these and move them to the divs with the box class above the piece of code I've just pasted.&#60;/p&#62;
&#60;p&#62;Let's say I wanted to move Copyrights I'd take this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- copyright text --&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;copyright&#38;#39;]; ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I'd move it to the First Column, in this case Pages&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Combined it would be&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
&#38;lt;!-- copyright text --&#38;gt;
	&#38;lt;p&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;copyright&#38;#39;]; ?&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;An easier alternative would be to modify just the last column and put the code of the items you'd want to move in Widgets.&#60;/p&#62;
&#60;p&#62;Does this help? Let us know :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webgurl on "Display footer - move things around"</title>
			<link>http://www.kriesi.at/support/topic/display-footer-move-things-around#post-51348</link>
			<pubDate>Thu, 12 Apr 2012 02:29:36 +0000</pubDate>
			<dc:creator>webgurl</dc:creator>
			<guid isPermaLink="false">51348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - I'm working on a site and wish to move the items currently located in the fourth column: &#60;a href=&#34;http://www.ferreiracollisioncentres.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.ferreiracollisioncentres.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have looked in the footer.php file but cannot find a way to break apart the contact form, search box, and site credits. I would liek them across all four columns.&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
