<?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: Jettisoned timthumb, now using Incredibly Easy &quot;Post Thumbnails&quot; (and it works)</title>
		<link>http://www.themolitor.com/forums/topic/jettisoned-timthumb-now-using-incredibly-easy-post-thumbnails-and-it-works</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Jettisoned timthumb, now using Incredibly Easy &quot;Post Thumbnails&quot; (and it works)</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 21:03:24 +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/jettisoned-timthumb-now-using-incredibly-easy-post-thumbnails-and-it-works" rel="self" type="application/rss+xml" />

		<item>
			<title>mqcarpenter on "Jettisoned timthumb, now using Incredibly Easy &quot;Post Thumbnails&quot; (and it works)"</title>
			<link>http://www.themolitor.com/forums/topic/jettisoned-timthumb-now-using-incredibly-easy-post-thumbnails-and-it-works#post-2593</link>
			<pubDate>Sun, 27 Mar 2011 18:43:37 +0000</pubDate>
			<dc:creator>mqcarpenter</dc:creator>
			<guid isPermaLink="false">2593@http://www.themolitor.com/forums/</guid>
			<description><p>This did not work for me. I am changing it back and working on it some more
</p></description>
		</item>
		<item>
			<title>rlc777@earthlink.net on "Jettisoned timthumb, now using Incredibly Easy &quot;Post Thumbnails&quot; (and it works)"</title>
			<link>http://www.themolitor.com/forums/topic/jettisoned-timthumb-now-using-incredibly-easy-post-thumbnails-and-it-works#post-954</link>
			<pubDate>Mon, 17 May 2010 13:51:14 +0000</pubDate>
			<dc:creator>rlc777@earthlink.net</dc:creator>
			<guid isPermaLink="false">954@http://www.themolitor.com/forums/</guid>
			<description><p>I really wanted to use the glass theme, but could not get timthumb.php to work. I did everything but a deliverance on the script, to no avail. It certainly may be a hosting issue, but I wanted a work around.</p>
<p>Came across this post about the "Post Thumbnails" feature in Wordpress (<a href="http://themeforest.net/forums/thread/wordpress-29-postthumbnail-to-replace-timthumb/20900" rel="nofollow">http://themeforest.net/forums/thread/wordpress-29-postthumbnail-to-replace-timthumb/20900</a>). Noticed that themolitor even commented favorably on it.</p>
<p>So I found another website which explained how to enable the feature, and modify an existing theme in their environment to make it work. It is located on a competitors website, so for courtesy's sake, I am not posting the location — though thanks to Brian Gardner for his helpful commentary on this.</p>
<p>Here is all I did:</p>
<p>I enabled the "Post Thumbnails" by posting this script in the functions.php file (located in the wpglass folder). </p>
<p>// Enable post thumbnail support and set new image sizes<br />
add_theme_support( 'post-thumbnails' );<br />
add_image_size( 'Featured Top', 70, 70, TRUE );<br />
add_image_size( 'Featured Bottom', 110, 110, TRUE );</p>
<p>I posted the script just before the final ?&#62; in the file so now the last seven lines of the file looks like this:</p>
<p>add_action( 'admin_menu', 'create_meta_box' );<br />
add_action( 'save_post', 'save_meta_box' );<br />
// Enable post thumbnail support and set new image sizes<br />
add_theme_support( 'post-thumbnails' );<br />
add_image_size( 'Featured Top', 70, 70, TRUE );<br />
add_image_size( 'Featured Bottom', 110, 110, TRUE );<br />
?&#62;</p>
<p>Then I replaced all of the code in the thumbnail.php (also located in the wpglass folder) with the following:</p>
<p>&#60;?php the_post_thumbnail( ‘Featured Top’ ); ?&#62;</p>
<p>Yes, that is all the code I am using in that file.</p>
<p>Lastly, open the Stylesheet (style.css) located in the dashboard:appearance:editor. Look for the .thumb occurrence and change it to .wp-post-image.</p>
<p>I also modified the border size (from 1px to 10px, and the width down to 80px so that the thumbnails appears better on my blog. The whole line now looks like this:</p>
<p>div.post .wp-post-image {border: 10px solid #b5b5b5; float: left; margin-right: 20px; width:80px;}</p>
<p>That's it. All you need to do now is upload your images, and select the "Use as Featured Image" choice now visible next to "Insert Image." Save all changes.</p>
<p>You can see my results at randalcutter.com
</p></description>
		</item>

	</channel>
</rss>
