<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Blog widget Image Thumbnail size</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/blog-widget/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/feed/</link>
		<description></description>
		<pubDate>Thu, 30 Apr 2026 21:53:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22602</guid>
					<title><![CDATA[Blog widget Image Thumbnail size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22602</link>
					<pubDate>Mon, 14 Sep 2015 19:14:29 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>The blog widget to show the latest posts is pulling the full sized featured image for the blog and re sizing them as thumbnails. Is it possible to just have it use smaller sized images? It really adds to the file size.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22605</guid>
					<title><![CDATA[Reply To: Blog widget Image Thumbnail size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22605</link>
					<pubDate>Mon, 14 Sep 2015 19:25:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Kevin,</p>
<p>The blog posts use a &#8220;wide&#8221; version of the Post featured images (1200&#215;600).<br />
The resized ones that go into the (3/4 content + 1/4 sidebar) default blog layout get to be around 891&#215;446 so it&#8217;s not much of a size difference, having them in the full layout size gives flexibility in the future though, provided you want to change that layout etc.<br />
Feel free to change the default blog size though if you really must, it&#8217;s in your functions.php:</p>
<p><code>add_image_size(&#039;boc_thin&#039;, 1200, 600, true);</code></p>
<p>Don&#8217;t forget to Regenerate Thumbnails if you do so&#8230; There are plugins that do that for you.</p>
<p>I would concentrate on optimizing my images instead though, also make sure you use CACHING &#038; Minification plugins to optimize page load times and overall resource sizes.<br />
Good luck! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22607</guid>
					<title><![CDATA[Reply To: Blog widget Image Thumbnail size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22607</link>
					<pubDate>Mon, 14 Sep 2015 19:32:54 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>I am talking about the widget I am using in the footer should where it just has a small thumbnail of the image. You can see it on the latest news section on the third widget of the footer. <a href="http://fellerealestat.staging.wpengine.com/" rel="nofollow">http://fellerealestat.staging.wpengine.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22608</guid>
					<title><![CDATA[Reply To: Blog widget Image Thumbnail size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22608</link>
					<pubDate>Mon, 14 Sep 2015 19:38:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, I see,</p>
<p>That definitely should not be the case&#8230; There&#8217;s a designated size specifically for this custom widget, it&#8217;s 150&#215;150 and it&#8217;s defined in your functions.php:</p>
<p><code>add_image_size(&#039;boc_thumb&#039;, 150, 150, true);</code></p>
<p>That&#8217;s what the size of the images that come out there should be, you can check the Demo for reference. Was this an installation that previously used a different theme? Maybe the new Fortuna thumbnails have not yet been generated? If that&#8217;s the case make sure you run this:</p>
<p><a href="https://wordpress.org/plugins/regenerate-thumbnails/" rel="nofollow">https://wordpress.org/plugins/regenerate-thumbnails/</a></p>
<p>Check here at the bottom for more:</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#installation1" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#installation1</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22613</guid>
					<title><![CDATA[Reply To: Blog widget Image Thumbnail size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-widget/#post-22613</link>
					<pubDate>Mon, 14 Sep 2015 20:46:04 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>For some reason doing it the second time fixed it not sure why. Thank you</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

