<?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: Featured Image size</title>
		<link>http://www.themolitor.com/forums/topic/featured-image-size</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Featured Image size</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:29:16 +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/featured-image-size" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21244</link>
			<pubDate>Mon, 03 Jun 2013 19:59:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21244@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21239</link>
			<pubDate>Mon, 03 Jun 2013 16:15:21 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21239@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
Yes, I understand. If it helps (someone) though, I fixed the space issue. I didn't want the mesh on my website, so when I took out that line in body in the CSS, it left me with a lot of height space at the bottom. I didn't realize that the mesh is also declared in the footer php. So I just took out the div for that, and it's all set!<br />
OK, I will rate the theme.<br />
Thanks Chris.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21223</link>
			<pubDate>Mon, 03 Jun 2013 11:45:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21223@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For details about the post thumbnails feature of WordPress, please review this resource: <a href="http://codex.wordpress.org/Post_Thumbnails" rel="nofollow">http://codex.wordpress.org/Post_Thumbnails</a></p>
<p>Regarding the extra space, I'm not sure as that isn't there by default and unfortunately I'm unable to troubleshoot customized code (too many possible causes).</p>
<p>Regarding additional features/customizations, unfortunately I don't have the bandwidth to handle those requests here. Please use this form to customize the theme for your specific needs/project: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21203</link>
			<pubDate>Sun, 02 Jun 2013 19:19:47 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21203@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry for the barrage of questions, but just came back to editing my website; I was a newbie from the beginning and then I had to take a break for awhile and forgot a lot of the things I learned!<br />
Can you also tell me why I have so much "green" space...like the scroll down seems endless after my post box. It happened after I took out "mesh", which shortens the length of the page. But once I took out the mesh, the length of my website increases, with just empty space. I'm at kindakindra.com.<br />
OK, and last one...<br />
I went on the thread where a user was asking about adding social icons that are not available because of the hard-coding in Photoshop. Is this something that can qualify as being put on your to-do list of ways to improve the usability of this theme in the future? Technology changes so fast and I understand everyone's individual preferences for social media is different so can't be universally applied. But icons like My Space I don't think a majority of people are using anymore. Is there any way you can just create empty icons that can be easily coded by people in the future?
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21201</link>
			<pubDate>Sun, 02 Jun 2013 13:43:37 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21201@http://www.themolitor.com/forums/</guid>
			<description><p>And/or, could you describe the values and the vocab. used here:</p>
<p>//FEATURED IMAGE SUPPORT<br />
add_theme_support( 'post-thumbnails');<br />
set_post_thumbnail_size( 340, 340, true);<br />
add_image_size( 'post',9999,340 );</p>
<p>the post thumbnail is how the image is displayed beside another image, correct? Like in the mini gallery that shows images 2 at a time. And the numeric values represent how big it will appear in this little gallery before you click on it, correct?<br />
The image size is how the image appears when you click on it? And is the value "9999" representative of unlimited width, and 340 the height?<br />
In order to get my images to line up when they are presented side-by-side, they should ALL be saved with the same dimensions that I make for the above values?<br />
Thanks!
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21200</link>
			<pubDate>Sun, 02 Jun 2013 13:19:19 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21200@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I don't know if he'll see this thread, so can you respond to my other questions? Especially the one about the line-up of images? I noticed images line up on the demo of the Novelist when you look at them side by side. Is there some way of ensuring this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21107</link>
			<pubDate>Wed, 29 May 2013 10:04:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21107@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's just the background image he's using: <a href="http://www.devisecubed.com/generalIllustration/wp-content/uploads/2013/02/bg.png" rel="nofollow">http://www.devisecubed.com/generalIllustration/wp-content/uploads/2013/02/bg.png</a></p>
<p>I'm not sure if he subscribes or not. If he doesn't reply, you can still submit a customization request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21093</link>
			<pubDate>Tue, 28 May 2013 18:20:20 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21093@http://www.themolitor.com/forums/</guid>
			<description><p>Hey, thanks for the response Chris.<br />
I see how the logo and text are the same image now, but he even has some images (as part of the logo) on the far right hand side of his website. ????<br />
Does steveo get emails from this thread?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21063</link>
			<pubDate>Tue, 28 May 2013 09:20:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21063@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The logo and text are the same image. See here: <a href="http://www.devisecubed.com/generalIllustration/wp-content/uploads/2013/02/giLogo.png" rel="nofollow">http://www.devisecubed.com/generalIllustration/wp-content/uploads/2013/02/giLogo.png</a></p>
<p>Regarding the other customizations he's made, I'll let him respond.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21052</link>
			<pubDate>Mon, 27 May 2013 21:32:24 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21052@http://www.themolitor.com/forums/</guid>
			<description><p>Oh! and...<br />
stevodesign...on his website, he has one picture as his home page without the line in the middle (which gives the theme its book appearance), but on another spot on his website, he preserves the line. How to do that?
</p></description>
		</item>
		<item>
			<title>kindra30 on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-21051</link>
			<pubDate>Mon, 27 May 2013 20:44:37 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">21051@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Guys,<br />
This is a great thread, and thanks Chris for giving Novelist users the chance to showcase their creativity with your wonderful theme!<br />
I don't know if it's possible to contact members on here directly, but I wanted to ask (steveodesign)--I did so before awhile back--how it is possible to split the logos in the header? The Novelist currently only allows one image upload for the logo, but I want the opportunity to upload a pic for the logo, and then another upload for some writing to the right of the logo. I tried this before, uploading everything as one single file, but elongating the pic to make room for the writing compromises the quality of the pic. I really love how steveodesigns logo looks like numerous split-ups. Is this really a split logo, or is this all in one? Any advice? I did also contact customization, but I really don't have the money right now!!! Is there coding for this?<br />
I would also like to know how--also on steveodesign's website--it is possible to get each picture in the thumbnails (that displays the posts two at a time)to line up perfectly with each other? I may upload one pic for example in a post and then do the same with another, but they appear obviously as different sizes when side by side. Ideally, I'd like all my pictures to be the same size in thumb nails and featured images.<br />
Help?!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18428</link>
			<pubDate>Tue, 12 Feb 2013 10:55:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18428@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The image still has "340x340.jpg" at the end of the url, which means it was cropped to 340x340. Make sure you remove that image and assign the new image as the feature image.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steveodesign on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18412</link>
			<pubDate>Tue, 12 Feb 2013 10:27:11 +0000</pubDate>
			<dc:creator>steveodesign</dc:creator>
			<guid isPermaLink="false">18412@http://www.themolitor.com/forums/</guid>
			<description><p>Here is how I edited the code.</p>
<pre><code>//FEATURED IMAGE SUPPORT
add_theme_support( &#039;post-thumbnails&#039;);
set_post_thumbnail_size( 716, 1024, true);
add_image_size( &#039;post&#039;,9999,1024 );</code></pre>
<p>I did as you said and re-uploaded the images but it did not change the dimensions. Is there a part 2 to this that I need to know? I looked through the css and didn't see anything that would constrain the size.</p>
<p>Thanks,
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18323</link>
			<pubDate>Mon, 11 Feb 2013 01:17:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18323@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome!</p>
<p>Please don't forget to rate the theme on your downloads page when you have the chance. It REALLY helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steveodesign on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18309</link>
			<pubDate>Sat, 09 Feb 2013 13:59:03 +0000</pubDate>
			<dc:creator>steveodesign</dc:creator>
			<guid isPermaLink="false">18309@http://www.themolitor.com/forums/</guid>
			<description><p>Yes it does!</p>
<p>Cheers!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18282</link>
			<pubDate>Fri, 08 Feb 2013 12:39:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18282@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The image sizes are controlled from "functions.php" on lines 23-26...</p>
<pre><code>//FEATURED IMAGE SUPPORT
add_theme_support( &#039;post-thumbnails&#039;);
set_post_thumbnail_size( 340, 340, true);
add_image_size( &#039;post&#039;,9999,340 );</code></pre>
<p>If you make changes to these numbers, you'll need to either reupload the image to have the updated dimensions applied OR use the "regenerate thumbnails" plugin.</p>
<p>Hope that helps!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steveodesign on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18269</link>
			<pubDate>Thu, 07 Feb 2013 17:32:08 +0000</pubDate>
			<dc:creator>steveodesign</dc:creator>
			<guid isPermaLink="false">18269@http://www.themolitor.com/forums/</guid>
			<description><p>What about just changing the size of the featured image being displayed? Can you give some insight how to change this without going to <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18245</link>
			<pubDate>Thu, 07 Feb 2013 10:58:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18245@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The home page is controlled from the "index.php" template file. The single page is controlled from the "single.php" template file. You can research the adjustments you want to make there. </p>
<p>If you need additional help with this customization, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steveodesign on "Featured Image size"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-size#post-18221</link>
			<pubDate>Wed, 06 Feb 2013 21:39:32 +0000</pubDate>
			<dc:creator>steveodesign</dc:creator>
			<guid isPermaLink="false">18221@http://www.themolitor.com/forums/</guid>
			<description><p>I would like this page <a href="http://www.devisecubed.com/generalIllustration/" rel="nofollow">http://www.devisecubed.com/generalIllustration/</a> to display like this page <a href="http://www.devisecubed.com/generalIllustration/1/" rel="nofollow">http://www.devisecubed.com/generalIllustration/1/</a> I can't find the area where you can adjust the image size.
</p></description>
		</item>

	</channel>
</rss>
