<?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>read more &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/read-more/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Sun, 27 Jan 2013 18:30:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Customize &#034;Read the full article →&#034; Text</title>
		<link>https://diythemes.com/thesis/rtfm/customize-read-full-article-text/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Tue, 19 May 2009 14:10:47 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[read more]]></category>
		<category><![CDATA[read the full article]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=280</guid>

					<description><![CDATA[How to customize the "full article" link text which appears in Teasers.]]></description>
										<content:encoded><![CDATA[<p>Navigate to <strong>Design Options</strong>, then look under <em>Teasers : Link to Full Article</em> and edit the text in the &#8220;link display text&#8221; field.</p>
<p>IMPORTANT: The text you designate for the <em>Link to Full Article</em> is only utilized when you are displaying teasers on the page being viewed, and you have checked the box for the &#8220;link to full article&#8221; element under <em>Teaser Display Options</em>.</p>
<h3>Related Answers:</h3>
<ul>
<li><a href="https://diythemes.com/thesis/rtfm/customize-click-to-continue-text/">Customize “[click to continue&#8230;]” Text</a> (Posts)</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Customize &#034;[click to continue&#8230;]&#034; Text</title>
		<link>https://diythemes.com/thesis/rtfm/customize-click-to-continue-text/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Tue, 19 May 2009 13:52:22 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[click to continue]]></category>
		<category><![CDATA[more quicktag]]></category>
		<category><![CDATA[read more]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=273</guid>

					<description><![CDATA[How to customize the “click to continue” link text which appears in Posts.

<ul>
<li>Same Text for All Posts</li>
<li>Custom Text for Each Post</li>
<li>Add a "Read More" Link to Post Excerpts on Archives</li>
</ul>]]></description>
										<content:encoded><![CDATA[<h3 id="all_posts">Same Text for All Posts <a href="#all_posts" title="Link to this section">∞</a></h3>
<p>Navigate to <strong>Design Options</strong>, then look under <em>Display Options &gt; Posts</em> and edit the text in the &#8220;clickthrough text&#8221; field (under <em>&#8220;Read More&#8221; link</em>).</p>
<p>IMPORTANT: The text you designate for your &#8220;Read More&#8221; link is only utilized when you have 1) chosen to display full post content on the page being viewed and 2) used the <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" title="Write Post SubPanel - WordPress Codex">WordPress &#8220;more&#8221; quicktag</a> in the post being displayed.</p>
<h3 id="per_post">Custom Text for Each Post <a href="#per_post" title="Link to this section">∞</a></h3>
<p>When you insert the <code>&lt;!--more--&gt;</code> quicktag into your post, you can indicate the custom text you wish to use for its link:</p>
<pre class="html">
&lt;--more Your custom text here--&gt;
</pre>
<h3 id="read_more_excerpts">Add a &#8220;Read More&#8221; Link to Post Excerpts on Archives <a href="#read_more_excerpts" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom_functions.php</code>:</p>
<pre class="php">
function archive_read_more() {
    if (is_archive()) { ?&gt;
&lt;p&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;Read the full article...&lt;/a&gt;&lt;/p&gt;
&lt;?php }
}

add_action('thesis_hook_after_post', 'archive_read_more');
</pre>
<h3>Related Answers:</h3>
<ul>
<li><a href="https://diythemes.com/thesis/rtfm/customize-read-full-article-text/">Customize “Read the full article →” Text</a> (Teasers)</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
