<?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: Getting images to appear in RSS</title>
		<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Getting images to appear in RSS</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 19:38:57 +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/getting-images-to-appear-in-rss" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16759</link>
			<pubDate>Wed, 19 Dec 2012 23:56:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16759@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome, glad we're making progress...</p>
<p>Have you tried publishing a new post? Another thing you could try is inserting the images individually into the post and then add something like the following to your custom CSS...</p>
<p>.entry img {display:none !important;}</p>
<p>Beyond that there isn't anything I can think of that an untouched default theme doesn't do.</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>a_creative_life on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16758</link>
			<pubDate>Wed, 19 Dec 2012 21:07:28 +0000</pubDate>
			<dc:creator>a_creative_life</dc:creator>
			<guid isPermaLink="false">16758@http://www.themolitor.com/forums/</guid>
			<description><p>Aha! I finally looked in the "Text" view and saw the additional markup.</p>
<p>THAT worked -- so yay! Thank you!</p>
<p>I'm still not seeing any images in my RSS feed, though. Any suggestions for how to hook that up?</p>
<p>Thanks,<br />
Melissa
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16757</link>
			<pubDate>Wed, 19 Dec 2012 18:35:45 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16757@http://www.themolitor.com/forums/</guid>
			<description><p>Oh I see the problem... the code you copied includes additional markup created by this forum. Here is the CSS code without the additional markup...</p>
<p>.entry .gallery {display: none !important;}</p>
<p>Let me know if that makes the images disappear from the post.</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>a_creative_life on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16756</link>
			<pubDate>Wed, 19 Dec 2012 16:58:09 +0000</pubDate>
			<dc:creator>a_creative_life</dc:creator>
			<guid isPermaLink="false">16756@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>No problem! I appreciate how much work must have gone into designing the theme, and I knew I was buying a generic template, not something custom-designed for me. It just didn't occur to me that the images wouldn't appear, so I didn't even think to ask!</p>
<p>I also really appreciate your willingness to help me try to make it work for my needs! That's awesome. :)</p>
<p>I tried your steps above, and the image is showing up as a thumbnail in the narrow post box. </p>
<p>You can see an example here:<br />
<a href="http://melissadinwiddieart.com/inspiration-comes-to-those-who-go-after-it/" rel="nofollow">http://melissadinwiddieart.com/inspiration-comes-to-those-who-go-after-it/</a></p>
<p>It's an improvement over having a full-sized image in the narrow post box, at least. ;)</p>
<p>Let me know if you have any other suggestions. </p>
<p>And really, thanks a lot for responding!</p>
<p>-Melissa
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16749</link>
			<pubDate>Wed, 19 Dec 2012 13:05:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16749@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for understanding :-)</p>
<p>They changed the upload/gallery feature, so I'm not totally familiar with it all yet. Try this...</p>
<ol>
<li>Click "add media".</li>
<li>On the left click "Create Gallery".</li>
<li>Select the images you want to show in the gallery (they should be the same images that appear in the "image wall" for that post).</li>
<li>Click "crate new gallery".</li>
<li>On the next window, make sure the drop down on the right says "media file".</li>
<li>Click "insert gallery".</li>
<li>You'll see the gallery added to your post content box. If you're using the "text" view of the box, the gallery code will look something like this...<br />
<pre><code>[gallery link=&#34;file&#34; ids=&#34;481,482,483,484,485&#34;]</code></pre>
</li>
<li>Add the following to your custom CSS panel...<br />
<pre><code>.entry .gallery {display: none !important;}</code></pre>
</li>
</ol>
<p>If that doesn't work, please provide a link to your site and I'll check it out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>a_creative_life on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16746</link>
			<pubDate>Wed, 19 Dec 2012 12:46:22 +0000</pubDate>
			<dc:creator>a_creative_life</dc:creator>
			<guid isPermaLink="false">16746@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Thanks for getting back to me! I do understand that of course you can't anticipate everyone's needs. :) This is just such an awesome theme, and since I paid for it I'd really love to be able to use it if I can! But if I can't send images to my subscribers, I'll have to look elsewhere. :(</p>
<p>I've added the custom CSS in the theme options panel, but I'm still getting an image appearing in the post box. I don't see an "insert gallery into post" or anything similar. No gallery option appears when I click on the "add media" icon -- there is a gallery *tab*, but that merely shows the images that have already been uploaded to the post. The only way to insert them is as an image, not as a gallery.</p>
<p>I hope this makes sense! Am I missing something..?</p>
<p>Thanks so much!<br />
Melissa
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16734</link>
			<pubDate>Wed, 19 Dec 2012 11:12:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16734@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for using the forums :-)</p>
<p>RSS grabs the post content that is entered in the content box on post/page edit screens in WordPress, but as you mentioned, does not grab other elements of the page (i.e. sidebar content, footer/header content, etc.).</p>
<p>With the way this theme is designed/developed, the "image wall" has to be separate from this content in order to use advanced effects and display the way it does.</p>
<p>Unfortunately I can't anticipate every buyers intended use for my themes, so I can't list everything this theme does or doesn't do. The demo site is intended to address that limitation as you can easily test the RSS features of the demo site to verify if it works the way you intend to use it.</p>
<p><strong>That said, let's think of a solution...</strong></p>
<p>One thing you could do is use the "insert gallery into post" (or something like that) feature of the WordPress gallery so that the images appear in the post content as well as on the "image wall". If you do that, you'll want to add the following to your custom CSS in the theme options panel...</p>
<pre><code>.entry .gallery {display: none !important;}</code></pre>
<p>Let me know if that works better for you.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>a_creative_life on "Getting images to appear in RSS"</title>
			<link>http://www.themolitor.com/forums/topic/getting-images-to-appear-in-rss#post-16710</link>
			<pubDate>Tue, 18 Dec 2012 14:46:18 +0000</pubDate>
			<dc:creator>a_creative_life</dc:creator>
			<guid isPermaLink="false">16710@http://www.themolitor.com/forums/</guid>
			<description><p>I submitted a customization request already, but was told to contact Chris directly. So I tweeted, and was told to come to the support forum. So I'm here.</p>
<p>After an exhaustive search for a masonry gallery theme to showcase, sell, and send images of my work to my blog subscribers, I recently purchased Brick + Mason. GREAT theme! </p>
<p>Unfortunately, I didn't realize it lacked a really important feature for me: I'm an artist, and the whole purpose of the site I'm building is to showcase and sell my art, AND allow me to send each new image I post directly into my subscribers' inboxes via RSS (using the "Blog Broadcast" feature with my AWeber list).</p>
<p>I wish the lack of this functionality had been clearer on your sales page. If it had been clear that Brick + Mason does not support sending post images to my subscribers, I would have sadly moved on to other themes. </p>
<p>Instead, I purchased Brick + Mason, fell in love with it, only to find that, alas, it poses a really huge problem for me. My subscribers sign up solely to get the new images (and accompanying description) delivered to their inbox on a regular basis. </p>
<p>Before I chalk up my $45 as an expensive learning experience, is there a way to modify the code so that my images will be delivered to my subscribers? I would *really* love to keep using this theme if I can get it to work for my needs!</p>
<p>Thanks,<br />
Melissa
</p></description>
		</item>

	</channel>
</rss>
