<?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>Changing the &#039;Read More&#039; text &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-the-read-more-text/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 03:30:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81959</guid>
					<title><![CDATA[Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81959</link>
					<pubDate>Mon, 11 Aug 2014 04:07:13 +0000</pubDate>
					<dc:creator>SEVERO</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>Have looked through the forum and have tried a couple of things but haven&#8217;t found a solution.</p>
<p>Where do I find this file or what do I need to add to change this?</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81963</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81963</link>
					<pubDate>Mon, 11 Aug 2014 04:19:46 +0000</pubDate>
					<dc:creator>Paula S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Severo, </p>
<p>This is possible by adding a snippet of code onto your child theme&#8217;s function.php file. What text would you like it to say? More information can be found here : <a href="http://codex.wordpress.org/Customizing_the_Read_More" rel="nofollow">http://codex.wordpress.org/Customizing_the_Read_More</a></p>
<p>Let us know if you need further help and we&#8217;ll be happy to assist you (as long as it&#8217;s within support bounds) Have a nice weekend!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81967</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81967</link>
					<pubDate>Mon, 11 Aug 2014 04:29:53 +0000</pubDate>
					<dc:creator>SEVERO</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>Thanks for the quick reply. I did see this link but couldn&#8217;t get it to work.</p>
<p>This is function.php as it stands:</p>
<p>&lt;?php</p>
<p>function x_excerpt_string( $more ) {</p>
<p>  $stack = x_get_stack();</p>
<p>  if ( $stack == &#8216;integrity&#8217; ) {<br />
    return &#8216; &#8230; &lt;div&gt;<a href="' . get_permalink() . '" rel="nofollow">Read More</a>&lt;/div&gt;&#8217;;<br />
  } else if ( $stack == &#8216;renew&#8217; ) {<br />
    return &#8216; &#8230; <a href="' . get_permalink() . '" rel="nofollow">Read More</a>&#8216;;<br />
  } else if ( $stack == &#8216;icon&#8217; ) {<br />
    return &#8216; &#8230;&#8217;;<br />
  }</p>
<p>}<br />
add_filter( &#8216;excerpt_more&#8217;, &#8216;x_excerpt_string&#8217; );</p>
<p>And would like to add this:</p>
<p>&lt;?php the_content(&#8216;  Read on&#8230;&#8217;); ?&gt;</p>
<p>Not too sure where to place it though 🙁</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81975</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-81975</link>
					<pubDate>Mon, 11 Aug 2014 05:22:04 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Severo,</p>
<p>Please try changing the Read More texts in <strong>content.php</strong> located at  <strong>wp-content\themes\x\framework\functions\global\</strong>.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82033</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82033</link>
					<pubDate>Mon, 11 Aug 2014 09:15:38 +0000</pubDate>
					<dc:creator>SEVERO</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>Yes, tried that with no success 🙁</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82039</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82039</link>
					<pubDate>Mon, 11 Aug 2014 09:47:39 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Severo,<br />
Lets do another thing.<br />
Please go to x/framework/lang/default.po</p>
<p>Open up the po file with poedit software. Search for &#8216;Read More&#8217; and replace it with desired phrase.</p>
<p>You can find out more about this <a href="http://theme.co/x/member/kb/translation/" target="_blank" rel="nofollow">HERE</a>.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82050</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82050</link>
					<pubDate>Mon, 11 Aug 2014 10:26:06 +0000</pubDate>
					<dc:creator>SEVERO</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>Not having a lot of luck. Quick question, why am I getting a &#8216;Read More&#8217; button here and not on my home page?</p>
<p><a href="http://www.mad-daily.com/?s=CRM" rel="nofollow">http://www.mad-daily.com/?s=CRM</a></p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82051</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82051</link>
					<pubDate>Mon, 11 Aug 2014 10:37:17 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Severo,<br />
Would you please tell us what was the problem?<br />
Did you follow the instructions and updated your po file using poedit and still you can not change the read more text?<br />
Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82054</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82054</link>
					<pubDate>Mon, 11 Aug 2014 10:46:03 +0000</pubDate>
					<dc:creator>SEVERO</dc:creator>

					<description>
						<![CDATA[
						<p><strong>Poedit Error</strong><br />
warning: header field &#8216;Language&#8217; missing in header</p>
<p><strong>1 issue with the translation found.</strong><br />
Entries with errors were marked in red in the list. Details of the error will be shown when you select such an entry.<br />
The file was saved safely and compiled into the MO format, but it will probably not work correctly.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82057</guid>
					<title><![CDATA[Reply To: Changing the &#039;Read More&#039; text]]></title>
					<link>https://theme.co/archive/forums/topic/changing-the-read-more-text/#post-82057</link>
					<pubDate>Mon, 11 Aug 2014 10:49:21 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

