<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: custom field thumbs</title>
		<link>http://www.themolitor.com/forums/topic/custom-field-thumbs</link>
		<description>THE MOLITOR FORUMS &#187; Topic: custom field thumbs</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 19:35:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/custom-field-thumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "custom field thumbs"</title>
			<link>http://www.themolitor.com/forums/topic/custom-field-thumbs#post-367</link>
			<pubDate>Thu, 14 Jan 2010 12:35:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">367@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing!
</p></description>
		</item>
		<item>
			<title>patunz on "custom field thumbs"</title>
			<link>http://www.themolitor.com/forums/topic/custom-field-thumbs#post-360</link>
			<pubDate>Wed, 13 Jan 2010 12:40:19 +0000</pubDate>
			<dc:creator>patunz</dc:creator>
			<guid isPermaLink="false">360@http://www.themolitor.com/forums/</guid>
			<description><p>I found a tornaround: I modify the file firstimage.php in this way:</p>
<p>&#60;?php<br />
$post_id = $post-&#62;ID;</p>
<p>$first_image = get_post_meta($post_id, 'image', true);</p>
<p>if ($first_image) {<br />
    $image = $first_image; }<br />
//IF THERE IS NO IMAGE, USE THIS ONE...<br />
else {$image = "images/default.jpg";}</p>
<p>?&#62;</p>
<p>Now you can pass the link of the image you'd like to use as a thumb in the custom field "image"
</p></description>
		</item>
		<item>
			<title>patunz on "custom field thumbs"</title>
			<link>http://www.themolitor.com/forums/topic/custom-field-thumbs#post-359</link>
			<pubDate>Wed, 13 Jan 2010 10:04:53 +0000</pubDate>
			<dc:creator>patunz</dc:creator>
			<guid isPermaLink="false">359@http://www.themolitor.com/forums/</guid>
			<description><p>Hi<br />
I'm using your theme on a old installation of wordpress. So I have a lot of posts with files already attached (and the most part are pdf files). The result is that the script can't generate the thumbs, even if I add and image (because it is not the first file in the post's gallery). This is a problem, this theme is not useful without thumbs.<br />
How can I get the thumbs by putting the image path in a custom field?</p>
<p>Thanks<br />
and best regards!
</p></description>
		</item>

	</channel>
</rss>
