<?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 Keys</title>
	<atom:link href="http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/</link>
	<description>Web 2.0 is so 2004. . . .</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:29:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Neil &#124; Orange County Web Design</title>
		<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/#comment-1472</link>
		<dc:creator>Neil &#124; Orange County Web Design</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=551#comment-1472</guid>
		<description>Great information was looking for this Thanks again and keep up the good work!</description>
		<content:encoded><![CDATA[<p>Great information was looking for this Thanks again and keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eckert</title>
		<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/#comment-1435</link>
		<dc:creator>eckert</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=551#comment-1435</guid>
		<description>you can put the code anywhere in a php page that you would like your custom key to appear.  the first is an example in which you would put anything into the custom key.

the second example shows you how you how you could use the could to place an image on your page.  the code would be placed into whichever .php file it correlates to and the custom key would be placed into a post.</description>
		<content:encoded><![CDATA[<p>you can put the code anywhere in a php page that you would like your custom key to appear.  the first is an example in which you would put anything into the custom key.</p>
<p>the second example shows you how you how you could use the could to place an image on your page.  the code would be placed into whichever .php file it correlates to and the custom key would be placed into a post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snake</title>
		<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/#comment-1431</link>
		<dc:creator>snake</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=551#comment-1431</guid>
		<description>i confuse about the code that u suggest to put - &quot;ID, $key, true); ?&gt;&quot;

and

&lt;img src=&quot;http://yourdomain.com/wp-content/uploads/ID, $key, true); ?&gt;.jpg&quot;&gt;

where should i put this code?? and wat value i put at the &quot;custom field&quot;..my theme request me to put custom key to make the image preview posible but i have no idea wat is custome key is..</description>
		<content:encoded><![CDATA[<p>i confuse about the code that u suggest to put &#8211; &#8220;ID, $key, true); ?&gt;&#8221;</p>
<p>and</p>
<p>&lt;img src=&#8221;http://yourdomain.com/wp-content/uploads/ID, $key, true); ?&gt;.jpg&#8221;&gt;</p>
<p>where should i put this code?? and wat value i put at the &#8220;custom field&#8221;..my theme request me to put custom key to make the image preview posible but i have no idea wat is custome key is..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy Saini</title>
		<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/#comment-1076</link>
		<dc:creator>Sandy Saini</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=551#comment-1076</guid>
		<description>Interesting Article. Thanks for the read!</description>
		<content:encoded><![CDATA[<p>Interesting Article. Thanks for the read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/#comment-1069</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=551#comment-1069</guid>
		<description>Hi eckert

Thanks for the clear explanation.  A question that will reveal my ignorance - sorry!--
Isn&#039;t just as easy to simply put the image URL in the post ? Why go to the hassle of setting up a custom key to accomplish this?

Second question: (again -sorry about the level of ignorance): Regarding custom keys and use of wpdb objects to access them - lets say there are several custom keyed list items to list on the sidebar just as an example - should you do repetitive queries to get each, or one big query with several joins and then loop the array of results to get them? Probably not making myself clear. If you do repetitive queries do you have to flush or reset the mySQL database search between each query? And I can&#039;t find any info about the structure of the query $object result ($pageposts for example) - to know how to get at the array.
Finally there seems to be a delay between adding a key/value to a page and the appearance of the desired list item on the site. Why?

Perhaps there&#039;s a tutorial on this other than that which appears on the Codex but I haven&#039;t been able to find such

thanks very much in advance


Bob</description>
		<content:encoded><![CDATA[<p>Hi eckert</p>
<p>Thanks for the clear explanation.  A question that will reveal my ignorance &#8211; sorry!&#8211;<br />
Isn&#8217;t just as easy to simply put the image URL in the post ? Why go to the hassle of setting up a custom key to accomplish this?</p>
<p>Second question: (again -sorry about the level of ignorance): Regarding custom keys and use of wpdb objects to access them &#8211; lets say there are several custom keyed list items to list on the sidebar just as an example &#8211; should you do repetitive queries to get each, or one big query with several joins and then loop the array of results to get them? Probably not making myself clear. If you do repetitive queries do you have to flush or reset the mySQL database search between each query? And I can&#8217;t find any info about the structure of the query $object result ($pageposts for example) &#8211; to know how to get at the array.<br />
Finally there seems to be a delay between adding a key/value to a page and the appearance of the desired list item on the site. Why?</p>
<p>Perhaps there&#8217;s a tutorial on this other than that which appears on the Codex but I haven&#8217;t been able to find such</p>
<p>thanks very much in advance</p>
<p>Bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
