<?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: Footer Copyright External link</title>
		<link>http://www.kriesi.at/support/topic/footer-copyright-external-link</link>
		<description>Support Forum - Topic: Footer Copyright External link</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 01:44:47 +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/footer-copyright-external-link" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Footer Copyright External link"</title>
			<link>http://www.kriesi.at/support/topic/footer-copyright-external-link#post-93302</link>
			<pubDate>Thu, 24 Jan 2013 21:36:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you want to open it on a new window you should add this &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a target=&#38;quot;_blank&#38;quot; href=&#38;quot;yourlinke.com&#38;quot;&#38;gt;Your Link Text&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
ISmael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Footer Copyright External link"</title>
			<link>http://www.kriesi.at/support/topic/footer-copyright-external-link#post-93298</link>
			<pubDate>Thu, 24 Jan 2013 21:08:08 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">93298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ill do the steps and get back with the results&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer Copyright External link"</title>
			<link>http://www.kriesi.at/support/topic/footer-copyright-external-link#post-93249</link>
			<pubDate>Thu, 24 Jan 2013 15:22:22 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi capmaticenvato,&#60;/p&#62;
&#60;p&#62;You can just use basic html after the copyright without any need to get into wordpress functions.&#60;/p&#62;
&#60;p&#62;So something like this will work: &#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;quot;yourlinke.com&#38;quot;&#38;gt;Your Link Text&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Footer Copyright External link"</title>
			<link>http://www.kriesi.at/support/topic/footer-copyright-external-link#post-93076</link>
			<pubDate>Wed, 23 Jan 2013 19:49:04 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">93076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi this is what i have:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.domain.ca&#38;#39;&#38;gt;xxxxxxxx&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is what i want:&#60;/p&#62;
&#60;p&#62;i want to change the echo blog name to show the text i want and this is what i did...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a&#38;gt;&#38;#39;&#38;gt;xxxxxxxxx &#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.domain.ca&#38;#39;&#38;gt;xxxxxxxx&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But the problem i want the xxxx that replaced the blog name since i want to use a specific name that link to the Home URL as you see TO OPEN in a new window. So the whole copyright line links to open ina new window, what should i do ????&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
