<?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>Pacecode Blog &#187; wordpress freelancers</title>
	<atom:link href="http://www.pacecode.com/blog/tag/wordpress-freelancers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pacecode.com/blog</link>
	<description>Tips,Ideas, Free scripts and more...</description>
	<lastBuildDate>Sat, 24 Apr 2010 16:39:55 +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>Customizing the Read More link with Wordpress</title>
		<link>http://www.pacecode.com/blog/2008/09/23/customizing-the-read-more-link-with-wordpress/</link>
		<comments>http://www.pacecode.com/blog/2008/09/23/customizing-the-read-more-link-with-wordpress/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:29:58 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[wordpress codex]]></category>
		<category><![CDATA[wordpress cutomization]]></category>
		<category><![CDATA[wordpress freelancers]]></category>
		<category><![CDATA[wordpress latest tips]]></category>
		<category><![CDATA[wordpress programmer]]></category>
		<category><![CDATA[wordpress readmore link]]></category>
		<category><![CDATA[wordpress scripting tips]]></category>
		<category><![CDATA[wordpress theme developer]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=19</guid>
		<description><![CDATA[If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable.
Here is the steps:

Go to wordpress admin panel &#8211;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable.</p>
<p>Here is the steps:</p>
<ul>
<li>Go to wordpress admin panel &#8211;&gt; Design tab &#8211;&gt; Theme Editor.</li>
<li>Select Main Index template (index.php) to edit it</li>
<li>Find the line  &#8220;&lt;?php the_content(&#8216;Read the rest of this entry &amp;raquo;&#8217;); ?&gt;&#8221;</li>
<li>And replace it with the following code.</li>
</ul>
<p>&lt;?php</p>
<p>$content = get_the_content($more_link_text, $stripteaser, $more_file);<br />
if(strlen($content)&gt;500) // chanage 500 as per your needs<br />
{<br />
$part_msg=substr($content, 0, 500);// chanage 500 as per your needs<br />
echo &#8216;&lt;p&gt;&#8217;.$part_msg.&#8217;&#8230; &#8216;;<br />
?&gt;<br />
&lt;br /&gt;&lt;br /&gt;<br />
&lt;a href=&#8221;&lt;? comments_link(); ?&gt;&#8221;&gt;Read More&#8230;&lt;/a&gt;&lt;/div&gt;<br />
&lt;?php<br />
echo &#8216;&lt;/p&gt;&#8217;;<br />
}<br />
else<br />
{<br />
echo &#8216;&lt;p&gt;&#8217;.$content.&#8217;&lt;/p&gt;&lt;/div&gt;&#8217;;<br />
}</p>
<p>?&gt;</p>
<p>Where &#8220;500&#8243; represents number of characters that you want to show.</p>
<p>If you cannot able to make the above changes with the wordpress theme editor, use your ftp.</p>
<p>Here is the template directory</p>
<p>/public_html/blog/wp-content/themes</p>
<p>or</p>
<p>/www/blog/wp-content/themes</p>
<p>where blog is the directory where i installed my wordpress</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this post</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;submitHeadline=Customizing+the+Read+More+link+with+Wordpress&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;bm_description=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;T=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Customizing+the+Read+More+link+with+Wordpress+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;t=Customizing+the+Read+More+link+with+Wordpress" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2008/09/23/customizing-the-read-more-link-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
