<?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 Tip: 3 Awesome Custom Field Tricks</title>
	<atom:link href="http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/</link>
	<description>Pittsburgh Web Design » Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Thu, 29 Sep 2011 16:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Navin</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-8105</link>
		<dc:creator>Navin</dc:creator>
		<pubDate>Thu, 06 Jan 2011 07:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-8105</guid>
		<description>Awesome Thumbnailed Recent Posts - is one of my fav tute, thanks. I tried to tweek the script you provided above and messed with that, hehehe.. am not great scripter as you are....thanks anyways :)</description>
		<content:encoded><![CDATA[<p>Awesome Thumbnailed Recent Posts &#8211; is one of my fav tute, thanks. I tried to tweek the script you provided above and messed with that, hehehe.. am not great scripter as you are&#8230;.thanks anyways :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic &#124; www.redips.net</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-8094</link>
		<dc:creator>dbunic &#124; www.redips.net</dc:creator>
		<pubDate>Tue, 23 Nov 2010 20:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-8094</guid>
		<description>Your post helped me to show download icon on marked posts. single.php was slightly modified and info is shown.
Thank you!</description>
		<content:encoded><![CDATA[<p>Your post helped me to show download icon on marked posts. single.php was slightly modified and info is shown.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermaine</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-8076</link>
		<dc:creator>Jermaine</dc:creator>
		<pubDate>Mon, 18 Oct 2010 04:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-8076</guid>
		<description>I would mostly rate custom fields for its ability to create a portfolio site with ecommerce capabilities.

Learning how to split and categorise values within the same custom field is an awesome trick:

http://www.graphicbeacon.com/how-to-split-and-categorize-wordpress-custom-field-values/</description>
		<content:encoded><![CDATA[<p>I would mostly rate custom fields for its ability to create a portfolio site with ecommerce capabilities.</p>
<p>Learning how to split and categorise values within the same custom field is an awesome trick:</p>
<p><a href="http://www.graphicbeacon.com/how-to-split-and-categorize-wordpress-custom-field-values/" rel="nofollow">http://www.graphicbeacon.com/how-to-split-and-categorize-wordpress-custom-field-values/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Lucas</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-8021</link>
		<dc:creator>Martin Lucas</dc:creator>
		<pubDate>Tue, 13 Jul 2010 09:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-8021</guid>
		<description>Love the post specific CSS tutorial - this is going to be really handy. Thanks!</description>
		<content:encoded><![CDATA[<p>Love the post specific CSS tutorial &#8211; this is going to be really handy. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Useful Tweaks for WordPress Developers : Northbound Designs</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7868</link>
		<dc:creator>5 Useful Tweaks for WordPress Developers : Northbound Designs</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7868</guid>
		<description>[...] &lt;?php $readmore = get_post_meta($post-&gt;ID, &#039;readmore&#039;, true); ?&gt; &lt;?php if (!$readmore) { $readmore = &#039;Read More &#187;&#039;; } ?&gt; &lt;?php the_content($readmore); ?&gt;   Source [...]</description>
		<content:encoded><![CDATA[<p>[...] &lt;?php $readmore = get_post_meta($post-&gt;ID, &#39;readmore&#39;, true); ?&gt; &lt;?php if (!$readmore) { $readmore = &#39;Read More &raquo;&#39;; } ?&gt; &lt;?php the_content($readmore); ?&gt;   Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7848</link>
		<dc:creator>13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7848</guid>
		<description>[...] From Cagintranet Web Design [...]</description>
		<content:encoded><![CDATA[<p>[...] From Cagintranet Web Design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress dev &#187; Blog Archive &#187; How to: Display Thumbnail Recent Posts in WordPress</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7838</link>
		<dc:creator>wordpress dev &#187; Blog Archive &#187; How to: Display Thumbnail Recent Posts in WordPress</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7838</guid>
		<description>[...] to Chris Cagle for this awesome [...]</description>
		<content:encoded><![CDATA[<p>[...] to Chris Cagle for this awesome [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utah Dentist</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7242</link>
		<dc:creator>Utah Dentist</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7242</guid>
		<description>Hmm...thumbnailed recent posts. Sounds like an awesome idea I could use for my blog. Thanks for the heads up!</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;thumbnailed recent posts. Sounds like an awesome idea I could use for my blog. Thanks for the heads up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jen</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7178</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Sat, 17 Oct 2009 17:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7178</guid>
		<description>Hi,

I have just added  #2 to my site, but now whenever I click on a link, category etc, only the latest post shows on my site?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have just added  #2 to my site, but now whenever I click on a link, category etc, only the latest post shows on my site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathemans@gmail.com</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-7161</link>
		<dc:creator>mathemans@gmail.com</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-7161</guid>
		<description>Awesome.. post..

maybe the recent post thumbnail cropped using YARPP plugin... instead stretch the images....

TQ for the this ...</description>
		<content:encoded><![CDATA[<p>Awesome.. post..</p>
<p>maybe the recent post thumbnail cropped using YARPP plugin&#8230; instead stretch the images&#8230;.</p>
<p>TQ for the this &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

