<?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: search - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/search</link>
		<description>WordPress.com Forums &#187; Tag: search - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 10:34:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/search" rel="self" type="application/rss+xml" />

		<item>
			<title>trioneutrino on "Privacy"</title>
			<link>http://en.forums.wordpress.com/topic/privacy-38#post-1266777</link>
			<pubDate>Wed, 15 May 2013 20:50:56 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266777@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Forget it, it's okay.
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "Privacy"</title>
			<link>http://en.forums.wordpress.com/topic/privacy-38#post-1266757</link>
			<pubDate>Wed, 15 May 2013 20:41:43 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I make this blog private until we add all our info? (e.g. nobody can search for it in google, etc.)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1264894</link>
			<pubDate>Mon, 13 May 2013 23:48:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1264894@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Love the blog btw—I hope you do more interviews!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1264888</link>
			<pubDate>Mon, 13 May 2013 23:45:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1264888@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There are a couple ways around the issue you've described. One way is to use media queries to target the changes to different screen sizes. Here is a great primer with more info. about how media queries work that you should check out first:<br />
<a href="http://css-tricks.com/css-media-queries/" rel="nofollow">http://css-tricks.com/css-media-queries/</a></p>
<p>Here is an example of two media queries that target small and medium screen sizes and do different things with the search depending on the screen width:</p>
<pre><code>@media screen and (min-width: 600px) and (max-width: 740px) {
	#page {
		position: relative;
	}
	.widget_search {
		position: absolute;
		top: 110px;;
		right: 20px;
	}
	.widget-area .widget_search h3 {
		margin-bottom: 0;
	}
	.site-header h2 {
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	#page {
		position: relative;
	}
	.widget_search {
		position: absolute;
		top: 175px;
		left: 5%;
		width: 90%;
		text-align: center;
	}
	.widget_search h3,
	.widget_search div,
	.widget_search form {
		display: inline;
		clear: none;
	}
	.widget-area #s {
		width: 25%;
	}
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260252</link>
			<pubDate>Thu, 09 May 2013 04:13:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260252@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When using position: absolute to move a text widget, it will float independent of all other elements so it does not flow with them. There isn't any other way really to reposition one though. I wish I had a magic bullet, but I've never been able to figure out how to do it.</p>
<p>I would suggest the search box at the top of the sidebar, but then the sidebar falls to the bottom on narrower screens.</p>
<p>There are some themes that have a search box built into the header area. You might take a look at those themes and see if any of them are responsive designs. I know 2011 is.
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260244</link>
			<pubDate>Thu, 09 May 2013 03:56:46 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1260244@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey, thanks for the tip. I like the look better with the mobile option off. However, the search widget is plopped right on top of the logo. Do you think there are any clever work-arounds for this?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260121</link>
			<pubDate>Thu, 09 May 2013 00:46:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260121@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@whatsnickeating, since you are using a responsive theme, go to appearance &#62; mobile and turn off the mobile theme option. Your theme will adjust for any screen width, including mobiles and will give you better results. Give it a try and see what you think. You may have to clear the cache on your mobile browser before the change will show up though.
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1259359</link>
			<pubDate>Wed, 08 May 2013 03:14:47 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1259359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks designsimply! That worked great for the template!</p>
<p>However, the mobile version is messed up now. If you view it, the search widget appears in the middle of every screen. Is there perhaps some code to disable this modified widget for the mobile version since the mobile version already has its own search function?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1258489</link>
			<pubDate>Tue, 07 May 2013 13:10:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258489@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can use absolute positioning to move blocks of HTML around on a page. Here is an example that will move the search widget to the top right of the main container element.</p>
<pre><code>#page {
	position: relative;
}
.widget_search {
	position: absolute;
	top: 135px;
	right: 20px;
}</code></pre>
<p>Adjust the number values as needed.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1257439</link>
			<pubDate>Mon, 06 May 2013 17:59:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1257439@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That cannot be done without purchasing an annually renewable custom design upgrade for the blog so you can do CSS editing. As I don't help with CSS editing I don't know if it can be done so I tagged this thread and it will be moved to the CSS Forum where you can get a definitive answer.<br />
<a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a><br />
<a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1256511</link>
			<pubDate>Sun, 05 May 2013 15:24:07 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1256511@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I am am using the Twenty Twelve theme for my blog (www.whatsnickeating.com) and would like to move the search bar up. I guess technically it would be in the navigation bar or the header. Is there a way to do that?
</p>
]]></description>
					</item>
		<item>
			<title>andsaltwater on "Stats&#039; Search Engine Terms?"</title>
			<link>http://en.forums.wordpress.com/topic/stats-search-engine-terms#post-1241800</link>
			<pubDate>Thu, 25 Apr 2013 06:33:38 +0000</pubDate>
			<dc:creator>andsaltwater</dc:creator>
			<guid isPermaLink="false">1241800@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oh okay, great! thanks for your help!
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Stats&#039; Search Engine Terms?"</title>
			<link>http://en.forums.wordpress.com/topic/stats-search-engine-terms#post-1241765</link>
			<pubDate>Thu, 25 Apr 2013 06:10:29 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1241765@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>They specifically searched your site for a particular term. I think this was a user who'd been, seen a post he liked, and wanted to find it again.
</p>
]]></description>
					</item>
		<item>
			<title>andsaltwater on "Stats&#039; Search Engine Terms?"</title>
			<link>http://en.forums.wordpress.com/topic/stats-search-engine-terms#post-1241747</link>
			<pubDate>Thu, 25 Apr 2013 05:57:51 +0000</pubDate>
			<dc:creator>andsaltwater</dc:creator>
			<guid isPermaLink="false">1241747@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks for your response!</p>
<p>so they specifically searched those terms? i just shared a bunch of my posts onto my google+ profile.. is my increase in site views related to that?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Stats&#039; Search Engine Terms?"</title>
			<link>http://en.forums.wordpress.com/topic/stats-search-engine-terms#post-1241739</link>
			<pubDate>Thu, 25 Apr 2013 05:50:19 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1241739@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's a search term they used, and the plus sign means that the page must have both the URL andsaltwater.com AND the word "meow" on it.
</p>
]]></description>
					</item>
		<item>
			<title>andsaltwater on "Stats&#039; Search Engine Terms?"</title>
			<link>http://en.forums.wordpress.com/topic/stats-search-engine-terms#post-1241720</link>
			<pubDate>Thu, 25 Apr 2013 05:36:25 +0000</pubDate>
			<dc:creator>andsaltwater</dc:creator>
			<guid isPermaLink="false">1241720@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In my stats section under search engine terms, I see the following: </p>
<p>andsaltwater.com+meow</p>
<p>what does this mean? how is this a search term that they used? and what does the plus sign mean?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Cannot Remove Search Bar in Academica"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-remove-search-bar-in-academica#post-1236285</link>
			<pubDate>Mon, 22 Apr 2013 14:04:40 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1236285@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>a) See this post of mine:<br />
<a href="http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/" rel="nofollow">http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/</a></p>
<p>b) To remove the searchbox, paste this in the CSS editor:<br />
<pre><code>#search {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>goballard on "Cannot Remove Search Bar in Academica"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-remove-search-bar-in-academica#post-1236208</link>
			<pubDate>Mon, 22 Apr 2013 13:18:56 +0000</pubDate>
			<dc:creator>goballard</dc:creator>
			<guid isPermaLink="false">1236208@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have searched the CSS forums and have found several lines of code to remove the default Search function in the header.  None work.  I have the upgrade to be able to do custom CSS.  However, none of the descriptions of how to turn on your custom CSS seem to match what is in the Custom CSS in Customize CSS flyout.  I get a window of "Welcome to Custom CSS&#62;\!", a Content Width, a Start Fresh check box (don't use the theme's original CSS, an On Mobile Check Box and a Preprocessor dropdown allowing me to choose None, LESS, or SASS.<br />
There is no "Add to Existing CSS" selection, nor is there a Preview as described in the forums.  I presume WordPress has changed the interface to a Live Preview.  I have tried several variations from the forums and nothing seems to effect the style.</p>
<p>I have saved the CSS with a number of variations and no joy.</p>
<p>Any suggestions would be very appreciated.<br />
The site is <a href="http://goballard.wordpress.com" rel="nofollow">http://goballard.wordpress.com</a><br />
Thank
</p>
]]></description>
					</item>
		<item>
			<title>unlusoycan on "Searching in blog from the adress box"</title>
			<link>http://en.forums.wordpress.com/topic/searching-in-blog-from-the-adress-box#post-1236067</link>
			<pubDate>Mon, 22 Apr 2013 09:50:58 +0000</pubDate>
			<dc:creator>unlusoycan</dc:creator>
			<guid isPermaLink="false">1236067@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>As Google Chrome users may know, when typing an adress to the adress box, you can search inside that site by pressing the Tab button. <a href="http://support.google.com/chrome/bin/answer.py?hl=en&#38;answer=95655">(tab to search)</a></p>
<p>When I do that for my blog- press tab, the adress box shows "Search: otomobilaski"on the right side. (otomobilaski.wordpress.com is my blog' s first URL with  wordpress.com at the end) </p>
<p>I want to change the text in the adress box to "Search: Otomobil Günlüğü" which is my blog' s current name. My primary domain is otomobilgunlugu.com. </p>
<p>Should I change my first URL? (by "first URL", I mean the one with wordpress.com) Does Chrome use the first URL of the blog in the tab to search box?  What can be done?</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Site gets translated im google search"</title>
			<link>http://en.forums.wordpress.com/topic/site-gets-translated-im-google-search#post-1210946</link>
			<pubDate>Fri, 05 Apr 2013 17:48:03 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1210946@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. What you are looking for is not available here.
</p>
]]></description>
					</item>
		<item>
			<title>gunsnwar on "Site gets translated im google search"</title>
			<link>http://en.forums.wordpress.com/topic/site-gets-translated-im-google-search#post-1210938</link>
			<pubDate>Fri, 05 Apr 2013 17:41:57 +0000</pubDate>
			<dc:creator>gunsnwar</dc:creator>
			<guid isPermaLink="false">1210938@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well...not exactly what I was looking, but still quite useful. Anyway, thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thistimethisspace on "Site gets translated im google search"</title>
			<link>http://en.forums.wordpress.com/topic/site-gets-translated-im-google-search#post-1209794</link>
			<pubDate>Thu, 04 Apr 2013 23:17:51 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1209794@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What you describe is not something I can help with.  We can't use Microsoft or Google translation widgets or others as they are JavaScript and it's stripped out to preserve security on this multiuser blogging platform. <a href="http://en.support.wordpress.com/code/" rel="nofollow">http://en.support.wordpress.com/code/</a><br />
<a href="http://en.support.wordpress.com/code/#javascript" rel="nofollow">http://en.support.wordpress.com/code/#javascript</a></p>
<p>However, I have translation on my WordPress.com blogs. There are two workarounds and you will find them here &#62; <a href="http://onecoolsitebloggingtips.com/2011/02/14/translation-widget-for-wordpress-com-blogs/" rel="nofollow">http://onecoolsitebloggingtips.com/2011/02/14/translation-widget-for-wordpress-com-blogs/</a>
</p>
]]></description>
					</item>
		<item>
			<title>gunsnwar on "Site gets translated im google search"</title>
			<link>http://en.forums.wordpress.com/topic/site-gets-translated-im-google-search#post-1209487</link>
			<pubDate>Thu, 04 Apr 2013 20:02:58 +0000</pubDate>
			<dc:creator>gunsnwar</dc:creator>
			<guid isPermaLink="false">1209487@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay, the title does not make much sense. So here is what I mean:<br />
I know what a translating widget does. However, I do not find them as useful as they seem to be. What I want to do is to find a tool/program/widget that does something more:<br />
When someone searches something in the language that I write my posts, then if my blog is included in those results, it will be in that language.<br />
But, if someone searches something in English, then if my blog is included in those results, it will be in English, which means that random visitors who cannot speak my native language will not have to find the translating tool in my website.<br />
Is that possible?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Old URL and blog name linking on Google."</title>
			<link>http://en.forums.wordpress.com/topic/old-url-and-blog-name-linking-on-google#post-1206126</link>
			<pubDate>Tue, 02 Apr 2013 19:18:39 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1206126@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your best bet is to simply publish frequently so the new content on the new site places higher in the SERPs. See here for more tips &#62;   <a href="http://onecoolsitebloggingtips.com/2010/01/21/omg-i-cant-find-my-blog-on-google/" rel="nofollow">http://onecoolsitebloggingtips.com/2010/01/21/omg-i-cant-find-my-blog-on-google/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Old URL and blog name linking on Google."</title>
			<link>http://en.forums.wordpress.com/topic/old-url-and-blog-name-linking-on-google#post-1206120</link>
			<pubDate>Tue, 02 Apr 2013 19:15:24 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1206120@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nothing. </p>
<p>IMPORTANT NOTE: Deleting blog content, deleting a blog or changing the URL (blog address) does not remove any indexed content from appearing in the SERPs (search engine page results). Google and Bing only clear their caches of deleted indexed content that produces a 404 (page not found) every 3 - 6 months.
</p>
]]></description>
					</item>
		<item>
			<title>josephvincent37 on "Old URL and blog name linking on Google."</title>
			<link>http://en.forums.wordpress.com/topic/old-url-and-blog-name-linking-on-google#post-1206112</link>
			<pubDate>Tue, 02 Apr 2013 19:11:28 +0000</pubDate>
			<dc:creator>josephvincent37</dc:creator>
			<guid isPermaLink="false">1206112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So a few months ago I changed the url and name of my blog from Brain Burst Writing to Speculative Fiction Writing. But Google is still linking to my current site through the old URL and blog name. What can I do to catch Google up to the current name of my site so that it stops associating the old blog name with the new content? Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>zoeyq on "A tagging problem, not directed to post but to blog."</title>
			<link>http://en.forums.wordpress.com/topic/a-tagging-problem-not-directed-to-post-but-to-blog#post-1203186</link>
			<pubDate>Sun, 31 Mar 2013 23:04:21 +0000</pubDate>
			<dc:creator>zoeyq</dc:creator>
			<guid isPermaLink="false">1203186@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm, maybe that new google image stuff has got something to do with my problem.</p>
<p>What I hope to find out is:</p>
<p>How do I get the images I want to be found, to get found? Because tagging them and ALTernative text etc doesn't seem to do the job. </p>
<p>Let's say I'm writing a post and add 4 images. Number one is the one I want google to find, what do I add where for that image? How can I make sure google finds that image?</p>
<p>Thanks for adding the tag back for me. I really hope staff can help me!<br />
I'm going to sleep now, I live in the NL and it's an hour after midnight here. </p>
<p>And oh, I'm not having less visitors since that new google image stuff. So that's good luck for me I guess.
</p>
]]></description>
					</item>
		<item>
			<title>thistimethisspace on "A tagging problem, not directed to post but to blog."</title>
			<link>http://en.forums.wordpress.com/topic/a-tagging-problem-not-directed-to-post-but-to-blog#post-1203153</link>
			<pubDate>Sun, 31 Mar 2013 22:44:23 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1203153@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I read that thread with your and raincoaster in it. I noticed Staff had not posted to it. I added the tag back again for you as it was no longer there.  For more reading see <a href="http://onecoolsitebloggingtips.com/2013/02/01/google-image-search-redesign-raises-ire/" rel="nofollow">http://onecoolsitebloggingtips.com/2013/02/01/google-image-search-redesign-raises-ire/</a>
</p>
]]></description>
					</item>
		<item>
			<title>zoeyq on "A tagging problem, not directed to post but to blog."</title>
			<link>http://en.forums.wordpress.com/topic/a-tagging-problem-not-directed-to-post-but-to-blog#post-1203143</link>
			<pubDate>Sun, 31 Mar 2013 22:28:42 +0000</pubDate>
			<dc:creator>zoeyq</dc:creator>
			<guid isPermaLink="false">1203143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, that's helpful!</p>
<p>This is the topic I was referring to: <a href="http://en.forums.wordpress.com/topic/image-tagging?replies=8#post-1187002" rel="nofollow">http://en.forums.wordpress.com/topic/image-tagging?replies=8#post-1187002</a></p>
<p>I'm going to read the topic you mentioned above, I see there's a lot of info there. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thistimethisspace on "A tagging problem, not directed to post but to blog."</title>
			<link>http://en.forums.wordpress.com/topic/a-tagging-problem-not-directed-to-post-but-to-blog#post-1203129</link>
			<pubDate>Sun, 31 Mar 2013 22:04:43 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1203129@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you click the<a href="http://en.forums.wordpress.com/profile/zoeyq"> member</a> link under your username in any support forum thread like this one you will find every thread you posted into one this support forum. That same link is also found on the top right hand corner of every forum page Welcome, <a href="http://en.forums.wordpress.com/profile/zoeyq">zoeyq</a>. </p>
<p><a href="http://en.forums.wordpress.com/topic/postsimages-dont-show-up-in-search-engines-after-a-while?replies=5#post-788731" rel="nofollow">http://en.forums.wordpress.com/topic/postsimages-dont-show-up-in-search-engines-after-a-while?replies=5#post-788731</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
