<?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>Excerpt Archives - Keith Devon</title>
	<atom:link href="https://keithdevon.com/tag/excerpt/feed/" rel="self" type="application/rss+xml" />
	<link>https://keithdevon.com/tag/excerpt/</link>
	<description>UK-based WordPress developer</description>
	<lastBuildDate>Mon, 16 Aug 2010 13:12:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Adding the excerpt function to WordPress pages</title>
		<link>https://keithdevon.com/adding-the-excerpt-function-to-wordpress-pages/</link>
					<comments>https://keithdevon.com/adding-the-excerpt-function-to-wordpress-pages/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Mon, 16 Aug 2010 13:12:55 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[Excerpt]]></category>
		<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=337</guid>

					<description><![CDATA[<p>The excerpt function that is so useful in WordPress posts, does not come as standard on pages. Luckily, the fix is easy. Add the following code to your functions.php file and voila! Excerpts on wordpress pages. // add excerpts to pages function add_page_excerpt_meta_box() { add_meta_box( &#8216;postexcerpt&#8217;, __(&#8216;Excerpt&#8217;), &#8216;post_excerpt_meta_box&#8217;, &#8216;page&#8217;, &#8216;normal&#8217;, &#8216;core&#8217; ); } add_action( &#8216;admin_menu&#8217;, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/adding-the-excerpt-function-to-wordpress-pages/">Adding the excerpt function to WordPress pages</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/adding-the-excerpt-function-to-wordpress-pages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
