<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EasyLifeguide &#187; Read More Link</title>
	<atom:link href="http://www.easylifeguide.net/tag/read-more-link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easylifeguide.net</link>
	<description>How To &#124; Make Money Online &#124; Freelancing advice and Tips &#124;  Work From Home Jobs &#124; Resignation Letter Templates &#124; Cover Letter Templates &#124; Philippines</description>
	<lastBuildDate>Thu, 05 Jan 2012 04:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Customize The Read More Link for Twentyten Child Theme</title>
		<link>http://www.easylifeguide.net/customize-read-more-twentyten-child/</link>
		<comments>http://www.easylifeguide.net/customize-read-more-twentyten-child/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 03:05:47 +0000</pubDate>
		<dc:creator>Jers</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[customize read more link twentyten]]></category>
		<category><![CDATA[How to customize read more link]]></category>
		<category><![CDATA[Read More Link]]></category>
		<category><![CDATA[twentyten child theme]]></category>

		<guid isPermaLink="false">http://www.easylifeguide.net/index.php/2007/11/24/wordpress-tipscustomizing-the-read-more-designing-the-read-more-link/</guid>
		<description><![CDATA[Changing the text of your wordpress blog&#8217;s read more link is really easy. There are two instances where a read more link appears, the default one, where the function the_content is used, and the posts excerpt where the_excerpt function is [....] <a class="readmore" href="http://www.easylifeguide.net/customize-read-more-twentyten-child/"> READ MORE </a> ]]></description>
			<content:encoded><![CDATA[<p>Changing the text of your wordpress blog&#8217;s read more link is really easy. There are two instances where a read more link appears, the default one, where the function the_content is used, and the posts excerpt where the_excerpt function is used.</p>
<h2>Customizing the read more link (the_content)</h2>
<p>To customize the read more link for your posts, just edit the corresponding parameter of the function the_content wherever it is called,  usually at loop-index.php of your child theme. Just type the text that you want to use as shown in the example below:  <code> &lt;?php the_content( __( 'Continue reading the rest of the article &lt;span&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' ) ); ?&gt; </code></p>
<h2>Customizing the read more link (the_excerpt)</h2>
<p>Customizing the read more link for your summary pages (the_excerpt) is a little more complicated. Here&#8217;s what you need to do:</p>
<ul>
<li>Open your child theme&#8217;s function.php file</li>
<li>Add the following functions</li>
<li>Edit the read more text below on the text that you want to be used.</li>
</ul>
<p><code> function after_setup_theme_extend(){    remove_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );} function new_excerpt_more($more) {	return ' [....] &lt;a href="'. get_permalink($post-&gt;ID) . '"&gt; Continue reading this article&lt;/a&gt; '   ;} add_filter('excerpt_more', 'new_excerpt_more'); </code></p>
<p>That&#8217;s it. Your read more text should be customized upon viewing your wordpress site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easylifeguide.net/customize-read-more-twentyten-child/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

