<?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>Steve Coates &#187; Code</title>
	<atom:link href="http://www.stevecoates.com.au/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevecoates.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 22:54:38 +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>Changing display of the_excerpt_reloaded for wordpress</title>
		<link>http://www.stevecoates.com.au/code/change-display-the_excerpt_reloaded/</link>
		<comments>http://www.stevecoates.com.au/code/change-display-the_excerpt_reloaded/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 00:18:10 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.stevecoates.com.au/?p=504</guid>
		<description><![CDATA[I would like to use the actual post title as the &#8216;more_link_title&#8217;. I hope to get an output to say: &#8216;continue reading [the post title]&#8216;. I see it is done here: http://codex.wordpress.org/Customizing_the_Read_More, but I can&#8217;t seem to get my head around how to do it with the excerpt_reloaded? &#60; ?php the_excerpt_reloaded(20, '', 'content_rss', FALSE); ?&#62; [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I would like to use the actual post title as the &#8216;more_link_title&#8217;. I hope to get an output to say: &#8216;continue reading [the post title]&#8216;. I see it is done here: http://codex.wordpress.org/Customizing_the_Read_More, but I can&#8217;t seem to get my head around how to do it with the excerpt_reloaded?</p></blockquote>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt; ?php the_excerpt_reloaded(20, '', 'content_rss', FALSE); ?&gt;
&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot;&gt;continue reading &lt; ?php printf( get_the_title()) ?&gt;&lt;/a&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.stevecoates.com.au/code/change-display-the_excerpt_reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

