<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to filter a WordPress theme&#8217;s &#8216;more link&#8217; text</title>
	<atom:link href="http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shubham Pandey</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-513207</link>
		<dc:creator>Shubham Pandey</dc:creator>
		<pubDate>Sat, 10 Dec 2011 20:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-513207</guid>
		<description>thanks Justin for that info... i am searching for this..its useful for me..</description>
		<content:encoded><![CDATA[<p>thanks Justin for that info&#8230; i am searching for this..its useful for me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YetiMade</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-263746</link>
		<dc:creator>YetiMade</dc:creator>
		<pubDate>Wed, 15 Dec 2010 13:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-263746</guid>
		<description>Hey, Thanks for this tutorial.

I noticed though that when I use this &quot;hook&quot; it breaks my site. I&#039;m using WordPress 3.0.2 and a child theme of 2010.

I&#039;m noticing that the function for twentyten_continue_read_link , if modified at all, crashes my entire site. Furthermore, when I use the code provided, I get similar results.

Anyone else having this issue or know of a way to combat it?


Thanks!
YetiMade</description>
		<content:encoded><![CDATA[<p>Hey, Thanks for this tutorial.</p>
<p>I noticed though that when I use this &#8220;hook&#8221; it breaks my site. I&#8217;m using WordPress 3.0.2 and a child theme of 2010.</p>
<p>I&#8217;m noticing that the function for twentyten_continue_read_link , if modified at all, crashes my entire site. Furthermore, when I use the code provided, I get similar results.</p>
<p>Anyone else having this issue or know of a way to combat it?</p>
<p>Thanks!<br />
YetiMade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuzienborn</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-262400</link>
		<dc:creator>yuzienborn</dc:creator>
		<pubDate>Sun, 12 Dec 2010 01:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-262400</guid>
		<description>Thanks :) easiest time I&#039;ve had changing that yet.</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  easiest time I&#8217;ve had changing that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Download evermore plugin and make readmore link &#124; Techmazik</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-232751</link>
		<dc:creator>Download evermore plugin and make readmore link &#124; Techmazik</dc:creator>
		<pubDate>Tue, 21 Sep 2010 06:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-232751</guid>
		<description>[...] If you want to change the read more option into continue reading. Click here. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to change the read more option into continue reading. Click here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rehberi</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-206925</link>
		<dc:creator>Rehberi</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-206925</guid>
		<description>Thanks for the tip! I am gonna try it right now!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! I am gonna try it right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-201384</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 09 Jun 2010 00:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-201384</guid>
		<description>Oh, darn. that was supposed to be &lt;code&gt;str_replace(&quot;&lt;/a&gt;&quot;, &quot; &rarr;&lt;/a&gt;&quot;, $more_link)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oh, darn. that was supposed to be <code>str_replace("&lt;/a&gt;", " &amp;rarr;&lt;/a&gt;", $more_link)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-200611</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 00:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-200611</guid>
		<description>Thanks very much! In particular, here&#039;s how to append a right arrow to each cut, regardless of whether you&#039;re using the default cut text or not:

&lt;pre&gt;&lt;code&gt;&lt;?php
add_filter(&#039;the_content_more_link&#039;, &#039;my_more_link&#039;, 10, 2);
function my_more_link($more_link, $more_link_text) {
        return str_replace(&quot;&lt;/a&gt;&quot;, &quot; &#8594;&lt;/a&gt;&quot;, $more_link);
}
?&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks very much! In particular, here&#8217;s how to append a right arrow to each cut, regardless of whether you&#8217;re using the default cut text or not:</p>
<pre><code>&lt;?php
add_filter(&#039;the_content_more_link&#039;, &#039;my_more_link&#039;, 10, 2);
function my_more_link($more_link, $more_link_text) {
        return str_replace(&quot;", " &rarr;", $more_link);
}
?&gt;</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxwell</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-176432</link>
		<dc:creator>Maxwell</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-176432</guid>
		<description>I&#039;m starting to use more links too.
But what if you have a nice beautiful image (say 640 X 480px) in your post and you still want that image (resized of course!) to be part of the entry so that you post isn&#039;t just all text. For exaple, look at how Purse Blog (http://www.PurseBlog.com ) has nice small intros with a &quot;Continue Reading&quot; button, but the glamourous fashion product image is still part of the shortened post. How do I do that??

 I know some professional themes do that right off the bat. But is there a way to tell WordPress that you want the image in your post to also be part of the shortened entry?

Thanks for the tips!</description>
		<content:encoded><![CDATA[<p>I&#8217;m starting to use more links too.<br />
But what if you have a nice beautiful image (say 640 X 480px) in your post and you still want that image (resized of course!) to be part of the entry so that you post isn&#8217;t just all text. For exaple, look at how Purse Blog (<a href="http://www.PurseBlog.com" rel="nofollow">http://www.PurseBlog.com</a> ) has nice small intros with a &#8220;Continue Reading&#8221; button, but the glamourous fashion product image is still part of the shortened post. How do I do that??</p>
<p> I know some professional themes do that right off the bat. But is there a way to tell WordPress that you want the image in your post to also be part of the shortened entry?</p>
<p>Thanks for the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool Things You can do with the WordPress &#8220;more&#8221; Tag &#124; Digging into WordPress</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-173134</link>
		<dc:creator>Cool Things You can do with the WordPress &#8220;more&#8221; Tag &#124; Digging into WordPress</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-173134</guid>
		<description>[...] That goes into your theme&#8217;s functions.php file. Simply edit the &#8220;Keep reading this post&#8221; string to whatever you would like to use for your custom more text. This is a good way to change your theme&#8217;s more text without modifying any theme template files &#8212; perfect for customization via child themes! Check out Justin Tadlock&#8217;s article for more information. [...]</description>
		<content:encoded><![CDATA[<p>[...] That goes into your theme&rsquo;s functions.php file. Simply edit the &ldquo;Keep reading this post&rdquo; string to whatever you would like to use for your custom more text. This is a good way to change your theme&rsquo;s more text without modifying any theme template files &#8212; perfect for customization via child themes! Check out Justin Tadlock&rsquo;s article for more information. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaxov</title>
		<link>http://justintadlock.com/archives/2009/07/01/how-to-filter-a-wordpress-themes-more-link-text#comment-159001</link>
		<dc:creator>Jaxov</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1737#comment-159001</guid>
		<description>This is how you can remove read more link

http://jaxov.com/2009/10/remove-read-more-link-from-wordpress-homepage-easily/</description>
		<content:encoded><![CDATA[<p>This is how you can remove read more link</p>
<p><a href="http://jaxov.com/2009/10/remove-read-more-link-from-wordpress-homepage-easily/" rel="nofollow">http://jaxov.com/2009/10/remove-read-more-link-from-wordpress-homepage-easily/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

