<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/customfields</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 20:04:09 GMT</pubDate>
<item>
<title>(PHP) magic fields: show all fields with LABELS, not key name. - shin</title>
<link>http://snipplr.com/view/67547/magic-fields-show-all-fields-with-labels-not-key-name/</link>
<description><![CDATA[ <p>it's important for cyrilic (key name must not contain non-english symbols) or for show key names with spaces. and this code not show empty fields or fields with "_name". this is not my code, i only add get_label here.</p> ]]></description>
<pubDate>Mon, 01 Oct 2012 19:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/67547/magic-fields-show-all-fields-with-labels-not-key-name/</guid>
</item>
<item>
<title>(PHP) Custom Fields - SEO Your Title Tag - paulgrenwood</title>
<link>http://snipplr.com/view/20160/custom-fields--seo-your-title-tag/</link>
<description><![CDATA[ <p>Search Engine Optimisation, or SEO is something that a lot of bloggers get obsessed about, whilst others think it’s a load of rubbish. I’m halfway between the two – whilst I believe that you can change certain things to better SEO your content, such as adding H1, H2 etc tags in the appropriate places, I personally don’t think you should get too carried away with it. One of the things you can do though is change your title tag, and this custom field trick will let you set a custom field and it’ll appear as your title tag. Add the code below to your header.php file:</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 16:05:36 GMT</pubDate>
<guid>http://snipplr.com/view/20160/custom-fields--seo-your-title-tag/</guid>
</item>
<item>
<title>(PHP) Custom Fields - Display a thumbnail (and auto resize it) - paulgrenwood</title>
<link>http://snipplr.com/view/20159/custom-fields--display-a-thumbnail-and-auto-resize-it/</link>
<description><![CDATA[ <p>Whilst there are a number of ways of displaying thumbnails, this is still my favourite (even if it does require the most work!). First, upload timthumb to /wp-content/themes/yourtheme/ and create an image 250px by 250px with your site’s logo and upload it to yourtheme/images/. This is the image that will be displayed if no custom field is displayed. Then, for every thumbnail, you’ll need to create it in Photoshop and upload it to your blog. Next, create a custom field ‘Image’ with the path of the image as the value of the custom field. Now for the code:</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 16:04:25 GMT</pubDate>
<guid>http://snipplr.com/view/20159/custom-fields--display-a-thumbnail-and-auto-resize-it/</guid>
</item>
<item>
<title>(PHP) Custom Fields - Create a Post Series - paulgrenwood</title>
<link>http://snipplr.com/view/20157/custom-fields--create-a-post-series/</link>
<description><![CDATA[ <p>This is something that I wished I’d thought of a long time ago – show other posts in the same series using not a plugin but custom fields. All you’ve got to do for this trick to work is create a custom field ‘Series’ with a link to each other post in the series. Each post must be a seperate custom field. Then, use the code below to display all the other posts in the same series!</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 16:03:35 GMT</pubDate>
<guid>http://snipplr.com/view/20157/custom-fields--create-a-post-series/</guid>
</item>
</channel>
</rss>