<?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: Where is located following text &#34;Archive for month&#34; need to change it</title>
		<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it</link>
		<description>Support Forum - Topic: Where is located following text &quot;Archive for month&quot; need to change it</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 20:13: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/topic/where-is-located-following-text-archive-for-month-need-to-change-it" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Where is located following text &#34;Archive for month&#34; need to change it"</title>
			<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it#post-16673</link>
			<pubDate>Sun, 10 Apr 2011 09:45:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it's very likely a problem with the cufon font. Many fonts don't support special characters for all languages (because of file size reasons, etc.). Maybe try if any included font can display the character. If not you can search @fontsquirrel: &#60;a href=&#34;http://www.fontsquirrel.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.fontsquirrel.com/&#60;/a&#62; - maybe they offer a font which support Polish characters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scroopey on "Where is located following text &#34;Archive for month&#34; need to change it"</title>
			<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it#post-16644</link>
			<pubDate>Sat, 09 Apr 2011 15:29:23 +0000</pubDate>
			<dc:creator>Scroopey</dc:creator>
			<guid isPermaLink="false">16644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James&#60;br /&#62;
I'd also like to do this - how do I? I'm within the wordpress backend system - not coding direct into the files.&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Where is located following text &#34;Archive for month&#34; need to change it"</title>
			<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it#post-16632</link>
			<pubDate>Sat, 09 Apr 2011 12:55:21 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">16632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works, thanks James, but a few polish characters are missing for example instead of &#34;ą&#34; i'm getting &#34;a&#34;.&#60;br /&#62;
Shall I change charset somewhere ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Where is located following text &#34;Archive for month&#34; need to change it"</title>
			<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it#post-16616</link>
			<pubDate>Sat, 09 Apr 2011 10:35:13 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">16616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can adjust the main title output in /framework/php/function-set-avia-frontend.php (line 405). By default it looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_which_archive&#38;#39;))
{
	/**
	 *  checks which archive we are viewing and returns the archive string
	 */

	function avia_which_archive()
	{
		$output = &#38;quot;&#38;quot;;

		if ( is_category() )
		{
			$output = __(&#38;#39;Archive for category: &#38;#39;,&#38;#39;avia_framework&#38;#39;).single_cat_title(&#38;#39;&#38;#39;,false);
		}
		elseif (is_day())
		{
			$output = __(&#38;#39;Archive for date: &#38;#39;,&#38;#39;avia_framework&#38;#39;).get_the_time(&#38;#39;F jS, Y&#38;#39;);
		}
		elseif (is_month())
		{
			$output = __(&#38;#39;Archive for month: &#38;#39;,&#38;#39;avia_framework&#38;#39;).get_the_time(&#38;#39;F, Y&#38;#39;);
		}
		elseif (is_year())
		{
			$output = __(&#38;#39;Archive for year: &#38;#39;,&#38;#39;avia_framework&#38;#39;).get_the_time(&#38;#39;Y&#38;#39;);
		}
		elseif (is_search())
		{
			$output = __(&#38;#39;Search results for: &#38;#39;,&#38;#39;avia_framework&#38;#39;).$_GET[&#38;#39;s&#38;#39;];
		}
		elseif (is_author())
		{
			$output = __(&#38;#39;Author Archive for:&#38;#39;,&#38;#39;avia_framework&#38;#39;).get_the_author_link();
		}
		elseif (isset($_GET[&#38;#39;paged&#38;#39;]) &#38;amp;&#38;amp; !empty($_GET[&#38;#39;paged&#38;#39;]))
		{
			$output = __(&#38;#39;Blog Archive, page &#38;#39;,&#38;#39;avia_framework&#38;#39;).$_GET[&#38;#39;paged&#38;#39;];
		}
		elseif (is_tag())
		{
			$output = __(&#38;#39;Tag Archive for: &#38;#39;,&#38;#39;avia_framework&#38;#39;).single_tag_title(&#38;#39;&#38;#39;,false);
		}
		elseif(is_tax())
		{
			$term = get_term_by( &#38;#39;slug&#38;#39;, get_query_var( &#38;#39;term&#38;#39; ), get_query_var( &#38;#39;taxonomy&#38;#39; ) );
			$output = __(&#38;#39;Archive for: &#38;#39;,&#38;#39;avia_framework&#38;#39;).$term-&#38;gt;name;
		}
		else
		{
			$output = __(&#38;#39;Archives &#38;#39;,&#38;#39;avia_framework&#38;#39;);
		}

		return $output;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Where is located following text &#34;Archive for month&#34; need to change it"</title>
			<link>http://www.kriesi.at/support/topic/where-is-located-following-text-archive-for-month-need-to-change-it#post-16534</link>
			<pubDate>Thu, 07 Apr 2011 21:44:36 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">16534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've got BroadScope theme and want to change text &#34;Archive for month&#34; I have searched all php files, but I couldn't find it.&#60;br /&#62;
Maybe some hint ? :-)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img848.imageshack.us/i/archive.jpg/&#34;&#62;&#60;img src=&#34;http://img848.imageshack.us/img848/7262/archive.jpg&#34;&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
VoodooPL
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
