<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: excerpts length and suppression</title>
		<link>http://www.themolitor.com/forums/topic/excerpts-length-and-suppression</link>
		<description>THE MOLITOR FORUMS &#187; Topic: excerpts length and suppression</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Jun 2026 10:23:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/excerpts-length-and-suppression" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "excerpts length and suppression"</title>
			<link>http://www.themolitor.com/forums/topic/excerpts-length-and-suppression#post-37616</link>
			<pubDate>Fri, 05 Feb 2016 13:43:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37616@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you enter an excerpt in the excerpt field on the post edit screen, this will override the automatic excerpt generated, which allows you full control of how much content is displayed.</p>
<p>If you don't see the "excerpt" box on the edit page, click "screen options" in the upper-right corner of the page and check the box for the "excerpt" option to have it displayed.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>daveatkins on "excerpts length and suppression"</title>
			<link>http://www.themolitor.com/forums/topic/excerpts-length-and-suppression#post-37612</link>
			<pubDate>Fri, 05 Feb 2016 12:24:33 +0000</pubDate>
			<dc:creator>daveatkins</dc:creator>
			<guid isPermaLink="false">37612@http://www.themolitor.com/forums/</guid>
			<description><p>I found it...functions.php</p>
<p>///////////////<br />
//EXCERPT STUFF<br />
///////////////<br />
function new_excerpt_length($length) {<br />
	return 300;<br />
}<br />
add_filter('excerpt_length', 'new_excerpt_length');<br />
function new_excerpt_more($more) {<br />
       global $post;<br />
	return ' ...';<br />
}<br />
add_filter('excerpt_more', 'new_excerpt_more');
</p></description>
		</item>
		<item>
			<title>daveatkins on "excerpts length and suppression"</title>
			<link>http://www.themolitor.com/forums/topic/excerpts-length-and-suppression#post-37610</link>
			<pubDate>Fri, 05 Feb 2016 12:18:46 +0000</pubDate>
			<dc:creator>daveatkins</dc:creator>
			<guid isPermaLink="false">37610@http://www.themolitor.com/forums/</guid>
			<description><p>Is there a way to set the length of the excerpt?</p>
<p>Can this "feature" be disabled entirely? I would rather not have posts truncated unless I specify the excerpt manually.
</p></description>
		</item>

	</channel>
</rss>
