<?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: translate &#34;read more&#34;</title>
		<link>http://www.kriesi.at/support/topic/translate-read-more-1</link>
		<description>Support Forum - Topic: translate &quot;read more&quot;</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:03:43 +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/translate-read-more-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-71205</link>
			<pubDate>Wed, 15 Aug 2012 16:54:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just re-read your original post and there are actually a number of other instances of Read more hard coded into the theme at various points. For instance in loop-archive for pages where you are displaying a specific post category type like in your above link.&#60;/p&#62;
&#60;p&#62;In order to change them all however, you'll need to do a gloabl search of the theme files for:&#60;br /&#62;
&#60;code&#62;&#38;#39;Read more&#38;#39;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to locate and translate all of them. There are about 10 instances at various points. Here are the specifics I know of (just open each an search for the above code)&#60;/p&#62;
&#60;p&#62;In the includes folder&#38;gt; helper-templates.php, loop-archive.php, loop-index.php, loop-page.php, loop-portfolio.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-70872</link>
			<pubDate>Mon, 13 Aug 2012 21:23:45 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">70872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm sure that file is changed and placed correct. After deactivate this plugin it's still in English. &#60;a href=&#34;http://www.pawelsuder.pl/?cat=8&#34; rel=&#34;nofollow&#34;&#62;http://www.pawelsuder.pl/?cat=8&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-70828</link>
			<pubDate>Mon, 13 Aug 2012 18:17:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi suderDesign,&#60;/p&#62;
&#60;p&#62;Unless that plugin modifies the more tag, that is the only place you can change the text via the theme. &#60;/p&#62;
&#60;p&#62;Make sure you have uploaded the changed file if you made the change via FTP into the correct location so that it replaces the old file.&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_content#Designating_the_.22More.22_Text&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/the_content#Designating_the_.22More.22_Text&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-70781</link>
			<pubDate>Mon, 13 Aug 2012 13:08:15 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">70781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmmm... I have it changed but it doesn't work. &#34;Read more&#34; tag is generate by TinyMCE Advanced plugin, which gives &#38;lt;! - More -&#38;gt; tag.&#60;br /&#62;
I can do it different if Avia Framework allows it. First post &#60;a href=&#34;http://www.pawelsuder.pl/category/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.pawelsuder.pl/category/blog/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-70749</link>
			<pubDate>Mon, 13 Aug 2012 08:40:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;));  ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can  translate the read more from there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "translate &#34;read more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/translate-read-more-1#post-70694</link>
			<pubDate>Sun, 12 Aug 2012 21:20:30 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">70694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please let me know how can I translate &#34;read more&#34; in each post?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
