<?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: Main Button Link - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/main-button-link</link>
		<description>Support Forum - Tag: Main Button Link - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:38:09 +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/main-button-link" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-29794</link>
			<pubDate>Wed, 19 Oct 2011 03:09:30 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
do you mean you'd like to open the link in a new window/tab or are you having trouble linking the button whatsoever? In the first case you can use Dude's code and add target=&#34;_blank&#34;&#60;br /&#62;
Like so:&#60;br /&#62;
&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;http://my-external-link.com&#38;quot; target=&#38;quot;_blank&#38;quot; class=&#38;quot;big_button heading ie6fix&#38;quot;&#38;gt;&#38;lt;strong class=&#38;quot;ie6fix&#38;quot;&#38;gt;&#38;#39;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;buttonText&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>362mlk on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-29744</link>
			<pubDate>Tue, 18 Oct 2011 17:38:23 +0000</pubDate>
			<dc:creator>362mlk</dc:creator>
			<guid isPermaLink="false">29744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have tried this solution and am probably doing something wrong but am unable to get the button to link to an external link. I am not all that familiar with code. I modified the index (found within the theme) with the code specified but it still links to an internal page rather than an external link. Any assistance would be greatly appreciated. The website is &#60;a href=&#34;http://www.lasclex.org&#34; rel=&#34;nofollow&#34;&#62;http://www.lasclex.org&#60;/a&#62;  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-15144</link>
			<pubDate>Fri, 18 Mar 2011 15:49:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trimassage on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-15141</link>
			<pubDate>Fri, 18 Mar 2011 15:12:04 +0000</pubDate>
			<dc:creator>trimassage</dc:creator>
			<guid isPermaLink="false">15141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome you guys, rock. FYI, I think I've bought about 3 of your websites, and will continue to support you guys as they are the easiest and smoothest running sites.  And thanks for the quick support as always.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-15107</link>
			<pubDate>Fri, 18 Mar 2011 08:00:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up index.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.get_permalink($k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;buttonLink&#38;#39;]).&#38;#39;&#38;quot; class=&#38;quot;big_button heading ie6fix&#38;quot;&#38;gt;&#38;lt;strong class=&#38;quot;ie6fix&#38;quot;&#38;gt;&#38;#39;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;buttonText&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;http://my-external-link.com&#38;quot; class=&#38;quot;big_button heading ie6fix&#38;quot;&#38;gt;&#38;lt;strong class=&#38;quot;ie6fix&#38;quot;&#38;gt;&#38;#39;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;buttonText&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of &#34;http://my-external-link.com&#34; fill in your external link url...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trimassage on "Main Page Button Link"</title>
			<link>http://www.kriesi.at/support/topic/main-page-button-link#post-15077</link>
			<pubDate>Fri, 18 Mar 2011 04:51:12 +0000</pubDate>
			<dc:creator>trimassage</dc:creator>
			<guid isPermaLink="false">15077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can i get the Main page button on Clean Cut to link to an external site? Cheers -Josh&#60;/p&#62;
&#60;p&#62;FYI, I am not super duper code savvy.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
