<?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: Feature Image Extremely Small</title>
		<link>http://www.themolitor.com/forums/topic/feature-image</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Feature Image Extremely Small</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 21:47:26 +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/feature-image" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Feature Image Extremely Small"</title>
			<link>http://www.themolitor.com/forums/topic/feature-image#post-17524</link>
			<pubDate>Fri, 18 Jan 2013 10:59:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17524@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for testing that out. Glad we got it sorted!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>lizineminor on "Feature Image Extremely Small"</title>
			<link>http://www.themolitor.com/forums/topic/feature-image#post-17506</link>
			<pubDate>Thu, 17 Jan 2013 18:12:48 +0000</pubDate>
			<dc:creator>lizineminor</dc:creator>
			<guid isPermaLink="false">17506@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you sooo much! That  was it!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Feature Image Extremely Small"</title>
			<link>http://www.themolitor.com/forums/topic/feature-image#post-17476</link>
			<pubDate>Thu, 17 Jan 2013 10:58:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17476@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Let's try something: Open up "functions.php" and on line 27 change the following...</p>
<pre><code>//FEATURED IMAGE SUPPORT
add_theme_support( &#039;post-thumbnails&#039;);
set_post_thumbnail_size( 510, 999);
add_image_size( &#039;slider&#039;,235 ,999);
add_image_size( &#039;gallery&#039;,78 ,78,true );</code></pre>
<p>...to this...</p>
<pre><code>//FEATURED IMAGE SUPPORT
add_theme_support( &#039;post-thumbnails&#039;);
set_post_thumbnail_size( 510, 999);
add_image_size( &#039;main&#039;,510, 999);
add_image_size( &#039;slider&#039;,235 ,999);
add_image_size( &#039;gallery&#039;,78 ,78,true );</code></pre>
<p>...then on line 23 of "index.php" and line 13 of "archive.php" change the following...</p>
<pre><code>&#60;?php the_post_thumbnail(&#039;post-thumbnail&#039;,array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;?php the_post_thumbnail(&#039;main&#039;,array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;</code></pre>
<p>Reupload your image and assign it as the feature image. Let me know if that fixes it.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>lizineminor on "Feature Image Extremely Small"</title>
			<link>http://www.themolitor.com/forums/topic/feature-image#post-17383</link>
			<pubDate>Tue, 15 Jan 2013 04:01:58 +0000</pubDate>
			<dc:creator>lizineminor</dc:creator>
			<guid isPermaLink="false">17383@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, this is the site that I'm working on, </p>
<p><a href="http://www.freddyharris3.com/subscribe/" rel="nofollow">http://www.freddyharris3.com/subscribe/</a></p>
<p>As you can see my feature image is extremely small... I used this theme before on another website and I never had a problem with the feature image, but now as you can see its tiny. How can I fix this?
</p></description>
		</item>

	</channel>
</rss>
