<?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: Jazz Up Your Site: 28 Ways To Use WordPress Custom Fields</title>
	<atom:link href="http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/</link>
	<description>Helping Bloggers Succeed</description>
	<lastBuildDate>Wed, 09 Nov 2011 05:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fort Collins</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-37363</link>
		<dc:creator>Fort Collins</dc:creator>
		<pubDate>Sat, 30 Oct 2010 21:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-37363</guid>
		<description>2 years old and still very relevant. Thank you for the TOOT!.  I like Justin&#039;s idea of adding footnotes by custom fields. I would interested to know if he ever did it...</description>
		<content:encoded><![CDATA[<p>2 years old and still very relevant. Thank you for the TOOT!.  I like Justin&#8217;s idea of adding footnotes by custom fields. I would interested to know if he ever did it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexVerse &#187; Blog Archive &#187; The Power of Wordpress Custom Fields</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-35286</link>
		<dc:creator>AlexVerse &#187; Blog Archive &#187; The Power of Wordpress Custom Fields</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-35286</guid>
		<description>[...] 18. Jazz Up Your Site: 28 Ways to Use Custom Fields [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Jazz Up Your Site: 28 Ways to Use Custom Fields [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daved</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22438</link>
		<dc:creator>daved</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22438</guid>
		<description>also, this is a link for a mini-guide about &lt;a href=&quot;http://www.digitalgarde.com/design/blog-design-tip-3-custom-web-apps/&quot;&gt;using custom fields for building a custom app&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>also, this is a link for a mini-guide about <a href="http://www.digitalgarde.com/design/blog-design-tip-3-custom-web-apps/">using custom fields for building a custom app</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22437</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Wed, 12 Nov 2008 15:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22437</guid>
		<description>Thanks for the link to my post.  

Another new idea I&#039;m toying with is adding footnotes by custom fields.  There are probably plugins to handle this, but why use a plugin when we could code it right into the theme ourselves?

A technique that I&#039;ve been using for a long time is defining the title, meta description, and meta keywords with custom fields.  This way, I don&#039;t have to use an SEO plugin.</description>
		<content:encoded><![CDATA[<p>Thanks for the link to my post.  </p>
<p>Another new idea I&#8217;m toying with is adding footnotes by custom fields.  There are probably plugins to handle this, but why use a plugin when we could code it right into the theme ourselves?</p>
<p>A technique that I&#8217;ve been using for a long time is defining the title, meta description, and meta keywords with custom fields.  This way, I don&#8217;t have to use an SEO plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BoitesJaunes</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22436</link>
		<dc:creator>BoitesJaunes</dc:creator>
		<pubDate>Mon, 18 Aug 2008 17:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22436</guid>
		<description>I want to create pages that will display it&#039;s content and under that show articles in a certain category. I&#039;m using the custom field to asign the category value.

Example :

(I want the &quot;3&quot; from the category to be the value of my custom field, key name : &quot;post_category&quot;)

&#039;&lt;?php query_posts(&quot;cat=3&amp;showposts=10&quot;); ?&gt;&#039;
&#039;&lt;?php while (have_posts()) : the_post(); ?&gt;&#039;
&#039;&lt;?php the_title(); ?&gt;&#039;
&#039;&lt;?php endwhile;?&gt;&#039;

--

How do I do that?

Please help!</description>
		<content:encoded><![CDATA[<p>I want to create pages that will display it&#8217;s content and under that show articles in a certain category. I&#8217;m using the custom field to asign the category value.</p>
<p>Example :</p>
<p>(I want the &#8220;3&#8243; from the category to be the value of my custom field, key name : &#8220;post_category&#8221;)</p>
<p>&#8216;< ?php query_posts("cat=3&#038;showposts=10"); ?>&#8216;<br />
&#8216;< ?php while (have_posts()) : the_post(); ?>&#8216;<br />
&#8216;< ?php the_title(); ?>&#8216;<br />
&#8216;< ?php endwhile;?>&#8216;</p>
<p>&#8211;</p>
<p>How do I do that?</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasKr</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22435</link>
		<dc:creator>ThomasKr</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22435</guid>
		<description>Is it possible to insert all the code into a custom field to post a clickable image in the excerpt? Otherwise there is no possiblity to insert HTML tags into the excerpt field in the editor.</description>
		<content:encoded><![CDATA[<p>Is it possible to insert all the code into a custom field to post a clickable image in the excerpt? Otherwise there is no possiblity to insert HTML tags into the excerpt field in the editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mores</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22434</link>
		<dc:creator>mores</dc:creator>
		<pubDate>Thu, 19 Jun 2008 03:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22434</guid>
		<description>Use EasyPermGals to simply list all the images of a post that you have attached.
I use it to quickly share photos, without the need for any layouting. Create post, upload images, publish, finished.

http://wordpress.org/extend/plugins/easypermgals/


</description>
		<content:encoded><![CDATA[<p>Use EasyPermGals to simply list all the images of a post that you have attached.<br />
I use it to quickly share photos, without the need for any layouting. Create post, upload images, publish, finished.</p>
<p><a href="http://wordpress.org/extend/plugins/easypermgals/" rel="nofollow">http://wordpress.org/extend/plugins/easypermgals/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22433</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Wed, 23 Apr 2008 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22433</guid>
		<description>Marcel: I do plan to post more articles here at Performancing about custom fields, and as I absorb more knowledge about their limits, I&#039;ll probably post that over at my codeprofessor.com site (which is currently dormant). Otherwise that info would be too geeky for Perf.</description>
		<content:encoded><![CDATA[<p>Marcel: I do plan to post more articles here at Performancing about custom fields, and as I absorb more knowledge about their limits, I&#8217;ll probably post that over at my codeprofessor.com site (which is currently dormant). Otherwise that info would be too geeky for Perf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Pamphile</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22432</link>
		<dc:creator>Marcel Pamphile</dc:creator>
		<pubDate>Wed, 23 Apr 2008 10:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22432</guid>
		<description>Indeed Raj. I&#039;m a Drupal guy... But I&#039;m very interested in any information you guys have about stress testing Wordpress custom forms.

Drupal had flexinodes but it had database issues. Drupal killed flexinodes and developed something better called CCK.  CCK forms can handle any amount of data.

But I am still VERY interested in Wordpress custom form capabilities, so tell me more.

</description>
		<content:encoded><![CDATA[<p>Indeed Raj. I&#8217;m a Drupal guy&#8230; But I&#8217;m very interested in any information you guys have about stress testing WordPress custom forms.</p>
<p>Drupal had flexinodes but it had database issues. Drupal killed flexinodes and developed something better called CCK.  CCK forms can handle any amount of data.</p>
<p>But I am still VERY interested in WordPress custom form capabilities, so tell me more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22431</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Tue, 22 Apr 2008 07:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22431</guid>
		<description>Marcel: I was wondering that myself. I&#039;m working on a project where any given post (about 100-200 posts) might have 6-20 custom fields. But the site itself is only for research, so it won&#039;t have a lot of traffic.

However, look at it this way. Custom fields are really just database entries. All custom fields are, I beieve, stored in the same database table and &quot;joined&quot; with post id. I can&#039;t see why this would slow things down significantly over, say, having thousands of posts, or getting a spike in traffic. Of course, only a true bench test would prove anything.</description>
		<content:encoded><![CDATA[<p>Marcel: I was wondering that myself. I&#8217;m working on a project where any given post (about 100-200 posts) might have 6-20 custom fields. But the site itself is only for research, so it won&#8217;t have a lot of traffic.</p>
<p>However, look at it this way. Custom fields are really just database entries. All custom fields are, I beieve, stored in the same database table and &#8220;joined&#8221; with post id. I can&#8217;t see why this would slow things down significantly over, say, having thousands of posts, or getting a spike in traffic. Of course, only a true bench test would prove anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Pamphile</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22430</link>
		<dc:creator>Marcel Pamphile</dc:creator>
		<pubDate>Tue, 22 Apr 2008 00:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22430</guid>
		<description>Nice article

I&#039;m wondering how much data can these custom fields can support - without slowing down.  </description>
		<content:encoded><![CDATA[<p>Nice article</p>
<p>I&#8217;m wondering how much data can these custom fields can support &#8211; without slowing down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22429</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Wed, 16 Apr 2008 08:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22429</guid>
		<description>Submarine: Thanks, but the idea in this post is what you can do with WordPress Custom Fields, not WordPress plugins.</description>
		<content:encoded><![CDATA[<p>Submarine: Thanks, but the idea in this post is what you can do with WordPress Custom Fields, not WordPress plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Submarine</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22428</link>
		<dc:creator>Submarine</dc:creator>
		<pubDate>Wed, 16 Apr 2008 05:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22428</guid>
		<description>Hi,

here is a plugin that do the job :

https://categoryicons.wordpress.com
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>here is a plugin that do the job :</p>
<p><a href="https://categoryicons.wordpress.com" rel="nofollow">https://categoryicons.wordpress.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22427</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22427</guid>
		<description>I&#039;ll be expanding a select few of these uses in more detail, in the near future. If there are any requests, I&#039;ll consider them.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be expanding a select few of these uses in more detail, in the near future. If there are any requests, I&#8217;ll consider them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmann</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22426</link>
		<dc:creator>webmann</dc:creator>
		<pubDate>Wed, 02 Apr 2008 05:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22426</guid>
		<description>Raj, it&#039;s great to get info that is just what I need to know to do a better blogging job. 

It&#039;s going to take a few minutes to absorb this post and then I  have read &lt;strong&gt;48 Unique Ways to Use WordPress&lt;/strong&gt;. 

RSS feed readers make it so much easier to find useful content.</description>
		<content:encoded><![CDATA[<p>Raj, it&#8217;s great to get info that is just what I need to know to do a better blogging job. </p>
<p>It&#8217;s going to take a few minutes to absorb this post and then I  have read <strong>48 Unique Ways to Use WordPress</strong>. </p>
<p>RSS feed readers make it so much easier to find useful content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asshur</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22425</link>
		<dc:creator>asshur</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22425</guid>
		<description>Thanks for your sharing, This is a great post</description>
		<content:encoded><![CDATA[<p>Thanks for your sharing, This is a great post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZIble</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22424</link>
		<dc:creator>ZIble</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22424</guid>
		<description>Great jazzify list Raj 

Another cool tool is zoom on image hover with &lt;a href=&quot;http://magictoolbox.com/magiczoom/&quot;&gt;Magic Zoom&lt;/a&gt;. It&#039;s free for non-commercial blogs.

If you&#039;re using Wordpress, you can also add nicely formatted &lt;a href=&quot;http://www.joostdevalk.nl/wordpress/sociable/&quot;&gt;social bookmark links&lt;/a&gt;. It&#039;s free.</description>
		<content:encoded><![CDATA[<p>Great jazzify list Raj </p>
<p>Another cool tool is zoom on image hover with <a href="http://magictoolbox.com/magiczoom/">Magic Zoom</a>. It&#8217;s free for non-commercial blogs.</p>
<p>If you&#8217;re using WordPress, you can also add nicely formatted <a href="http://www.joostdevalk.nl/wordpress/sociable/">social bookmark links</a>. It&#8217;s free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22423</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22423</guid>
		<description>One other powerful reason to use custom fields: it gives you the ability to add semantical value to various bits of data. The semantic web is aided by content that is structured, and this can be achieved by applying markup tags to info that is otherwise just a block of characters (to a computer, that is).</description>
		<content:encoded><![CDATA[<p>One other powerful reason to use custom fields: it gives you the ability to add semantical value to various bits of data. The semantic web is aided by content that is structured, and this can be achieved by applying markup tags to info that is otherwise just a block of characters (to a computer, that is).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22422</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22422</guid>
		<description>Greg: I&#039;m not sure what you&#039;re asking. Is that in reference to item #5, 24, or something else?</description>
		<content:encoded><![CDATA[<p>Greg: I&#8217;m not sure what you&#8217;re asking. Is that in reference to item #5, 24, or something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: homebizseo.com Greg</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22421</link>
		<dc:creator>homebizseo.com Greg</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22421</guid>
		<description>The 28 ways to improve a blog was loaded with content. What affiliate program would you start with if you only wanted to add 1?</description>
		<content:encoded><![CDATA[<p>The 28 ways to improve a blog was loaded with content. What affiliate program would you start with if you only wanted to add 1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dash</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22420</link>
		<dc:creator>Raj Dash</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22420</guid>
		<description>I will expand on (almost) any example in a future post, if there are any requests.</description>
		<content:encoded><![CDATA[<p>I will expand on (almost) any example in a future post, if there are any requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logosamurai</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22419</link>
		<dc:creator>logosamurai</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22419</guid>
		<description>Thanks for sharing, Raj.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, Raj.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Caldwell</title>
		<link>http://performancing.com/jazz_up_your_site__28_ways_to_use_wordpress_custom_fields/comment-page-1/#comment-22418</link>
		<dc:creator>Ryan Caldwell</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=3199#comment-22418</guid>
		<description>wow. thanks for all the hard work you put into this article Raj.  Makes a few of my upcoming jobs much easier.</description>
		<content:encoded><![CDATA[<p>wow. thanks for all the hard work you put into this article Raj.  Makes a few of my upcoming jobs much easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

