<?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: Gallery showing in left column as well!</title>
		<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Gallery showing in left column as well!</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 11:02:00 +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/gallery-showing-in-left-column-as-well" rel="self" type="application/rss+xml" />

		<item>
			<title>Michael Muscroft on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5172</link>
			<pubDate>Tue, 20 Dec 2011 10:49:10 +0000</pubDate>
			<dc:creator>Michael Muscroft</dc:creator>
			<guid isPermaLink="false">5172@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris.</p>
<p>If you want to check that it is doing what you actually designed it to do, please feel free to see the post here: <a href="http://michaelmuscroft.com/2011/12/water-drops-tutorial/" rel="nofollow">http://michaelmuscroft.com/2011/12/water-drops-tutorial/</a></p>
<p>Bless you and Merry Christmas.<br />
Mike.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5169</link>
			<pubDate>Tue, 20 Dec 2011 10:45:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">5169@http://www.themolitor.com/forums/</guid>
			<description><p>Oh good. Glad it's all worked out now :-)
</p></description>
		</item>
		<item>
			<title>Michael Muscroft on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5167</link>
			<pubDate>Tue, 20 Dec 2011 10:23:23 +0000</pubDate>
			<dc:creator>Michael Muscroft</dc:creator>
			<guid isPermaLink="false">5167@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Molitor.</p>
<p>This is so weird!<br />
I didn't place them in the post by the inseret method, I just uploaded and saved.</p>
<p>I did alter the single.php file as per Kubante's suggestion (see above) but have now replaced that file with the original, and guess what!</p>
<p>It is now working as it should be, weird or what.<br />
Thanks for the help and I hope your holiday went OK.</p>
<p>Regards.<br />
Mike.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5166</link>
			<pubDate>Tue, 20 Dec 2011 08:58:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">5166@http://www.themolitor.com/forums/</guid>
			<description><p>Its hard to say without checking out the page, but the only way images could appear on the left column is if they were in the post content.</p>
<p>There are no known conflicts with 3.3. The demo site is currently running 3.3 without any issues. Have you tried deactivating additional plugins?
</p></description>
		</item>
		<item>
			<title>Michael Muscroft on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5157</link>
			<pubDate>Mon, 19 Dec 2011 11:06:47 +0000</pubDate>
			<dc:creator>Michael Muscroft</dc:creator>
			<guid isPermaLink="false">5157@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Kubante.</p>
<p>That seems to work fine, ecept all the formated text in my posts have lost their paragrahs and the text is in one block.<br />
Would you know how to fix that please?</p>
<p>Many thanks.<br />
Michael.
</p></description>
		</item>
		<item>
			<title>kubante on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5156</link>
			<pubDate>Mon, 19 Dec 2011 10:37:49 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">5156@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Michael, </p>
<p>to me it strongly sounds like the image has been inserted into your post body... </p>
<p>try following, in your single.php exchange the_content();</p>
<p>with following: </p>
<p>&#60;?php<br />
			$content = get_the_content();<br />
			$postOutput = preg_replace('/&#60;img[^&#62;]+./','', $content);<br />
			echo $postOutput;<br />
		?&#62;</p>
<p>through regex, this guy is taking out all images from your post body. try and let me know. </p>
<p>nice greetz, </p>
<p>kubante
</p></description>
		</item>
		<item>
			<title>Michael Muscroft on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5093</link>
			<pubDate>Thu, 15 Dec 2011 13:16:10 +0000</pubDate>
			<dc:creator>Michael Muscroft</dc:creator>
			<guid isPermaLink="false">5093@http://www.themolitor.com/forums/</guid>
			<description><p>UPDATE:</p>
<p>I have now removed the post as it looks awful. I have deactivated all my plugins one by one but it makes no difference, not does using 3.2.</p>
<p>I guess it must be something that is wrong with the template.</p>
<p>Mike.
</p></description>
		</item>
		<item>
			<title>Michael Muscroft on "Gallery showing in left column as well!"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-showing-in-left-column-as-well#post-5087</link>
			<pubDate>Thu, 15 Dec 2011 03:03:45 +0000</pubDate>
			<dc:creator>Michael Muscroft</dc:creator>
			<guid isPermaLink="false">5087@http://www.themolitor.com/forums/</guid>
			<description><p>Hi.</p>
<p>When I uploaded a load of images, all went well except when I view the post they also appear in the left hand column all stacked up.</p>
<p>I only uploaded the images, I didn't insert into the post. Could it have anything to do with using WP 3.3 latest. There have been no other problems with B+M since I upgraded.</p>
<p>See here: <a href="http://michaelmuscroft.com/2011/12/water-drops/" rel="nofollow">http://michaelmuscroft.com/2011/12/water-drops/</a></p>
<p>Any idea of a fix please?</p>
<p>Regards.<br />
Mike.
</p></description>
		</item>

	</channel>
</rss>
