<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How to translate Read More button &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-translate-read-more-button/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 13:16:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-34863</guid>
					<title><![CDATA[How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-34863</link>
					<pubDate>Fri, 18 Apr 2014 19:19:52 +0000</pubDate>
					<dc:creator>Percy T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Themeco crew,</p>
<p>This is my first time with wordpress and within 1 day i got a little site running with your theme. Truly amazing!</p>
<p>Got a question though&#8230; The &#8220;Read More&#8221; button that appears at the blog loop page i would like to translate into Dutch to &#8220;Lees verder&#8221;.</p>
<p>How can i do this? Excuse me for my n00b question hehe.</p>
<p>Amazing work guys, thanks!<br />
Percy</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-34973</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-34973</link>
					<pubDate>Sat, 19 Apr 2014 00:36:39 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Thank you for using the theme!</p>
<p>You can find the code on <strong>framework &gt; functions &gt; global &gt; content.php</strong>. Look for this code:</p>
<pre><code>if ( ! function_exists( &#039;x_content_string&#039; ) ) :
  function x_content_string( $more ) {
    
    $stack = x_get_stack();

    if ( $stack == &#039;integrity&#039; ) {
      return &#039;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; class=&quot;more-link&quot;&gt;&#039; . __( &#039;Read More&#039;, &#039;__x__&#039; ) . &#039;&lt;/a&gt;&#039;;
    } else if ( $stack == &#039;renew&#039; ) {
      return &#039;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; class=&quot;more-link&quot;&gt;&#039; . __( &#039;Read More&#039;, &#039;__x__&#039; ) . &#039;&lt;/a&gt;&#039;;
    } else if ( $stack == &#039;icon&#039; ) {
      return &#039;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; class=&quot;more-link&quot;&gt;&#039; . __( &#039;Read More&#039;, &#039;__x__&#039; ) . &#039;&lt;/a&gt;&#039;;
    }

  }
  add_filter( &#039;the_content_more_link&#039;, &#039;x_content_string&#039; );
endif;</code></pre>
<p>I hope that helps. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-35082</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-35082</link>
					<pubDate>Sat, 19 Apr 2014 10:52:37 +0000</pubDate>
					<dc:creator>Percy T</dc:creator>

					<description>
						<![CDATA[
						<p>Ah, i have to dive into the code. Thanks for the help, found it.</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-35210</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-35210</link>
					<pubDate>Sat, 19 Apr 2014 22:49:27 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Percy,</p>
<p>You&#8217;re welcome! Enjoy coding  🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40373</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40373</link>
					<pubDate>Sun, 04 May 2014 13:55:11 +0000</pubDate>
					<dc:creator>ioel</dc:creator>

					<description>
						<![CDATA[
						<p>hy,if i use child theme where i must put this file?</p>
<p>thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40461</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40461</link>
					<pubDate>Sun, 04 May 2014 22:34:23 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Marius,</p>
<p>You could put your content.php under <strong>x-child-{YOUR_STACK}/framework/functions/global/</strong>. </p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40475</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40475</link>
					<pubDate>Sun, 04 May 2014 23:41:53 +0000</pubDate>
					<dc:creator>ioel</dc:creator>

					<description>
						<![CDATA[
						<p>thanks for your answer but allready try in that location and is not working.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40544</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-40544</link>
					<pubDate>Mon, 05 May 2014 02:08:22 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Thank you for using the theme!</p>
<p>To make this easier, please add this on the child theme&#8217;s functions.php:</p>
<pre><code>function x_child_excerpt_string( $more ) {
    
    $stack = x_get_stack();

    if ( $stack == &#039;integrity&#039; ) {
      return &#039; ... &lt;div&gt;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; class=&quot;more-link&quot;&gt;&#039; . __( &#039;Lees Verder&#039;, &#039;__x__&#039; ) . &#039;&lt;/a&gt;&lt;/div&gt;&#039;;
    } else if ( $stack == &#039;renew&#039; ) {
      return &#039; ... &lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; class=&quot;more-link&quot;&gt;&#039; . __( &#039;Lees Verder&#039;, &#039;__x__&#039; ) . &#039;&lt;/a&gt;&#039;;
    } else if ( $stack == &#039;icon&#039; ) {
      return &#039; ...&#039;;
    }

  }
add_filter( &#039;excerpt_more&#039;, &#039;x_child_excerpt_string&#039; );</code></pre>
<p>Hope this helps. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-41499</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-41499</link>
					<pubDate>Wed, 07 May 2014 13:36:10 +0000</pubDate>
					<dc:creator>ioel</dc:creator>

					<description>
						<![CDATA[
						<p>does not work with function also..:(</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-41902</guid>
					<title><![CDATA[Reply To: How to translate Read More button]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-translate-read-more-button/#post-41902</link>
					<pubDate>Thu, 08 May 2014 00:00:47 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Ioel,</p>
<p>Sorry for the confusion, child theme templates will only work for &#8220;framework/views&#8221; structure, and not for &#8220;framework/functions&#8221;. Functions.php should work too, but there are many possible reason why it wont take effect.</p>
<p>1. You could clear your plugin&#8217;s cache.<br />
2. Could you disable jetpack if available.<br />
3. Filter is called earlier than default filter builtin to X.</p>
<p>So you might need to change<br />
<code>add_filter( &#039;excerpt_more&#039;, &#039;x_child_excerpt_string&#039; );</code><br />
into<br />
<code>add_filter( &#039;excerpt_more&#039;, &#039;x_child_excerpt_string&#039;, 9999 );</code></p>
<p>4. __() was overridden.</p>
<p>So, you need to add this to you child theme&#8217;s functions.php</p>
<pre><code>add_filter( &#039;gettext&#039;, &#039;x_translate_read_more&#039;, 9999, 3 );
function x_translate_read_more( $translated, $text, $domain ) {    
	if($text==&#039;Read More&#039;) return &#039;Lees Verder&#039;;
	else  return $translated;
}</code></pre>
<p>But if you want to change lot of text, then you could use manual string translation plugin.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

