<?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 - Posts about Life, Entertainment, Tips, Step by Step Guide and a lot more! &#187; Customizing the &#8216;Read More&#8217;</title>
	<atom:link href="http://www.easylifeguide.net/tag/customizing-the-read-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easylifeguide.net</link>
	<description>Qoutes &#124; Guides &#124; Tips &#124; Yuo Tube Downloads</description>
	<lastBuildDate>Fri, 05 Mar 2010 23:07:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Tips: Customizing the &#8216;Read More&#8217; &#8211; Link Jumps to Top of Page</title>
		<link>http://www.easylifeguide.net/2007/11/19/wordpress-tips-customizing-the-read-more-link-jumps-to-top-of-page/</link>
		<comments>http://www.easylifeguide.net/2007/11/19/wordpress-tips-customizing-the-read-more-link-jumps-to-top-of-page/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 13:38:50 +0000</pubDate>
		<dc:creator>Jers</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[Customizing the 'Read More']]></category>

		<guid isPermaLink="false">http://www.easylifeguide.net/index.php/2007/11/19/wordpress-tips-customizing-the-read-more-link-jumps-to-top-of-page/</guid>
		<description><![CDATA[If you are using Wordpress, maybe you are familiar with the &#8216;more&#8217; (&#60;!&#8211;more&#8211;&#62;) tag. If this tag sounds unfamiliar, here&#8217;s a short description on its usage:
more &#8211; &#60;!&#8211;more&#8211;&#62; WordPress tag that breaks a post into &#8220;teaser&#8221; and content sections. Type a few paragraphs, insert this tag, then compose the rest of your post. On your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.easylifeguide.net/wp-content/uploads/readmore.jpg" id="others" alt="readmore.jpg" align="left" hspace="5" vspace="5" />If you are using Wordpress, maybe you are familiar with the &#8216;more&#8217; <em>(&lt;!&#8211;more&#8211;&gt;)</em> tag. If this tag sounds unfamiliar, here&#8217;s a short description on its usage:</p>
<p><em>more &#8211; &lt;!&#8211;more&#8211;&gt; WordPress tag that breaks a post into &#8220;teaser&#8221; and content sections. Type a few paragraphs, insert this tag, then compose the rest of your post. On your blog&#8217;s home page you&#8217;ll see only those first paragraphs with a hyperlink (<code>(more...)</code>), which when followed displays the rest of the post&#8217;s content. </em></p>
<p>Source: Wordpress Codex</p>
<p><strong>How to use</strong></p>
<ol>
<li>While writing your post, just click the area where you want to end the excerpted content of your post and click the &#8216;more&#8217; button on the Quicktag area
<ul><em>The quicktags are the little buttons found above the editing window in your Administration -&gt; Write -&gt; Post SubPanel.</em></p>
<p style="text-align: center"><img src="http://www.easylifeguide.net/wp-content/uploads/admin.jpg" id="others" alt="admin.jpg" /></p>
</ul>
</li>
<p><span id="more-15"></span></p>
<li>You can now continue with the rest of your post. When viewed on your site&#8217;s front page, your entry will now appear as an excerpt of your post up to the &#8216;<strong>more</strong>&#8216; point. Your readers can now continue reading the entire article by clicking the link generated by the &#8216;more&#8217; tag, pointing to the rest of your post <em>(default)</em>.</li>
<p style="text-align: center"><img src="http://www.easylifeguide.net/wp-content/uploads/readmoreimage.jpg" id="others" alt="readmoreimage.jpg" /></p>
</ol>
<p><strong>Link Jumps to Top of Page</strong></p>
<p>By default, clicking the read more link will load the page and jump to the area where you  placed <tt>the &lt;--more--&gt;</tt> tag. But there are some instances that you want to change its default behavior <em>(just like this blog)</em>. Here&#8217;s How:</p>
<p>NOTE:  <em>Applicable in WP 2.1  and higher only. When you upgrade wordpress to a higher version, it is most likely that the file will be overridden so just take note of the changes you had done and apply it to the new version (where applicable).</em></p>
<ol>
<li>Open the file <code>wp-includes/template-functions-post.php</code></li>
<li>Look for the following code:</li>
<p align="left"><code>$output .= ' &lt;a href="'. get_permalink() . "#more-$id\"<br />
class=\"more-link\"&gt;$more_link_text&lt;/a&gt;";</code></p>
<li>Change the above code to the following code:</li>
<p align="left"><code>$output .= ' &lt;a href="'. get_permalink() ."\"&gt;$more_link_text&lt;/a&gt;";</code></p>
<li>The next time you click the &#8216;read more&#8217; link, it will point and jump to the top of page.</li>
</ol>
<p>Part 2: <a href="http://www.easylifeguide.net/index.php/2007/11/24/wordpress-tipscustomizing-the-read-more-designing-the-read-more-link/" title="designing read more" target="_blank">Customizing the &#8216;Read More&#8217; &#8211; Designing the Read More Link</a></p>
<p>Upcoming Post(s):</p>
<ul>
<li>Customizing the &#8216;Read More&#8217; &#8211; Adding image to the Read More link</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.easylifeguide.net/2007/11/19/wordpress-tips-customizing-the-read-more-link-jumps-to-top-of-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
