<?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: WordPress Custom Fields: Book Reviews Pt. 2</title>
	<atom:link href="http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:41:02 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay Robinson</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-129995</link>
		<dc:creator>Jay Robinson</dc:creator>
		<pubDate>Wed, 03 Jun 2009 06:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-129995</guid>
		<description>&lt;strong&gt;@Justin, @Jay&lt;/strong&gt;
 
Years later, but I&#039;ve found the answer: in the latest WordPress (2.7.x as of this writing) custom keys will be removed from the drop down if they&#039;re no longer used on any post.</description>
		<content:encoded><![CDATA[<p><strong>@Justin, @Jay</strong></p>
<p>Years later, but I&#8217;ve found the answer: in the latest WordPress (2.7.x as of this writing) custom keys will be removed from the drop down if they&#8217;re no longer used on any post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Dean</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-48498</link>
		<dc:creator>James Dean</dc:creator>
		<pubDate>Fri, 26 Sep 2008 20:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-48498</guid>
		<description>This is some really good information, so thanks.  I&#039;ve been really trying to get this all setup, but I must admit to still being very lost.  I&#039;m not a hardcore scripter, so all the meta tags and so forth, and references as to where to paste the correct scripts are a little over my head.  I recently purchased &quot;WordPress for Dummies&quot; to help with eventually doing my own design, but when I flipped to the page that talked about Custom Fields, it simply directed me to the WordPress Codex.  Some help - that&#039;s the place that confused me the most!  I&#039;ll be bookmarking your blog in an attempt to read through it a few times to try and better understand what you&#039;ve gone through in this tutorial.  You seem to have a good grasp on the concept.  Thanks again for your work!</description>
		<content:encoded><![CDATA[<p>This is some really good information, so thanks.  I&#8217;ve been really trying to get this all setup, but I must admit to still being very lost.  I&#8217;m not a hardcore scripter, so all the meta tags and so forth, and references as to where to paste the correct scripts are a little over my head.  I recently purchased &#8220;WordPress for Dummies&#8221; to help with eventually doing my own design, but when I flipped to the page that talked about Custom Fields, it simply directed me to the WordPress Codex.  Some help &#8211; that&#8217;s the place that confused me the most!  I&#8217;ll be bookmarking your blog in an attempt to read through it a few times to try and better understand what you&#8217;ve gone through in this tutorial.  You seem to have a good grasp on the concept.  Thanks again for your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-34084</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Mon, 01 Sep 2008 21:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-34084</guid>
		<description>&lt;strong&gt;Philip&lt;/strong&gt;
Custom fields are just information.  What you do with that information is entirely up to you.

What I mean by this is that how information is given back is as only as strong as the script itself.  For example, I&#039;ve only shown you how to retrieve information.  You&#039;d have to write a custom PHP function to sort things by a date set with custom fields.

Hope that helps.

&lt;strong&gt;Jay&lt;/strong&gt;
I&#039;ve run into that same problem where new keys aren&#039;t being added to the drop-down menu.

I think the only thing to do would be to manually remove these keys from your database.</description>
		<content:encoded><![CDATA[<p><strong>Philip</strong><br />
Custom fields are just information.  What you do with that information is entirely up to you.</p>
<p>What I mean by this is that how information is given back is as only as strong as the script itself.  For example, I&#8217;ve only shown you how to retrieve information.  You&#8217;d have to write a custom PHP function to sort things by a date set with custom fields.</p>
<p>Hope that helps.</p>
<p><strong>Jay</strong><br />
I&#8217;ve run into that same problem where new keys aren&#8217;t being added to the drop-down menu.</p>
<p>I think the only thing to do would be to manually remove these keys from your database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Robinson</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-34041</link>
		<dc:creator>Jay Robinson</dc:creator>
		<pubDate>Mon, 01 Sep 2008 19:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-34041</guid>
		<description>Hi, Justin. I&#039;m learning WordPress for the first time and much of your content is very helpful. But I have a question about Custom Fields: How can I delete old Keys? I have many keys left over from before I figured out the best way naming strategy. Now old ones flood the drop-down and I can&#039;t seem to save new ones.

Thanks for the help!</description>
		<content:encoded><![CDATA[<p>Hi, Justin. I&#8217;m learning WordPress for the first time and much of your content is very helpful. But I have a question about Custom Fields: How can I delete old Keys? I have many keys left over from before I figured out the best way naming strategy. Now old ones flood the drop-down and I can&#8217;t seem to save new ones.</p>
<p>Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-27580</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Fri, 22 Aug 2008 23:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-27580</guid>
		<description>Just to say, thanks very much for these tutorials. I just used your &quot;thumbnails for posts&quot; code which works brilliantly. And I&#039;ve been fretting about how to enhance all my book &amp; CD review posts for a while. I&#039;ll definitely be looking closely at these articles.

Question: I&#039;m guessing that custom fields aren&#039;t clever enough to treat a date as a date? So I wouldn&#039;t be able to list out my reviews sorted on the meta field &quot;Book publication date&quot;? Not a big deal. Producing lists sorted by &quot;Book author&quot; or &quot;Rating&quot; is the priority.

I&#039;m going to need to figure out how to adapt your suggestions to the situation where I have several categories in which I post reviews. CDs, History books, novels, etc.

I&#039;ll stop rambling. Keep up the good work</description>
		<content:encoded><![CDATA[<p>Just to say, thanks very much for these tutorials. I just used your &#8220;thumbnails for posts&#8221; code which works brilliantly. And I&#8217;ve been fretting about how to enhance all my book &amp; CD review posts for a while. I&#8217;ll definitely be looking closely at these articles.</p>
<p>Question: I&#8217;m guessing that custom fields aren&#8217;t clever enough to treat a date as a date? So I wouldn&#8217;t be able to list out my reviews sorted on the meta field &#8220;Book publication date&#8221;? Not a big deal. Producing lists sorted by &#8220;Book author&#8221; or &#8220;Rating&#8221; is the priority.</p>
<p>I&#8217;m going to need to figure out how to adapt your suggestions to the situation where I have several categories in which I post reviews. CDs, History books, novels, etc.</p>
<p>I&#8217;ll stop rambling. Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2150</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2150</guid>
		<description>Justin,
I&#039;ve tested your code, adjusting it to my needs, works great! Thanks so much.

I&#039;m wondering how I can make the &lt;b&gt; Title: &lt;/b&gt; a clickable link.

Actually I want to make &#039;Title:&#039; a text link, i.e. in your example, I would make I, Robot a clickable link.

I&#039;m tinkering around with it now but so far haven&#039;t figured out how to do it.

Thanks again,
Christine.

PS&gt; Where&#039;s your DONATION LINK? ;)</description>
		<content:encoded><![CDATA[<p>Justin,<br />
I&#8217;ve tested your code, adjusting it to my needs, works great! Thanks so much.</p>
<p>I&#8217;m wondering how I can make the <b> Title: </b> a clickable link.</p>
<p>Actually I want to make &#8216;Title:&#8217; a text link, i.e. in your example, I would make I, Robot a clickable link.</p>
<p>I&#8217;m tinkering around with it now but so far haven&#8217;t figured out how to do it.</p>
<p>Thanks again,<br />
Christine.</p>
<p>PS&gt; Where&#8217;s your DONATION LINK? <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2149</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Wed, 13 Feb 2008 18:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2149</guid>
		<description>is there a way to get image ratings using custom fields?</description>
		<content:encoded><![CDATA[<p>is there a way to get image ratings using custom fields?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-12-20 &#171; /tmp</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2148</link>
		<dc:creator>links for 2007-12-20 &#171; /tmp</dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2148</guid>
		<description>[...] WordPress Custom Fields: Book Reviews Pt. 2 (tags: wordpress) [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Custom Fields: Book Reviews Pt. 2 (tags: wordpress) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2145</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 21 Nov 2007 21:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2145</guid>
		<description>&lt;strong&gt;Donalyza&lt;/strong&gt;, I&#039;m excited about where this tutorial is going too.  There&#039;s so many things I want to do from this point.

I did leave a longer reply to your comment.  At least I thought I did.  I&#039;m not sure what happened to it.  I probably typed it in a notepad file and forgot to put it here.

&lt;strong&gt;TWG&lt;/strong&gt;, continue reading as I offer more examples of how to use custom fields.  You can use the same basic techniques to do pretty much anything you want.  You just have to pull the information out.</description>
		<content:encoded><![CDATA[<p><strong>Donalyza</strong>, I&#8217;m excited about where this tutorial is going too.  There&#8217;s so many things I want to do from this point.</p>
<p>I did leave a longer reply to your comment.  At least I thought I did.  I&#8217;m not sure what happened to it.  I probably typed it in a notepad file and forgot to put it here.</p>
<p><strong>TWG</strong>, continue reading as I offer more examples of how to use custom fields.  You can use the same basic techniques to do pretty much anything you want.  You just have to pull the information out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Web Guy</title>
		<link>http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2147</link>
		<dc:creator>The Web Guy</dc:creator>
		<pubDate>Wed, 21 Nov 2007 16:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/20/wordpress-custom-fields-book-reviews-pt-2#comment-2147</guid>
		<description>What a fantastic tutorial!

I&#039;m going to implement something based on these tutorials on my future releases for WP.

Great work, can&#039;t wait to delve deeper within your site!</description>
		<content:encoded><![CDATA[<p>What a fantastic tutorial!</p>
<p>I&#8217;m going to implement something based on these tutorials on my future releases for WP.</p>
<p>Great work, can&#8217;t wait to delve deeper within your site!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
