<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>images &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Thu, 18 Jan 2024 16:59:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Retrieve Post Image or Thumbnail</title>
		<link>https://diythemes.com/thesis/rtfm/retrieve-post-image-thumbnail/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:07:28 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[post images]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[thumbnails]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=672</guid>

					<description><![CDATA[Code snippet to retrieve the post image or thumbnail.]]></description>
										<content:encoded><![CDATA[<p>Code snippet to retrieve the post image or thumbnail (renders default output):</p>
<pre class="php">
// Post Image

$post_image = thesis_post_image_info('image');
echo $post_image['output'];

// Thumbnail

$post_image = thesis_post_image_info('thumb');
echo $post_image['output'];
</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Using Post Image and Thumbnail Options</title>
		<link>https://diythemes.com/thesis/rtfm/post-image-thumbnail-options/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:17:57 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[post images]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[teasers]]></category>
		<category><![CDATA[thumbnails]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=652</guid>

					<description><![CDATA[Using Thesis Post Images and Thumbnails in your posts (including the options for each).]]></description>
										<content:encoded><![CDATA[<p>Post images are a perfect way to add more visual punch to your site. During the normal stream of content, Thesis Post Images will display full-size, and by default, they&#8217;ll be automatically cropped into smaller thumbnail images for use in other areas, like teasers.</p>
<p>The options you use to specify a Thesis Post Image and/or Thumbnail are located on the <em>Edit</em> panel for each Post or Page, under <strong>Post Image and Thumbnail</strong>.</p>
<h3 id="post_image">Post Image <a href="#post_image" title="Link to this section">∞</a></h3>
<p>Before adding an image, you should click the <code>+more info</code> link to the right of the words &#8220;Post Image&#8221;. In the explanatory text there, Thesis will give you information about the maximum width it has determined that you should use for post images, based on the current width of your content column; for example:</p>
<blockquote><p>Based on the current width of your content column, the maximum width for post images is 480 pixels. Based on your content width and current font size settings, the maximum width for framed post images is 458 pixels.</p></blockquote>
<p>Keep this information in mind when choosing an image to upload; if you choose an image which is too large, you probably won&#8217;t be happy with how it looks on your site.</p>
<p><!--caption id="attachment_60" align="alignright" width="351" caption="Figure 1: Post Image Options"]<a href="http://www.diythemes.com/answers/wp-content/uploads/images/post_image_options.jpg"><img fetchpriority="high" decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/post_image_options.jpg" alt="Figure 1: Post Image Options" title="Post_Image" width="351" height="343" class="size-full wp-image-60" /></a>[/caption--></p>
<p>To add a post image, you first upload it into WordPress using the &#8220;Add an Image&#8221; button in the &#8220;Upload/Insert&#8221; toolbar located above the content editing window. After the image has been uploaded, WordPress will display a window containing information about the uploaded image, including its <strong>Link URL</strong>.</p>
<p>Copy and then paste that <strong>Link URL</strong> into the Thesis <code>post image URL</code> field (remember to include the <code>http://</code> portion of the URL).</p>
<p>If you like, you can also add your own alt text for the image in the <code>post image alt text</code> field. You can also elect to override your <a href="/thesis/rtfm/default-post-image-thumbnail-settings/">default Post Image settings</a> for whether or not to include a frame, as well as the horizontal and vertical position of the Post Image.</p>
<h3 id="thumbnail">Thumbnail Image <a href="#thumbnail" title="Link to this section">∞</a></h3>
<p>There are certain areas, such as teasers, where displaying a full-size post image would not work well due to space limitations. In this case, Thesis will automatically crop the post image you&#8217;ve designated into a thumbnail, using either <a href="/thesis/rtfm/default-post-image-thumbnail-settings/">the Default Settings for its dimensions</a>, or your own specific thumbnail dimensions for that particular Post.</p>
<p class="note">Please note that automatic thumbnail generation requires your image to be hosted in the same domain as your site &#8211; automatic thumbnail generation based on remotely hosted images <strong>is not currently supported</strong>.</p>
<p><!--caption id="attachment_61" align="alignright" width="352" caption="Figure 2: Thumbnail Image Options"]<a href="http://www.diythemes.com/answers/wp-content/uploads/images/thumbnail_options.jpg"><img decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/thumbnail_options.jpg" alt="Figure 2: Thumbnail Image Options" title="Thumbnail Image Options" width="352" height="452" class="size-full wp-image-61" /></a>[/caption--></p>
<p>If you like, you can also add your own alt text for the thumbnail in the <code>thumbnail image alt text</code> field. You can further elect to override your <a href="https://diythemes.com/thesis/rtfm/default-post-image-thumbnail-settings/">Default Thumbnail Settings</a> for whether or not to include a frame, as well as the horizontal and vertical position of the Post Image.</p>
<p>If you prefer (or, if you are not using a Thesis Post Image but still want to use a thumbnail image on teasers), you can supply your own thumbnail image by entering its URL in the Thesis <code>thumbnail image URL</code> field (remember to include the <code>http://</code> portion of the URL).</p>
<p><em>If you do this, the new thumbnail image will not be cropped, so make sure that you size the image appropriately before entering its URL in this field.</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Default Post Image and Thumbnail Settings</title>
		<link>https://diythemes.com/thesis/rtfm/default-post-image-thumbnail-settings/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:48:20 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[post images]]></category>
		<category><![CDATA[thumbnails]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=635</guid>

					<description><![CDATA[Overview of the Thesis Options for Default Post Image and Thumbnail Settings.]]></description>
										<content:encoded><![CDATA[<p class="note">This article describes the default settings which are available for Thesis Post Images and Thumbnails (accessible at <strong>Design Options &gt; Post Images and Thumbnails</strong>). These settings apply to all post images and thumbnails generated by Thesis, but most of them can be overridden on a case-by-case basis in the <em>Post Image and Thumbnail</em> section of the <em>Edit</em> panel for each Post or Page.</p>
<h3 id="post_image">Default Post Image Settings <a href="#post_image" title="Link to this section">∞</a></h3>
<ul>
<li><strong>Horizontal position</strong>
<ul>
<li>Flush left with no text wrap (<em>This option is enabled by default.</em>)</li>
<li>Left with text wrap</li>
<li>Right with text wrap</li>
<li>Centered (no wrap)</li>
</ul>
</li>
<li><strong>Vertical position</strong>
<ul>
<li>Above headline (<em>This option is enabled by default.</em>)</li>
<li>Below headline</li>
<li>Before post/page content</li>
</ul>
</li>
<li><strong>Add a frame to post images</strong></li>
<li><strong>Show images on single entry pages</strong> (<em>This option is enabled by default.</em>)</li>
<li><strong>Show images on archives pages</strong> (<em>This option is enabled by default.</em>)</li>
</ul>
<h3 id="thumbnail">Default Thumbnail Settings <a href="#thumbnail" title="Link to this section">∞</a></h3>
<ul>
<li><strong>Horizontal position</strong>
<ul>
<li>Flush left with no text wrap</li>
<li>Left with text wrap (<em>This option is enabled by default.</em>)</li>
<li>Right with text wrap</li>
<li>Centered (no wrap)</li>
</ul>
</li>
<li><strong>Vertical position</strong>
<ul>
<li>Above headline </li>
<li>Below headline</li>
<li>Before post/page content (<em>This option is enabled by default.</em>)</li>
<p class="note">Note: If you choose either &#8220;Above headline&#8221; or &#8220;Below headline&#8221;, you must also be displaying the <em>post title</em> in your Teasers in order for the thumbnail to be visible. If you choose &#8220;Before post/page content&#8221;, you must also be displaying the <em>post excerpt</em> in your Teasers in order for the thumbnail to be visible.</p>
</ul>
</li>
<li><strong>Add a frame to thumbnail images</strong></li>
<li><strong>Default thumbnail width and height</strong><br />
If you do not supply a thumbnail image on a particular post (in addition to or in place of a post image), the post image that you upload will be auto-cropped to these dimensions and re-saved for use as a thumbnail. <em>The width and height are both set to 66 px by default.</em></li>
</ul>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
