<?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: Add multiple searchable content areas in WordPress with custom fields (video tutorial)</title>
	<atom:link href="http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial</link>
	<description>Let&#039;s fuel your imagination</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:30:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3595</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Thu, 08 Apr 2010 18:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3595</guid>
		<description>Hi!

I&#039;ve sent you a few emails, but you didn&#039;t reply.

This isn&#039;t something I have time to look at right now, what with my current work load.

As I said in the email, I can&#039;t support third party themes that do things differently or in a non-standard way.

Sorry, but I&#039;m just too busy.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;ve sent you a few emails, but you didn&#8217;t reply.</p>
<p>This isn&#8217;t something I have time to look at right now, what with my current work load.</p>
<p>As I said in the email, I can&#8217;t support third party themes that do things differently or in a non-standard way.</p>
<p>Sorry, but I&#8217;m just too busy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelatinous</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3478</link>
		<dc:creator>Gelatinous</dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3478</guid>
		<description>Hi Wayne, don&#039;t suppose you&#039;ve had a chance to look at this have you?

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi Wayne, don&#8217;t suppose you&#8217;ve had a chance to look at this have you?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelatinous</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3435</link>
		<dc:creator>Gelatinous</dc:creator>
		<pubDate>Tue, 16 Mar 2010 17:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3435</guid>
		<description>That&#039;s great, thanks for your help</description>
		<content:encoded><![CDATA[<p>That&#8217;s great, thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3428</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3428</guid>
		<description>OK, now I know what you mean. Like I said, I don&#039;t know how Thesis works. But if it&#039;s using the functions file, it should be relatively straight forward.

I&#039;ve got your email address, so I&#039;ll ping something over tomorrow, OK?</description>
		<content:encoded><![CDATA[<p>OK, now I know what you mean. Like I said, I don&#8217;t know how Thesis works. But if it&#8217;s using the functions file, it should be relatively straight forward.</p>
<p>I&#8217;ve got your email address, so I&#8217;ll ping something over tomorrow, OK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelatinous</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3427</link>
		<dc:creator>Gelatinous</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3427</guid>
		<description>The problem is that Thesis works from a single custom functions php file, rather than standard wordpress template files so I need to add in specific code to make it work (hence the function and add action elements in the sample code). 

When I simply add your code in to custom_functions.php it breaks.

What I assume I need is your code tweaked so it will work with Thesis which is why I was playing around with both of them to try and make it work.

I&#039;ve no idea if what i&#039;m trying to do is possible but I would&#039;ve thought that if it works on some themes it should work on others?</description>
		<content:encoded><![CDATA[<p>The problem is that Thesis works from a single custom functions php file, rather than standard wordpress template files so I need to add in specific code to make it work (hence the function and add action elements in the sample code). </p>
<p>When I simply add your code in to custom_functions.php it breaks.</p>
<p>What I assume I need is your code tweaked so it will work with Thesis which is why I was playing around with both of them to try and make it work.</p>
<p>I&#8217;ve no idea if what i&#8217;m trying to do is possible but I would&#8217;ve thought that if it works on some themes it should work on others?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3426</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3426</guid>
		<description>I&#039;m guessing you&#039;re not too familiar with PHP, yes?

The code sample is part of a function. You don&#039;t really want to amend the function, but just replace the whole thing (assuming you&#039;re not using it) with my code sample.

If you amend their code, you&#039;re getting a mishmash of theirs and mine, which is why the whole thing is breaking.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing you&#8217;re not too familiar with PHP, yes?</p>
<p>The code sample is part of a function. You don&#8217;t really want to amend the function, but just replace the whole thing (assuming you&#8217;re not using it) with my code sample.</p>
<p>If you amend their code, you&#8217;re getting a mishmash of theirs and mine, which is why the whole thing is breaking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelatinous</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3425</link>
		<dc:creator>Gelatinous</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3425</guid>
		<description>Hi Wayne, thanks for coming back to me. 

The only piece of code I&#039;ve found for &lt;a href=&quot;http://snipplr.com/view/11507/custom-field-usage-example-in-thesis-function/&quot; rel=&quot;nofollow&quot;&gt;custom fields that works with Thesis is here in Snipplr&lt;/a&gt;.

I&#039;ve tried simply removing lines 2 to 7 and replacing it with yours but it breaks my site for some reason.

If you can offer any guidance it would be very much appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Wayne, thanks for coming back to me. </p>
<p>The only piece of code I&#8217;ve found for <a href="http://snipplr.com/view/11507/custom-field-usage-example-in-thesis-function/" rel="nofollow">custom fields that works with Thesis is here in Snipplr</a>.</p>
<p>I&#8217;ve tried simply removing lines 2 to 7 and replacing it with yours but it breaks my site for some reason.</p>
<p>If you can offer any guidance it would be very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3414</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3414</guid>
		<description>I don&#039;t know much about Thesis, as I design my own themes. What would you need from my examples to make it Thesis friendly? You should be able to drop my code directly into any theme without any problems.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know much about Thesis, as I design my own themes. What would you need from my examples to make it Thesis friendly? You should be able to drop my code directly into any theme without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelatinous</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3413</link>
		<dc:creator>Gelatinous</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3413</guid>
		<description>Thanks for the tutorial, this is exactly what i want to do on my site, but i&#039;m using the Thesis theme. Do you know how to make the code Thesis friendly?

cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, this is exactly what i want to do on my site, but i&#8217;m using the Thesis theme. Do you know how to make the code Thesis friendly?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.octane.uk.net/2010/03/add-multiple-searchable-content-areas-in-wordpress-with-custom-fields-video-tutorial/comment-page-1/#comment-3311</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.octane.uk.net/?p=512#comment-3311</guid>
		<description>Hi Babs!

The problem of their being only the one content section is something I&#039;ve been wrestling with for a while, and was the main reason I&#039;d held off using WordPress for the new Octane website.

The beauty is, it&#039;s not even a hack, it&#039;s a very elegant way of making WordPress work that little bit harder without all kinds of weird Plugins and bizarre code.

I&#039;m glad you like it!</description>
		<content:encoded><![CDATA[<p>Hi Babs!</p>
<p>The problem of their being only the one content section is something I&#8217;ve been wrestling with for a while, and was the main reason I&#8217;d held off using WordPress for the new Octane website.</p>
<p>The beauty is, it&#8217;s not even a hack, it&#8217;s a very elegant way of making WordPress work that little bit harder without all kinds of weird Plugins and bizarre code.</p>
<p>I&#8217;m glad you like it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

