<?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: USER EDIT - Fixed Slow image load on posts</title>
		<link>http://www.themolitor.com/forums/topic/fixed-slow-image-load-on-posts</link>
		<description>THE MOLITOR FORUMS &#187; Topic: USER EDIT - Fixed Slow image load on posts</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:09:12 +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/fixed-slow-image-load-on-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "USER EDIT - Fixed Slow image load on posts"</title>
			<link>http://www.themolitor.com/forums/topic/fixed-slow-image-load-on-posts#post-19255</link>
			<pubDate>Mon, 11 Mar 2013 09:46:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19255@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing your experience :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>codyrapley on "USER EDIT - Fixed Slow image load on posts"</title>
			<link>http://www.themolitor.com/forums/topic/fixed-slow-image-load-on-posts#post-19239</link>
			<pubDate>Sun, 10 Mar 2013 17:25:39 +0000</pubDate>
			<dc:creator>codyrapley</dc:creator>
			<guid isPermaLink="false">19239@http://www.themolitor.com/forums/</guid>
			<description><p>Hi guys,<br />
I am not sure if this is a problem with the Brick + Mason theme, or just my webhost (more likely), but I found attached images on posts were loading full size URL (huge photos) and just scaling theme down with the img width &#38; height, not good for me.</p>
<p>I fixed it by editing single.php, find this section at the bottom:</p>
<pre><code>&#60;img width=&#34;&#60;?php echo $image_attributes[1] ?&#62;&#34; height=&#34;&#60;?php echo $image_attributes[2] ?&#62;&#34; src=&#34;&#60;?php echo wp_get_attachment_url( $attachment-&#62;ID , false ); ?&#62;&#34; alt=&#34;&#60;?php the_title(); ?&#62;&#34; width=&#34;280&#34; border=&#34;0&#34; /&#62;</code></pre>
<p>The important part is to change the img src to grab a 'medium size' url, which is already generated in the array: </p>
<pre><code>src=&#34; &#60;?php echo $image_attributes[0]; ?&#62;&#34;</code></pre>
<p>I am not a programmer, so I am more than happy to take feedback on this fix.</p>
<p>Cody
</p></description>
		</item>

	</channel>
</rss>
