<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iamseo &#187; Wordpress</title>
	<atom:link href="http://iamseo.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamseo.org</link>
	<description>Just another WordPress SEO site</description>
	<lastBuildDate>Mon, 07 Nov 2011 22:50:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Custom Fields for Categories using WordPress</title>
		<link>http://iamseo.org/how-to/custom-fields-for-categories-using-wordpress/</link>
		<comments>http://iamseo.org/how-to/custom-fields-for-categories-using-wordpress/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 08:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Headspace2]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://118.127.19.132/~sparro/iamseo.org/wp/?p=33</guid>
		<description><![CDATA[There are endless reasons why it could be helpful to use customs fields on categories pages in WordPress – and it seems many other WP users agree. The users here speak about some plugins that are now out of date – &#8230; <a href="http://iamseo.org/how-to/custom-fields-for-categories-using-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p>There are endless reasons why it could be helpful to use customs fields on categories pages in WordPress – and it seems many other <a href="http://web.archive.org/web/20101027071520/http://wordpress.org/support/topic/266479" rel="nofollow" target="_blank">WP users agree</a>. The users here speak about some plugins that are now out of date – so thankfully, there’s now a painless, fool-proof way to get this working.</p>
<h2>1. Download Headspace2</h2>
<p>Firstly, you need to download and install the <a href="http://wordpress.org/extend/plugins/headspace2/" rel="nofollow" target="_blank">HeadSpace2 SEO plugin</a>. As well as being a mean SEO plugin (far beyond All-In-One or any other plugin you’re probably used to), HeadSpace2 lets you create custom meta data on pages, posts or categories – exactly what we need!</p>
<h2>2. Update Page Modules</h2>
<p>Once the plugin is activated, navigate to Settings &gt; HeadSpace &gt; Page Modules and drag the Custom Meta into the green Simple box – see below.</p>
<p><a href="http://118.127.19.132/~sparro/iamseo.org/wp/wp-content/uploads/2011/10/category-custom-fields.png"><img class="alignnone size-medium wp-image-35" title="category-custom-fields" src="http://118.127.19.132/~sparro/iamseo.org/wp/wp-content/uploads/2011/10/category-custom-fields-300x117.png" alt="" width="300" height="117" /></a></p>
<h2>3. Add Custom Values</h2>
<p>Select the edit box on the right and add the custom fields you’d like to display on your category pages. I’m building an affiliate portal so have added “free-bingo-value”.</p>
<p><a href="http://118.127.19.132/~sparro/iamseo.org/wp/wp-content/uploads/2011/10/category-custom-fields-wp.png"><img class="alignnone size-medium wp-image-36" title="category-custom-fields-wp" src="http://118.127.19.132/~sparro/iamseo.org/wp/wp-content/uploads/2011/10/category-custom-fields-wp-300x133.png" alt="" width="300" height="133" /></a></p>
<h2>4. Edit Categories</h2>
<p>The custom fields will now show up on your category description pages – towards the bottom. Add the value you require and update. Here you can also add any of the other modules you selected above – Page Description and Keywords, for example.</p>
<h2>5. Call the Custom Fields</h2>
<p>Call the custom fields <del datetime="2011-10-05T08:51:55+00:00">anywhere</del> (see update below) in your theme by using the following PHP code, replacing the custom field name (‘free-bingo-value’) with your own.</p>
<pre class="syntax php">&lt;?php echo MetaData::get_custom('free-bingo-value'); ?&gt;</pre>
<p>Simple as that! It’ll show up without any styling, but you can place tags around it to display as you require.</p>
<blockquote>
<h2>Update</h2>
<p>I’ve crossed out <em>anywhere</em> because I’ve heard from some folks who couldn’t get it to show up on single pages.</p>
<p>Of course, I realise now why <em>anywhere</em> was far too optimistic! If you’re going to call the custom value on a single page (or anywhere in the post loop), it’s going to look for the ‘free-bingo-value’ custom value for that particular post – <strong>not</strong> for the category. So stick to pasting this on your archive.php or category.php templates.</p>
<h2>Update 2</h2>
<p>HeadSpace2 is having some issues with WP3.0 and using the plugin for the purpose above will require <strong>one</strong> small change.</p>
<p>Open <strong>headspace.php</strong> from the plugin folder and change all instances of <em>cat_ID</em> to <em>tag_ID</em>. Simple as that! Thanks to Rob Felty for the <a href="http://wordpress.org/support/topic/plugin-headspace2-seo-meta-robots-and-title-tags-dont-stick-on-categories" rel="nofollow">fix</a>.</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://iamseo.org/how-to/custom-fields-for-categories-using-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

