<?xml version="1.0" encoding="utf-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Page Excerpt</title>
	<atom:link href="http://blog.ftwr.co.uk/wordpress/page-excerpt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ftwr.co.uk</link>
	<description>Random commentary...</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Posts vs. Pages &#124; sillybean.net</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-225281</link>
		<dc:creator>Posts vs. Pages &#124; sillybean.net</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-225281</guid>
		<description>[...] which are for posts only. However, you can easily use them for pages as well with a plugin such as PJW Page Excerpt or Excerpt Editor.  Posted on August 3, 2009 at 5:02 pm in Posts and Pages &#183; [...]</description>
		<content:encoded><![CDATA[<p>[...] which are for posts only. However, you can easily use them for pages as well with a plugin such as PJW Page Excerpt or Excerpt Editor.  Posted on August 3, 2009 at 5:02 pm in Posts and Pages &middot; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posts vs. Pages &#187; WordPress as CMS</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-208981</link>
		<dc:creator>Posts vs. Pages &#187; WordPress as CMS</dc:creator>
		<pubDate>Mon, 03 Aug 2009 22:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-208981</guid>
		<description>[...] which are for posts only. However, you can easily use them for pages as well with a plugin such as PJW Page Excerpt or Excerpt Editor. [...]</description>
		<content:encoded><![CDATA[<p>[...] which are for posts only. However, you can easily use them for pages as well with a plugin such as PJW Page Excerpt or Excerpt Editor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 47 WordPress Plugins that Get the Job Done: Freelancing Favorites &#124; DQuinn.net &#124; Boston Freelance Web Designer &#124; Daniel J. Quinn</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-196577</link>
		<dc:creator>47 WordPress Plugins that Get the Job Done: Freelancing Favorites &#124; DQuinn.net &#124; Boston Freelance Web Designer &#124; Daniel J. Quinn</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-196577</guid>
		<description>[...] Page Excerpt. Why this was removed from WordPress still baffles me (among others)—in conjunction with All in One SEO Pack, Page Excerpt allows you to provide better meta descriptions for your pages, as well as prettier excerpts in search results and archives. [...]</description>
		<content:encoded><![CDATA[<p>[...] Page Excerpt. Why this was removed from WordPress still baffles me (among others)—in conjunction with All in One SEO Pack, Page Excerpt allows you to provide better meta descriptions for your pages, as well as prettier excerpts in search results and archives. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The manual Excerpt in WordPress. What, why, how, tips and plugins - op111.net</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-190790</link>
		<dc:creator>The manual Excerpt in WordPress. What, why, how, tips and plugins - op111.net</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-190790</guid>
		<description>[...] excerpts to both posts and pages. If you create pages often, another plugin you may find useful is PJW Page Excerpt: It adds an Excerpt box to the page editor, same as the Excerpt box of the post [...]</description>
		<content:encoded><![CDATA[<p>[...] excerpts to both posts and pages. If you create pages often, another plugin you may find useful is PJW Page Excerpt: It adds an Excerpt box to the page editor, same as the Excerpt box of the post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shalako</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-187326</link>
		<dc:creator>shalako</dc:creator>
		<pubDate>Thu, 15 Jan 2009 23:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-187326</guid>
		<description>I have tried you plugin and can&#039;t seem to get an excerpt out of it.

I want to display an excerpt from a child page on a parent page template. That is what I thought your plugin would do. The excerpt text box appears in the page admin, but calling the_excerpt() from the parent template yields nothing.

My code:

$pageChildren = $wpdb-&gt;get_results(&quot;SELECT *    FROM $wpdb-&gt;posts WHERE post_parent = &quot;.$post-&gt;ID.&quot;     AND post_type = &#039;page&#039; AND post_title=&#039;Biography&#039; ORDER BY menu_order&quot;, &#039;OBJECT&#039;);      
if ( $pageChildren ) : foreach ( $pageChildren as $pageChild ) : setup_postdata( $pageChild ); 
the_excerpt();
endforeach; endif;</description>
		<content:encoded><![CDATA[<p>I have tried you plugin and can&#8217;t seem to get an excerpt out of it.</p>
<p>I want to display an excerpt from a child page on a parent page template. That is what I thought your plugin would do. The excerpt text box appears in the page admin, but calling the_excerpt() from the parent template yields nothing.</p>
<p>My code:</p>
<p>$pageChildren = $wpdb-&gt;get_results(&#8220;SELECT *    FROM $wpdb-&gt;posts WHERE post_parent = &#8220;.$post-&gt;ID.&#8221;     AND post_type = &#8216;page&#8217; AND post_title=&#8217;Biography&#8217; ORDER BY menu_order&#8221;, &#8216;OBJECT&#8217;);<br />
if ( $pageChildren ) : foreach ( $pageChildren as $pageChild ) : setup_postdata( $pageChild );<br />
the_excerpt();<br />
endforeach; endif;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapling Design Solutions &#187; WordPress as a &#8220;true&#8221; CMS</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-4/#comment-184144</link>
		<dc:creator>Sapling Design Solutions &#187; WordPress as a &#8220;true&#8221; CMS</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-184144</guid>
		<description>[...] I read that this was available in earlier versions, but disappeared suddenly. Currently we use PJW Page Excerpt display the excerpt field on Page editor [...]</description>
		<content:encoded><![CDATA[<p>[...] I read that this was available in earlier versions, but disappeared suddenly. Currently we use PJW Page Excerpt display the excerpt field on Page editor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pontus</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-171757</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Tue, 23 Sep 2008 06:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-171757</guid>
		<description>Oh, now I see :P That&#039;s exactly what I need.

Thanks a million.</description>
		<content:encoded><![CDATA[<p>Oh, now I see <img src='http://blog.ftwr.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  That&#8217;s exactly what I need.</p>
<p>Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-171703</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Mon, 22 Sep 2008 17:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-171703</guid>
		<description>@Pontus: Yes that is exactly what I wrote this plugin for.  Along with my &lt;a href=&quot;http://blog.ftwr.co.uk/wordpress/query-child-of-page/&quot; rel=&quot;nofollow&quot;&gt;query child&lt;/a&gt; plugin this is what &lt;a href=&quot;http://blog.ftwr.co.uk/wordpress/&quot; rel=&quot;nofollow&quot;&gt;this page&lt;/a&gt; is generated using.

&lt;blockquote&gt;
&lt;code&gt;
&lt;?php query_posts(&#039;static=true&amp;posts_per_page=-1&amp;child_of=&#039;.$id.&#039;&amp;order=ASC&#039;); ?&gt;
&lt;?php if(have_posts()) : while (have_posts()) : the_post(); ?&gt;
&lt;dt&gt;&lt;a href=&quot;&lt; ?php the_permalink();? rel=&quot;nofollow&quot;&gt;&quot;&gt;&lt; ?php the_title();?&gt;:
&lt;dd style=&quot;&quot;&gt;&lt;em&gt;&lt;?php the_excerpt(); ?&gt;&lt;/em&gt;&lt;/dd&gt;
&lt;?php endwhile; endif; ?&gt;		
&lt;/code&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@Pontus: Yes that is exactly what I wrote this plugin for.  Along with my <a href="http://blog.ftwr.co.uk/wordpress/query-child-of-page/" rel="nofollow">query child</a> plugin this is what <a href="http://blog.ftwr.co.uk/wordpress/" rel="nofollow">this page</a> is generated using.</p>
<blockquote><p>
<code><br />
&lt;?php query_posts('static=true&#038;posts_per_page=-1&#038;child_of='.$id.'&#038;order=ASC'); ?><br />
&lt;?php if(have_posts()) : while (have_posts()) : the_post(); ?><br />
&lt;dt>&lt;a href="< ?php the_permalink();? rel="nofollow">">< ?php the_title();?>:<br />
&lt;dd style="">&lt;em>&lt;?php the_excerpt(); ?>&lt;/em>&lt;/dd><br />
&lt;?php endwhile; endif; ?><br />
</code>
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pontus</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-171667</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Sun, 21 Sep 2008 11:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-171667</guid>
		<description>This plugin sounds great! I have a question though: Is it possible to include the excerpt when I list the subpages of a page? Like this structure:

Title of a page
Excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text.

Another page title
Excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text.

And so on, with all the subpages of a particular page.

Is this possible?

Thanks</description>
		<content:encoded><![CDATA[<p>This plugin sounds great! I have a question though: Is it possible to include the excerpt when I list the subpages of a page? Like this structure:</p>
<p>Title of a page<br />
Excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text.</p>
<p>Another page title<br />
Excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text excerpt text.</p>
<p>And so on, with all the subpages of a particular page.</p>
<p>Is this possible?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Sørlie - Design and communication - Web Design, Logo Design, Branding - Strømmen, Akershus, Norge : My plugins of choice</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-168405</link>
		<dc:creator>Fredrik Sørlie - Design and communication - Web Design, Logo Design, Branding - Strømmen, Akershus, Norge : My plugins of choice</dc:creator>
		<pubDate>Thu, 14 Aug 2008 04:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-168405</guid>
		<description>[...] PJW Page Excerpt Allows you to edit excerpts for Pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] PJW Page Excerpt Allows you to edit excerpts for Pages. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-167078</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-167078</guid>
		<description>Thanks for the reminder!  The fact that the pages have disappeared from the search results after the introduction of your plugin to our site is not a question. I searched on a  proper noun that was only found in four pages and four posts. Each page disappeared from the search results immediately after saving a page with a page excerpt.  I have deactivated all other plugins so I&#039;ve pretty much ruled out conflicts.  As far as I can tell the error is down to either core, search, our theme, or your plugin.  I will continue hunting down the source of this one, I was just hoping you could provide some insight.  Thanks anyway!</description>
		<content:encoded><![CDATA[<p>Thanks for the reminder!  The fact that the pages have disappeared from the search results after the introduction of your plugin to our site is not a question. I searched on a  proper noun that was only found in four pages and four posts. Each page disappeared from the search results immediately after saving a page with a page excerpt.  I have deactivated all other plugins so I&#8217;ve pretty much ruled out conflicts.  As far as I can tell the error is down to either core, search, our theme, or your plugin.  I will continue hunting down the source of this one, I was just hoping you could provide some insight.  Thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-166958</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Sat, 02 Aug 2008 11:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-166958</guid>
		<description>@John: All the plugin does is enable you to put content into a database field that would otherwise be empty.  The search still works fine on this site.  Don&#039;t forget that it is ordered by date so the pages may not be the first thing to be returned.</description>
		<content:encoded><![CDATA[<p>@John: All the plugin does is enable you to put content into a database field that would otherwise be empty.  The search still works fine on this site.  Don&#8217;t forget that it is ordered by date so the pages may not be the first thing to be returned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-166829</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-166829</guid>
		<description>This plugin is a great idea, I really wanted something like it to style search results so that pages had an excerpt like the posts do.  I installed/activated your plugin in a Wordpress 2.6 install, and when I use the excerpt on a page, the page disappears from following search results.  Adding in the &quot;Search Everything&quot; plug-in doesn&#039;t seem to help, the pages where I use this plugin just vanish from search results.  Anyway... I&#039;m still looking for a way to fix this, but if you just &quot;happen&quot; to know a quick work around... THANKS!  8-)</description>
		<content:encoded><![CDATA[<p>This plugin is a great idea, I really wanted something like it to style search results so that pages had an excerpt like the posts do.  I installed/activated your plugin in a Wordpress 2.6 install, and when I use the excerpt on a page, the page disappears from following search results.  Adding in the &#8220;Search Everything&#8221; plug-in doesn&#8217;t seem to help, the pages where I use this plugin just vanish from search results.  Anyway&#8230; I&#8217;m still looking for a way to fix this, but if you just &#8220;happen&#8221; to know a quick work around&#8230; THANKS!  <img src='http://blog.ftwr.co.uk/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-166306</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-166306</guid>
		<description>Westi,
I don&#039;t know what went wrong. It does seem that headspace has some issues with other plugins as well. It doesn&#039;t like the lighter menus plugin that well either.

The strange thing with your plugin is what it did to the excerpt box on both pages and posts once it was installed--no more than 1 inch high, small even for the standard excerpt box. 

FYI, other plugins that were installed that may have had some issue with all this - &quot;excerpt editor,&quot; &quot;tinymce excerpt editor,&quot; &quot;advanced excerpts,&quot; and of course &quot;headspace2.&quot;

Good luck in figuring it out.</description>
		<content:encoded><![CDATA[<p>Westi,<br />
I don&#8217;t know what went wrong. It does seem that headspace has some issues with other plugins as well. It doesn&#8217;t like the lighter menus plugin that well either.</p>
<p>The strange thing with your plugin is what it did to the excerpt box on both pages and posts once it was installed&#8211;no more than 1 inch high, small even for the standard excerpt box. </p>
<p>FYI, other plugins that were installed that may have had some issue with all this &#8211; &#8220;excerpt editor,&#8221; &#8220;tinymce excerpt editor,&#8221; &#8220;advanced excerpts,&#8221; and of course &#8220;headspace2.&#8221;</p>
<p>Good luck in figuring it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/wordpress/page-excerpt/comment-page-3/#comment-166119</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Mon, 28 Jul 2008 20:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/wordpress/page-excerpt/#comment-166119</guid>
		<description>@Charles: Very strange.  I will have to have a look at what the headspace plugin does and try and work out the incompatibility.  My plugin does not add anything to the database but just hooks into the support for excerpts that is built into WordPress.</description>
		<content:encoded><![CDATA[<p>@Charles: Very strange.  I will have to have a look at what the headspace plugin does and try and work out the incompatibility.  My plugin does not add anything to the database but just hooks into the support for excerpts that is built into WordPress.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
