<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: exclude - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/exclude</link>
		<description>WordPress.com Forums &#187; Tag: exclude - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 18:00:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/exclude" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "Display specific taxonomies"</title>
			<link>http://en.forums.wordpress.com/topic/display-specific-taxonomies#post-1231340</link>
			<pubDate>Thu, 18 Apr 2013 20:11:01 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1231340@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's not a free hosted WordPress.COM blog. We provide support here only for free hosted WordPress.COM blogs and no others. We cannot help you here. You are posting to the wrong support forums. If you don't have a username account at WordPress.org click <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.org bloggers.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Display specific taxonomies"</title>
			<link>http://en.forums.wordpress.com/topic/display-specific-taxonomies#post-1231337</link>
			<pubDate>Thu, 18 Apr 2013 20:09:00 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1231337@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>cesarbarizon on "Display specific taxonomies"</title>
			<link>http://en.forums.wordpress.com/topic/display-specific-taxonomies#post-1231336</link>
			<pubDate>Thu, 18 Apr 2013 20:08:59 +0000</pubDate>
			<dc:creator>cesarbarizon</dc:creator>
			<guid isPermaLink="false">1231336@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a list of different taxonomies within a list, which can be done by the following code:<br />
<code>&lt;br /&gt;
&lt;?php wp_list_categories(array(&#039;title_li&#039; =&gt; &#039;&#039;, &#039;taxonomy&#039; =&gt; &#039;project_tags&#039;, &#039;walker&#039; =&gt; new Project_Walker())); ?&gt;&lt;br /&gt;
</code></p>
<p>I need to remove some specific (or show some of them specifically) taxonomies, not all of them as the previous code does. Something like this: </p>
<p><code>&lt;br /&gt;
&lt;?php wp_list_categories(array(&#039;title_li&#039; =&gt; &#039;&#039;, &#039;taxonomy&#039; =&gt; &#039;project_tags&#039;, &#039;project_tags&#039; =&gt; array(&#039;audiovisual&#039;,&#039;web&#039;), &#039;walker&#039; =&gt; new Project_Walker())); ?&gt;&lt;br /&gt;
</code></p>
<p>In the example, obviously, the taxonomies that I hope to show up, was 'audiovisual' and 'web'.<br />
There's no problem if anyone came up with a different solution, for example, excluding all taxonomies, except for the 'audiovisual' and 'web'.</p>
<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>db1066 on "Category cloud widget"</title>
			<link>http://en.forums.wordpress.com/topic/category-cloud-widget#post-1193111</link>
			<pubDate>Sun, 24 Mar 2013 16:15:08 +0000</pubDate>
			<dc:creator>db1066</dc:creator>
			<guid isPermaLink="false">1193111@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks! That worked.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Category cloud widget"</title>
			<link>http://en.forums.wordpress.com/topic/category-cloud-widget#post-1193056</link>
			<pubDate>Sun, 24 Mar 2013 14:49:04 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1193056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The option isn't broken: category IDs are <em>numbers</em>. To find the ID of a category, you go to Posts &#62; Categories: hover over the name and look at the status/progress bar of your browser, or hover over the name then click Edit and look at the address bar of your browser.
</p>
]]></description>
					</item>
		<item>
			<title>db1066 on "Category cloud widget"</title>
			<link>http://en.forums.wordpress.com/topic/category-cloud-widget#post-1192971</link>
			<pubDate>Sun, 24 Mar 2013 12:01:34 +0000</pubDate>
			<dc:creator>db1066</dc:creator>
			<guid isPermaLink="false">1192971@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I want to exclude certain categories from appearing in the category cloud.<br />
There's an option for this, but it seems to be broken - the categories I list to be excluded are still included. (Blurb, Uncategorized)<br />
Is this widget broken?<br />
Is category ID simply the name of the category (eg Uncategorized) or is it something else?</p>
<p>Thanks,<br />
David
</p>
]]></description>
					</item>
		<item>
			<title>zireja on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1066956</link>
			<pubDate>Mon, 12 Nov 2012 13:20:18 +0000</pubDate>
			<dc:creator>zireja</dc:creator>
			<guid isPermaLink="false">1066956@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ahhhh, okk! big tthankssss
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1066886</link>
			<pubDate>Mon, 12 Nov 2012 10:19:53 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1066886@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@zireja - it is not the name of the photo, but the image ID # that has to be entered in the exclude. See my reply here:  <a href="http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=18#post-1031891" rel="nofollow">http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=18#post-1031891</a>
</p>
]]></description>
					</item>
		<item>
			<title>zireja on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1066855</link>
			<pubDate>Mon, 12 Nov 2012 09:30:42 +0000</pubDate>
			<dc:creator>zireja</dc:creator>
			<guid isPermaLink="false">1066855@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yes timethief, but this is not working, i put the name of the photo in the exclude, but is not working
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1066634</link>
			<pubDate>Sun, 11 Nov 2012 23:56:52 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1066634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The instructions are here <a href="http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=16#post-1031891" rel="nofollow">http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=16#post-1031891</a>
</p>
]]></description>
					</item>
		<item>
			<title>zireja on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1066599</link>
			<pubDate>Sun, 11 Nov 2012 22:42:43 +0000</pubDate>
			<dc:creator>zireja</dc:creator>
			<guid isPermaLink="false">1066599@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ou, for me is not working this, i put exclude and the name of the photo and it is still showing the photo into the gallery, could somebody help me?
</p>
]]></description>
					</item>
		<item>
			<title>knowmorerobertmac on "excluded category still shows up in category cloud"</title>
			<link>http://en.forums.wordpress.com/topic/excluded-category-still-shows-up-in-category-cloud#post-1047892</link>
			<pubDate>Mon, 22 Oct 2012 17:02:17 +0000</pubDate>
			<dc:creator>knowmorerobertmac</dc:creator>
			<guid isPermaLink="false">1047892@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Sorry for the late reply. I found this in my spam.</p>
<p>I have since used the ID numbers and it works. For some reason, I thought the ID name would do the trick. Thanks for your help.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "excluded category still shows up in category cloud"</title>
			<link>http://en.forums.wordpress.com/topic/excluded-category-still-shows-up-in-category-cloud#post-1042236</link>
			<pubDate>Tue, 16 Oct 2012 18:46:33 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1042236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How did you try to exclude them? Did you enter the category <em>ID numbers</em>?
</p>
]]></description>
					</item>
		<item>
			<title>knowmorerobertmac on "excluded category still shows up in category cloud"</title>
			<link>http://en.forums.wordpress.com/topic/excluded-category-still-shows-up-in-category-cloud#post-1041925</link>
			<pubDate>Tue, 16 Oct 2012 13:28:06 +0000</pubDate>
			<dc:creator>knowmorerobertmac</dc:creator>
			<guid isPermaLink="false">1041925@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
I'm using the Selecta theme and have a category cloud widget in my sidebar. I've selected one category to exclude from the cloud, but it appears nonetheless. (I've tried other categories, too, and none of them get excluded from the cloud.)</p>
<p>Is this a known bug?</p>
<p>Any advice would be great. Thanks!</p>
<p>: )
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1036098</link>
			<pubDate>Wed, 10 Oct 2012 09:35:17 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1036098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Glad to be of help! Cheers and best wishes for your site!
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1036093</link>
			<pubDate>Wed, 10 Oct 2012 09:21:02 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1036093@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you Jennifer all worked out now
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1033449</link>
			<pubDate>Sun, 07 Oct 2012 23:26:38 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1033449@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Jennifer, I have done all that and now understand how I got the 2 galleries, I do have the default for "cool mosaics" ticked. The only difficulty is when I hover over photo to look for ID in the photo status bar, (not the photo caption) the status bar does not open far enough for me to read the number. If I stop hovering the mouse over the photo to try to scroll the status bar, of course the status bar then disappears. Is there any way that the status bar can be extended?....     (sorry I see I called it "caption" in the above query)...</p>
<p>I thank you for all your patience.
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032884</link>
			<pubDate>Sun, 07 Oct 2012 14:28:15 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1032884@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As I explained above, the image ID number is gotten from the image insertion code or by looking in the Media Library. You won't find it in the photo's caption. Refer to the post I gave above. <a href="http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=11#post-1031891" rel="nofollow">http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery?replies=11#post-1031891</a> </p>
<p>I have a feeling you may have copied my above gallery shortcode and pasted it in your Post Editor's Text tab, along with the shortcode that was already there. That's why you ended up with two galleries. Don't copy/paste. You have to modify the <strong>existing</strong> shortcode to exclude the single image.</p>
<p>If you want all your Galleries to appear as mosaics, it may just be easier to set it as the default display. Here's what the Gallery support doc says<br />
<blockquote>To switch to tiled layouts from the default, head over to Settings → Media in your blog’s dashboard, scroll down to “Image Gallery Carousel,” and select the box next to “Display all your gallery pictures in a cool mosaic.” Note that choosing this option makes this layout the default for all your blog’s galleries, including those you’ve previously inserted.</p></blockquote>
<p>You'll still have to use excludes if you want a separate image to appear in your post that contains a Gallery, but following the instructions I gave you above, you should be able to find it.
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032801</link>
			<pubDate>Sun, 07 Oct 2012 11:39:07 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://memoriesaremadeofthisblog.wordpress.com/wp-admin/post.php?post=325&#038;action=edit" rel="nofollow">http://memoriesaremadeofthisblog.wordpress.com/wp-admin/post.php?post=325&#038;action=edit</a></p>
<p>Seem to have given you the wrong address in the above note...
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032799</link>
			<pubDate>Sun, 07 Oct 2012 11:35:47 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032799@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh dear, hope you are not getting too fed up with these dumb questions...<br />
I am now trying to do next post...<a href="http://memoriesaremadeofthisblog.wordpress.com/2012/10/07/weekly-photo-t…gallery-format" rel="nofollow">http://memoriesaremadeofthisblog.wordpress.com/2012/10/07/weekly-photo-t…gallery-format</a><br />
Now unfortunately when I hover over the sunrise photo in the media library the caption does not open far enough for me to find the ID number. Is there any way to extend the length of the caption?
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032778</link>
			<pubDate>Sun, 07 Oct 2012 10:47:19 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032778@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you again, well I had fun working that out. Eventually I got the sunset out of the gallery, but ended up with 2 identical galleries!!!! So deleted one, but it was the top one I deleted and now seem to have an ID under the photo of me. Well I am ok with the end result but will try again with another post and see if I can refine it....</p>
<p>Thanks again I love WordPress and appreciate all the help
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032655</link>
			<pubDate>Sun, 07 Oct 2012 08:27:45 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1032655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We forum volunteers don't keep office hours so much; We look in when we can. Since we're an international bunch, someone is usually online at some point during the day.</p>
<p>In your post I assume it is the sunset photo you want to keep out of the Gallery, so in the Post Editor for that post, switch to the Text tab, look for the Gallery shortcode (pretty much at the top where you inserted the Gallery) and modify the Gallery shortcode like this:<br />
<code>[gallery type=&quot;rectangle&quot; exclude=&quot;320&quot;]</code></p>
<p>The 320 is the image ID number, which shows in the code for the inserted photo as "attachment wp-att-320".
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032523</link>
			<pubDate>Sun, 07 Oct 2012 05:38:41 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good Morning, thanks for getting back. It is Sunday over here (Australia) so did not expect to hear from you till tomorrow.<br />
Link to first post.. <a href="http://memoriesaremadeofthisblog.wordpress.com/2012/10/06/weekly-photo-challenge-happy" rel="nofollow">http://memoriesaremadeofthisblog.wordpress.com/2012/10/06/weekly-photo-challenge-happy</a><br />
Then today I have started to do a new post to try to put your advice into action, unfortunately I am having problems so have put it into the to hard basket for the time being...
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032503</link>
			<pubDate>Sun, 07 Oct 2012 04:53:40 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1032503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry for the "late" reply. It is now morning where I am and I've just seen your post. Will only be on the board occasionally today, though.</p>
<p>Would you like to give us the link to the post with the Gallery to make sure we are talking apples?
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032449</link>
			<pubDate>Sun, 07 Oct 2012 03:08:00 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032449@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well I'm struggling on,  I have now found where the text tab is in the Post Editor, but now can't find the short code to change.....
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032388</link>
			<pubDate>Sun, 07 Oct 2012 00:35:13 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032388@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Here I am again, I cannot get to the first step as I do not know where the post editor is and how to find the text tab!!!<br />
I'm sure it will be very simple and it is just me....
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1032335</link>
			<pubDate>Sat, 06 Oct 2012 23:35:26 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1032335@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>G'day Jenni</p>
<p>Thank you for prompt reply. It is now another day and I am feeling wide awake!!!! So I am now going to do another post and see if I can work it out. Will report back as to how I get on....</p>
<p>Regards Pauline (pommepal)
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1031891</link>
			<pubDate>Sat, 06 Oct 2012 11:32:00 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1031891@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you mean a Gallery like this: <a href="http://en.support.wordpress.com/images/gallery/" rel="nofollow">http://en.support.wordpress.com/images/gallery/</a> then you can use an "exclude" to keep the single photos out of the Gallery. You'll have to modify the Gallery shortcode to use the exclude and you can only do that in the Text tab in the Post Editor. Your shortcode would look like<br />
<code>[gallery exclude=&quot;XXXX&quot;]</code> where XXXX is the image ID number of the photo you want to exclude. <a href="http://agallerydemo.wordpress.com/2011/04/05/this-is-a-test-blog/how2findimageid/">How to find the image ID number</a>.</p>
<p>If you mean a Slideshow like this <a href="http://en.support.wordpress.com/slideshows/" rel="nofollow">http://en.support.wordpress.com/slideshows/</a> then you can delete the photo from the post where the Slideshow appears, then upload the photo to a different post that doesn't have a slideshow or gallery. After uploading the photo close the post where you uploaded the photo and go back and insert it in the post where you deleted it from. </p>
<p>Hopefully clearer than mud. :)
</p>
]]></description>
					</item>
		<item>
			<title>pommepal on "New gallery can you put in single photo without it going into gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/new-gallery-can-you-put-in-single-photo-without-it-going-into-gallery#post-1031889</link>
			<pubDate>Sat, 06 Oct 2012 11:16:45 +0000</pubDate>
			<dc:creator>pommepal</dc:creator>
			<guid isPermaLink="false">1031889@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I put 12 photos into new gallery lay out and loved how it looked. Did the post then wanted to put single photo at end of post. It went in ok but it also went into the gallery. Is there any way to stop it going into gallery.
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Only display pictures once in a post"</title>
			<link>http://en.forums.wordpress.com/topic/only-display-pictures-once-in-a-post#post-1028372</link>
			<pubDate>Tue, 02 Oct 2012 20:53:14 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1028372@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you want a quick method of finding the image ID number, insert the image in the post where you want it to appear, switch to the HTML/Text Editor  and you should see somewhere in the inserted image code <em>wp-image-xxxx</em> </p>
<p>xxxx is the number you use in the exclude.
</p>
]]></description>
					</item>

	</channel>
</rss>
