<?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: Excerpts and taxonomies for pages in WordPress 2.9</title>
	<atom:link href="http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: susu colostrum</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-293501</link>
		<dc:creator>susu colostrum</dc:creator>
		<pubDate>Sat, 12 Feb 2011 03:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-293501</guid>
		<description>Thanks a lot for this and the “Custom taxonomies” tutorials, you just saved me hours of work!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this and the “Custom taxonomies” tutorials, you just saved me hours of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenny</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-287076</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Sat, 29 Jan 2011 12:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-287076</guid>
		<description>Now i know the way to make excerpts box thanks to you. hope you post another useful tips for us.</description>
		<content:encoded><![CDATA[<p>Now i know the way to make excerpts box thanks to you. hope you post another useful tips for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ovidiu</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-247760</link>
		<dc:creator>Ovidiu</dc:creator>
		<pubDate>Fri, 05 Nov 2010 23:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-247760</guid>
		<description>it looks like adding excerpts just got easier: `add_post_type_support( &#039;page&#039;, &#039;excerpt&#039; );` and you&#039;re set.

what would be the easiest way to add the post tags to pages though?</description>
		<content:encoded><![CDATA[<p>it looks like adding excerpts just got easier: `add_post_type_support( &#8216;page&#8217;, &#8216;excerpt&#8217; );` and you&#8217;re set.</p>
<p>what would be the easiest way to add the post tags to pages though?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romano</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-239373</link>
		<dc:creator>Romano</dc:creator>
		<pubDate>Wed, 20 Oct 2010 09:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-239373</guid>
		<description>Currently i am using Drupal evaluating Wordpress for some of my blogs, Drupal has taxonomy module for working with tagging wondered how to do it it word press, but this post helps a lot in conceptual idea I should use to get it done.</description>
		<content:encoded><![CDATA[<p>Currently i am using Drupal evaluating Wordpress for some of my blogs, Drupal has taxonomy module for working with tagging wondered how to do it it word press, but this post helps a lot in conceptual idea I should use to get it done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toko Coklat</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-207898</link>
		<dc:creator>Toko Coklat</dc:creator>
		<pubDate>Sat, 26 Jun 2010 18:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-207898</guid>
		<description>Thanks a lot for tutorial, recently I had a problem with excerpts. Fortunately, I got the answer here. Thanks</description>
		<content:encoded><![CDATA[<p>Thanks a lot for tutorial, recently I had a problem with excerpts. Fortunately, I got the answer here. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-188465</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 01 May 2010 21:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-188465</guid>
		<description>Justin,

If I add a taxonomy for BOTH page and post, using:

register_taxonomy( &#039;people&#039;, array( &#039;post&#039;, &#039;page&#039;).....

Can I create an archives page that lists both pages and posts with that term?  

Specifically, I will assign a person&#039;s name to posts in our blog and to pages.  When someone clicks on one of the names, I want an archive page with both posts and pages listed.

Thanks!  And fantastic articles you&#039;ve written on this subject.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>If I add a taxonomy for BOTH page and post, using:</p>
<p>register_taxonomy( &#8216;people&#8217;, array( &#8216;post&#8217;, &#8216;page&#8217;)&#8230;..</p>
<p>Can I create an archives page that lists both pages and posts with that term?  </p>
<p>Specifically, I will assign a person&#8217;s name to posts in our blog and to pages.  When someone clicks on one of the names, I want an archive page with both posts and pages listed.</p>
<p>Thanks!  And fantastic articles you&#8217;ve written on this subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andri Apriyadi</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-184905</link>
		<dc:creator>Andri Apriyadi</dc:creator>
		<pubDate>Sat, 10 Apr 2010 02:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-184905</guid>
		<description>Thanks for u tutorial Justin, I love reading ur blog since it always contain a great article inside. Keep sharing bro, nice to know u.</description>
		<content:encoded><![CDATA[<p>Thanks for u tutorial Justin, I love reading ur blog since it always contain a great article inside. Keep sharing bro, nice to know u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-182742</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 24 Mar 2010 16:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-182742</guid>
		<description>All I can say is that Wordpress is number 1 for me and I&#039;ve been using it for my small online business. Everything works fine particularly on excerpts and taxonomies. Thanks.</description>
		<content:encoded><![CDATA[<p>All I can say is that Wordpress is number 1 for me and I&#8217;ve been using it for my small online business. Everything works fine particularly on excerpts and taxonomies. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Griebl Media &#187; Excerpts mit Wordpress 2.9 für Pages</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-177309</link>
		<dc:creator>Griebl Media &#187; Excerpts mit Wordpress 2.9 für Pages</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-177309</guid>
		<description>[...] Justin Tadlock in seinem Blog schreibt, ist nur in der Datei functions.php des Templates volgende Code Zeile am besten unterhalb der [...]</description>
		<content:encoded><![CDATA[<p>[...] Justin Tadlock in seinem Blog schreibt, ist nur in der Datei functions.php des Templates volgende Code Zeile am besten unterhalb der [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagradne igre</title>
		<link>http://justintadlock.com/archives/2009/11/09/excerpts-and-taxonomies-for-pages-in-wordpress-2-9#comment-175316</link>
		<dc:creator>nagradne igre</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2122#comment-175316</guid>
		<description>Thanks, i was needing info how to add excerpts to pages. Nice post.

greetings, nagradne igre</description>
		<content:encoded><![CDATA[<p>Thanks, i was needing info how to add excerpts to pages. Nice post.</p>
<p>greetings, nagradne igre</p>
]]></content:encoded>
	</item>
</channel>
</rss>

