<?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>Paul Millard&#187; studiopress</title>
	<atom:link href="http://www.paulmillard.com/tag/studiopress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulmillard.com</link>
	<description>Make Money Online</description>
	<lastBuildDate>Tue, 22 Nov 2011 18:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Add Read More to Post Excerpts</title>
		<link>http://www.paulmillard.com/how-to-add-read-more-to-post-excerpts-wordpress/</link>
		<comments>http://www.paulmillard.com/how-to-add-read-more-to-post-excerpts-wordpress/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:57:45 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[studiopress]]></category>

		<guid isPermaLink="false">http://www.paulmillard.com/?p=25</guid>
		<description><![CDATA[I had noticed on other blogs that when viewing category pages with the post cut down to show excerpts that instead of the post excerpt ending in [...] they were showing Read more. This is how my post excerpts were being formatted The LG 47SL9000 is one of the most technologically advanced HD TVs available<a href="http://www.paulmillard.com/how-to-add-read-more-to-post-excerpts-wordpress/" rel="nofollow">&#160;Continue reading....</a>]]></description>
			<content:encoded><![CDATA[<p>I had noticed on other blogs that when viewing category pages with the post cut down to show excerpts that instead of the post excerpt ending in [...] they were showing Read more.</p>
<p><strong>This is how my post excerpts were being formatted</strong></p>
<blockquote><p>The LG 47SL9000 is one of the most technologically advanced HD TVs available on the market at the moment.<br />
It offers a near-perfect marriage of form and function and if you can afford the premium that you will pay for the cutting edge technology then this LG LED TV should be a real consideration.<br />
Slimline Panel for [...]</p></blockquote>
<p>This seems to be the default option in the Studiopress WordPress themes that I have been using so I popped along to the Studiopress help forum to see if any help was at hand.<br />
As usual there was plenty but getting down to the nitty gritty would take a bit of research.</p>
<p>To start off with it seems that there is quick tag called <strong>more</strong> on the visual editor that I had never noticed before. A bit of a peruse over at <a rel="nofollow" href="http://codex.wordpress.org/Customizing_the_Read_More">WordPress Codex Customising the Read More</a> and I was instantly enlightened.<br />
But a bit more help was needed to get this properly implemented into my blogs.<br />
I bit more searching over at Studiopress and I was ready to have go at editing my WordPress files.<br />
This is what I did for the Studiopress Church Theme. I am pretty sure that it will work with the other themes.</p>
<p>Firstly open up the archive.php and look for this bit of code:</p>
<p>&lt;?php the_excerpt(); ?&gt;</p>
<p>and replace with</p>
<p>&lt;?php the_content_limit(500, &#8220;&#8221;); ?&gt;</p>
<p>This has the effect of making the post excerpts 500 characters long and it loses the [...] from the end of the post.</p>
<p>Now to finish the job off I had to go to all my posts and insert the &lt;!&#8211;more&#8211;&gt;  tag at the point where I wanted the excerpt to finish. This is easy to do using the more button in the HTML visual editor on the edit post page.</p>
<p>This is how the excerpt now looks complete with the Read More linking to the post page.</p>
<blockquote><p>The LG 47SL9000 is one of the most technologically advanced HD TVs available on the market at the moment. It offers a near-perfect marriage of form and function and if you can afford the premium that you will pay for the cutting edge technology then this LG LED TV should be a real consideration. Slimline Panel for Easy Wall Mounting  Read More →</p></blockquote>
<p><strong>Note:</strong><br />
Don&#8217;t forget to insert the &lt;!&#8211;more&#8211;&gt; tag in a post at a place before  500 characters. If you want longer excerpts just change the number to something higher in <code>&lt;?php the_content_limit(500, ""); ?&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmillard.com/how-to-add-read-more-to-post-excerpts-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

