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

		<item>
			<title>timethief on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168411</link>
			<pubDate>Sun, 03 Mar 2013 02:07:29 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1168411@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I did not say you caused harm. I asked you not to encourage  those who have WordPress.org blogs to return here byy answering their questions.</p>
<p>WordPress.com bloggeres pay for CSS Upgrades and all CSS editing is theme specific.  Many themes here are adapted to run on this software.</p>
<p>Thank you for understanding my concerns. Given how many unanswered WordPress.com support questions there are <a href="http://en.forums.wordpress.com/view/no-replies" rel="nofollow">http://en.forums.wordpress.com/view/no-replies</a> and the number of unanswered CSS Forum thread there are <a href="http://en.forums.wordpress.com/forum/css-customization" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization</a> it's my opinion that the last thing we need is more WordPress.org bloggers posting for CSS editing help here.
</p>
]]></description>
					</item>
		<item>
			<title>siobhyb on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168407</link>
			<pubDate>Sun, 03 Mar 2013 01:59:59 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1168407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Destinytips - you're welcome.</p>
<p>Timethief - thanks for your posts. The user had already been made aware that there was a separate forum for self hosted users twice in this thread. Additionally, the actual issue was not specific or relevant to hosting in any way. It was something that any user of WordPress could have experienced. Therefore, in this instance, I do not see any harm in the advice I offered.</p>
<p>I view this forum is a friendly, supportive environment for all lovers of WordPress. However, I understand your concerns and will take them on board for the future.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168379</link>
			<pubDate>Sun, 03 Mar 2013 01:33:51 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1168379@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good bye and please do NOT return here again for WordPress.org support.
</p>
]]></description>
					</item>
		<item>
			<title>destinytips on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168372</link>
			<pubDate>Sun, 03 Mar 2013 01:28:20 +0000</pubDate>
			<dc:creator>destinytips</dc:creator>
			<guid isPermaLink="false">1168372@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168370</link>
			<pubDate>Sun, 03 Mar 2013 01:26:15 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1168370@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@siobhyb<br />
<strong> PLEASE</strong> do not provide support to WordPress.ORG users on the WordPress.COM support forums.</p>
<p>We already have 30% of those posting here who do not even belong here. Do NOT encourage them to return to the wrong support forum again.</p>
<p>Go to WordPress.ORG support forums and volunteer there please if that's your thing.
</p>
]]></description>
					</item>
		<item>
			<title>siobhyb on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168368</link>
			<pubDate>Sun, 03 Mar 2013 01:23:31 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1168368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi destinytips. Looking at your blog, it seems you've found the solution to your problem by using the CSS opacity property. </p>
<p>The opacity property will work with most modern browsers. However, to make sure the background appears semi-transparent to users of older versions of Internet Explorer, I recommend that you add the following two extra lines of code (appearing below in bold):</p>
<p><code>#container {&lt;br /&gt;
padding-bottom: 20px;&lt;br /&gt;
background: #222;&lt;br /&gt;
box-shadow: 0 0 10px #000;&lt;br /&gt;
opacity: 0.8;&lt;br /&gt;
&lt;strong&gt;zoom: 1;&lt;br /&gt;
filter: alpha(opacity=50);&lt;/strong&gt;&lt;br /&gt;
</code></p>
<p>These two extra lines should ensure complete cross-browser compatibility for your site. :)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168191</link>
			<pubDate>Sat, 02 Mar 2013 21:50:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1168191@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We cannot help you here as this forum is only for free hosted WordPress.com blogs.  Support for your website software and any advice you need are provided on the WordPress.org support forums and they are here <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> If you don't have a username account at WordPress.org, click that link and register one on the top right hand corner of the page that opens, so you can post to the correct support forums for your software.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168114</link>
			<pubDate>Sat, 02 Mar 2013 20:14:58 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1168114@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The blog you specified at destinymultiplayer.com does not appear to be hosted at WordPress.com.</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>destinytips on "I want to make my Content Background opaque instead of solid. How?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-make-my-content-background-opaque-instead-of-solid-how#post-1168113</link>
			<pubDate>Sat, 02 Mar 2013 20:14:57 +0000</pubDate>
			<dc:creator>destinytips</dc:creator>
			<guid isPermaLink="false">1168113@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am extremely new to wordpress and CSS code, I would like to make my template opaque instead of solid.</p>
<p>My site is DestinyMultiplayer.com</p>
<p>It is a gray-ish color right now, I would like it to be semi-transparent so I can kind of see the background but still read the text written.</p>
<p>I need baby-steps for instructions, I am very new, but learn fast, </p>
<p>I'm using WordPress 2012 theme, thanks so much for the help.
</p>
]]></description>
					</item>
		<item>
			<title>sixhours on "twenty twelve front page column change"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-front-page-column-change#post-1167332</link>
			<pubDate>Fri, 01 Mar 2013 17:05:05 +0000</pubDate>
			<dc:creator>sixhours</dc:creator>
			<guid isPermaLink="false">1167332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy! It looks as though this bug has been squashed, so I'm going to mark this thread resolved. If you have further questions, please don't hesitate to create a new topic -- thanks!
</p>
]]></description>
					</item>
		<item>
			<title>brigitte40 on "twenty twelve front page column change"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-front-page-column-change#post-1163110</link>
			<pubDate>Mon, 25 Feb 2013 21:42:56 +0000</pubDate>
			<dc:creator>brigitte40</dc:creator>
			<guid isPermaLink="false">1163110@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looking at the source code I could see where the mess happens. The developers screwed up.  But I found a work around and if the developers do not clean up the bug rapidly I'll apply it to my home page.
</p>
]]></description>
					</item>
		<item>
			<title>thursojuniorswifts on "twenty twelve front page column change"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-front-page-column-change#post-1163067</link>
			<pubDate>Mon, 25 Feb 2013 21:27:01 +0000</pubDate>
			<dc:creator>thursojuniorswifts</dc:creator>
			<guid isPermaLink="false">1163067@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was moving from wordpress.com to .org self-hosted anyway. Just exported and imported the site and it is fine.
</p>
]]></description>
					</item>
		<item>
			<title>brigitte40 on "Showcase template of theme 2012 broken"</title>
			<link>http://en.forums.wordpress.com/topic/showcase-template-of-theme-2012-broken#post-1162861</link>
			<pubDate>Mon, 25 Feb 2013 19:15:17 +0000</pubDate>
			<dc:creator>brigitte40</dc:creator>
			<guid isPermaLink="false">1162861@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Showcase template of theme 2012 is broken since last update of wp. Matter of fact, theme 2012 allows you to choose a special template for your home page and it used to work just fine,  but now it is messed up.  The featured image is displayed twice across the top of page instead of once only as it used to be, and as makes sense. The text which used to be displayed to the left of featured image is pushed to the bottom.<br />
A mess to see.<br />
I do not have custom CSS nor did I in any way interfere with my site other than publishing posts.<br />
Any help would be greatly appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>brigitte40 on "twenty twelve front page column change"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-front-page-column-change#post-1162491</link>
			<pubDate>Mon, 25 Feb 2013 14:12:58 +0000</pubDate>
			<dc:creator>brigitte40</dc:creator>
			<guid isPermaLink="false">1162491@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Same is happening here.<br />
I have used this blog for 2 month and everything was OK but now I get the featured img on the front page twice and the description which used to be to the left of the featured img is below it now. I have not touched anything! Something strange is happening with theme 2012! </p>
<p>The blog I need help with is <a href="http://figline365.wordpress.com" rel="nofollow">http://figline365.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>thursojuniorswifts on "twenty twelve front page column change"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-front-page-column-change#post-1161172</link>
			<pubDate>Sat, 23 Feb 2013 20:14:38 +0000</pubDate>
			<dc:creator>thursojuniorswifts</dc:creator>
			<guid isPermaLink="false">1161172@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My front page has got split into columns and the featured image displays twice. I don't know when this happened but it is recent. Does anybody have a fix? I am using the Twenty Twelve theme.
</p>
]]></description>
					</item>
		<item>
			<title>gianmarcofelicioni on "Logo + child theme on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/logo-child-theme-on-2012#post-1141785</link>
			<pubDate>Sat, 02 Feb 2013 15:02:58 +0000</pubDate>
			<dc:creator>gianmarcofelicioni</dc:creator>
			<guid isPermaLink="false">1141785@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The cute supportbot pointed out that I can't post here about my self-hosted blog, reposting at the wordpress.org forums.</p>
<p>If any mod could close this it would be awesome :)
</p>
]]></description>
					</item>
		<item>
			<title>gianmarcofelicioni on "Logo + child theme on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/logo-child-theme-on-2012#post-1141783</link>
			<pubDate>Sat, 02 Feb 2013 15:01:12 +0000</pubDate>
			<dc:creator>gianmarcofelicioni</dc:creator>
			<guid isPermaLink="false">1141783@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I would like to edit the theme TwentyTwelve on a few things:<br />
1- Put a logo next to the written title;<br />
2- Add the "author" item in the articles;<br />
3- Remove the "Website" field from the comments.</p>
<p>Even though my knowledge of html and php is minimal, I managed to do these things on my own on some themes, but I've been told it's better to use this so called "child theme" to edit the themes, so that when these get updated, I won't lose any change I made.</p>
<p>So reading around the Internet, I haven't been able to fully understand how to use this child theme. I only managed to create a theme with the same CSS file of twentytwelve.</p>
<p>What I need to know is how to add changes to the main theme using the child theme (a practical example with one of the issues above would be awesome) and also how to add the logo manteining the responsiveness.</p>
<p>I've not got a blog online yet, I'm working on this theme locally.</p>
<p>I tried to be as much clear as possible, hopefully you can understand my english.</p>
<p>Here are some screenshots to explain better what I'm looking for:</p>
<p><a href="http://img402.imageshack.us/img402/6785/123utbg.jpg">Logo</a><br />
<a href="http://img171.imageshack.us/img171/2503/1234rx.jpg">Website</a><br />
<a href="http://img208.imageshack.us/img208/2751/12345uwn.jpg">Author</a>
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Logo + child theme on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/logo-child-theme-on-2012#post-1141784</link>
			<pubDate>Sat, 02 Feb 2013 15:01:12 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1141784@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>jakebeamish on "Help with Full width Page template on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-full-width-page-template-on-2012#post-1139852</link>
			<pubDate>Thu, 31 Jan 2013 13:59:25 +0000</pubDate>
			<dc:creator>jakebeamish</dc:creator>
			<guid isPermaLink="false">1139852@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>spot on!<br />
Thank you very much for your help x
</p>
]]></description>
					</item>
		<item>
			<title>michiecat on "Help with Full width Page template on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-full-width-page-template-on-2012#post-1133446</link>
			<pubDate>Fri, 25 Jan 2013 02:22:21 +0000</pubDate>
			<dc:creator>michiecat</dc:creator>
			<guid isPermaLink="false">1133446@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi jakebeamish,</p>
<p>If I understand you correctly, you want your "Blog" page to be full width, while keeping widgets on your other pages? I'm afraid the only way to accomplish this is to hide the sidebar from your "Blog" page with Custom CSS, available through the <a href="http://en.support.wordpress.com/custom-design/">Custom Design upgrade</a>. </p>
<p>For example, the following CSS should do the trick (it hides the sidebar and adjusts the main column width accordingly):</p>
<pre><code>body.blog #secondary {
      display: none;
}
body.blog .site-content {
     float: none;
     width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jakebeamish on "Help with Full width Page template on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-full-width-page-template-on-2012#post-1130017</link>
			<pubDate>Mon, 21 Jan 2013 21:57:26 +0000</pubDate>
			<dc:creator>jakebeamish</dc:creator>
			<guid isPermaLink="false">1130017@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all, not sure if it's ok to hop onto this thread but my problem is very related - I'm using a customised TwentyTwelve theme, and I have a front page that is not my blog feed page. Currently, my front page uses both bottom widget spaces that are available for the theme, and I don't have any widgets in the sidebar space.<br />
I would like to be able to leave my blog feed page widgetless, but have my other (connect) page to have a twitter widget. I have tried putting the twitter widget into the main sidebar widget space, but even when I set my blog feed page (.../blog) to Full-Width Template, and my (.../connect) page to Default Template, the twitter widget appears on both.<br />
tl;dr,<br />
is it possible to set the blog feed page to Full Width in TwentyTwelve?<br />
Thanks. My site is <a href="http://www.jakebeamish.wordpress.com" rel="nofollow">http://www.jakebeamish.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>kobenland on "Help with Full width Page template on 2012"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-full-width-page-template-on-2012#post-1116612</link>
			<pubDate>Wed, 09 Jan 2013 03:28:30 +0000</pubDate>
			<dc:creator>kobenland</dc:creator>
			<guid isPermaLink="false">1116612@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I'm sorry that it took us so long to respond to your question.</p>
<p>To make the plog posts page full-width, just remove all widgets from the Main Sidebar, the content width will adjust automatically.
</p>
]]></description>
					</item>
		<item>
			<title>taccurtis on "Comments on Front Page Template (2012 Theme)?"</title>
			<link>http://en.forums.wordpress.com/topic/comments-on-front-page-template-2012-theme#post-1113544</link>
			<pubDate>Sun, 06 Jan 2013 02:25:20 +0000</pubDate>
			<dc:creator>taccurtis</dc:creator>
			<guid isPermaLink="false">1113544@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My About page uses the Front Page Template in the 2012 theme - it doesn't seem like there is a place for comments. Anyone know if this is intentional. On the Dashboard for the page, i have it checked off to allow them, and I can even add a test one, but it doesn't show up on the live page. Anyone know about this?
</p>
]]></description>
					</item>
		<item>
			<title>michaelfields on "Suggestion Themes For Christmas"</title>
			<link>http://en.forums.wordpress.com/topic/suggestion-themes-for-christmas#post-1103130</link>
			<pubDate>Tue, 25 Dec 2012 11:28:48 +0000</pubDate>
			<dc:creator>michaelfields</dc:creator>
			<guid isPermaLink="false">1103130@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the suggestions! While I cannot promise that we will launch any of them, we will definitely take these under consideration.
</p>
]]></description>
					</item>
		<item>
			<title>vadatiertebat on "Suggestion Themes For Christmas"</title>
			<link>http://en.forums.wordpress.com/topic/suggestion-themes-for-christmas#post-1101420</link>
			<pubDate>Sat, 22 Dec 2012 11:36:33 +0000</pubDate>
			<dc:creator>vadatiertebat</dc:creator>
			<guid isPermaLink="false">1101420@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please Add below themes in last ten days of 2012 :<br />
Beautiful Themes ( Premium &#38; FREE )<br />
1- <a href="http://www.elegantthemes.com/demo/?theme=DeepFocus" rel="nofollow">http://www.elegantthemes.com/demo/?theme=DeepFocus</a><br />
2- <a href="http://www.elegantthemes.com/demo/?theme=AskIt" rel="nofollow">http://www.elegantthemes.com/demo/?theme=AskIt</a><br />
3- <a href="http://www.moonthemes.com/themes/cobera-simple-and-clean-premium-wordpress-theme/" rel="nofollow">http://www.moonthemes.com/themes/cobera-simple-and-clean-premium-wordpress-theme/</a><br />
4- <a href="http://smthemes.com/demo/pressa/" rel="nofollow">http://smthemes.com/demo/pressa/</a><br />
5- <a href="http://smthemes.com/demo/business/" rel="nofollow">http://smthemes.com/demo/business/</a><br />
6- <a href="http://smthemes.com/demo/janela/" rel="nofollow">http://smthemes.com/demo/janela/</a></p>
<p>Best Regards...
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Snowfall effect"</title>
			<link>http://en.forums.wordpress.com/topic/snowfall-effect#post-1084620</link>
			<pubDate>Mon, 03 Dec 2012 16:53:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1084620@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To enable or disable snow see the last setting on this page &#62; Settings &#62; General<br />
Snow __ Show falling snow on my blog until January 4th.
</p>
]]></description>
					</item>
		<item>
			<title>notawoodpecker on "Snowfall effect"</title>
			<link>http://en.forums.wordpress.com/topic/snowfall-effect#post-1084459</link>
			<pubDate>Mon, 03 Dec 2012 11:52:44 +0000</pubDate>
			<dc:creator>notawoodpecker</dc:creator>
			<guid isPermaLink="false">1084459@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://en.forums.wordpress.com/topic/where-can-i-find-the-snowflakes?replies=9" rel="nofollow">http://en.forums.wordpress.com/topic/where-can-i-find-the-snowflakes?replies=9</a>
</p>
]]></description>
					</item>
		<item>
			<title>foodblogandthedog on "Snowfall effect"</title>
			<link>http://en.forums.wordpress.com/topic/snowfall-effect#post-1084452</link>
			<pubDate>Mon, 03 Dec 2012 11:33:33 +0000</pubDate>
			<dc:creator>foodblogandthedog</dc:creator>
			<guid isPermaLink="false">1084452@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it coming soon?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to add &quot;Post A Day 2012&quot; badge to a page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-post-a-day-2012-badge-to-a-page#post-1059447</link>
			<pubDate>Sat, 03 Nov 2012 19:16:54 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1059447@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Of course it does. I knew you could do this - yay!  :)
</p>
]]></description>
					</item>
		<item>
			<title>randomizer144 on "How to add &quot;Post A Day 2012&quot; badge to a page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-post-a-day-2012-badge-to-a-page#post-1059441</link>
			<pubDate>Sat, 03 Nov 2012 19:14:41 +0000</pubDate>
			<dc:creator>randomizer144</dc:creator>
			<guid isPermaLink="false">1059441@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks! It works! )))
</p>
]]></description>
					</item>

	</channel>
</rss>
