<?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; Topic: Change post date to text in Oxygen</title>
		<link>http://en.forums.wordpress.com/topic/change-post-date-to-text-in-oxygen</link>
		<description>WordPress.com Forums &#187; Topic: Change post date to text in Oxygen</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 16:52:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-post-date-to-text-in-oxygen" rel="self" type="application/rss+xml" />

		<item>
			<title>skaneateleslibrary on "Change post date to text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-post-date-to-text-in-oxygen#post-1108097</link>
			<pubDate>Mon, 31 Dec 2012 16:50:08 +0000</pubDate>
			<dc:creator>skaneateleslibrary</dc:creator>
			<guid isPermaLink="false">1108097@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your response!  I tried the suggested CSS, but it's not doing quite what I want.  It will add the text after the date, but the date still displays.  If I use the CSS that removed the date, nothing displays.  Here's what I have to remove the date:</p>
<p>.featured-post footer {<br />
    display: none;<br />
}<br />
<blockquote>
<p>I've fiddled with it, but can't get it to display the text instead of the date.  Do you know what I'm doing wrong?</p></blockquote>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change post date to text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-post-date-to-text-in-oxygen#post-1104384</link>
			<pubDate>Thu, 27 Dec 2012 03:53:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1104384@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add text to the end of a link using CSS. Here is an example of adding text to the date line of featured posts in the Oxygen theme's featured post slider:</p>
<pre><code>.featured-post .entry-date a {
	padding-right: 7em;
	margin-right: -7em;
}

.featured-post .entry-date a:after {
	display: block;
	content: &quot; Click here for more info.&quot;;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>skaneateleslibrary on "Change post date to text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-post-date-to-text-in-oxygen#post-1086342</link>
			<pubDate>Tue, 04 Dec 2012 21:38:20 +0000</pubDate>
			<dc:creator>skaneateleslibrary</dc:creator>
			<guid isPermaLink="false">1086342@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello.  I'd like to insert the text "Click here for more info" in the post date footer in featured posts using the Oxygen theme.  Right now the footer is hidden, but if I can use it as text, I'd like to.</p>
<p>Any suggestions?</p>
<p><a href="http://skanlib.wordpress.com" rel="nofollow">http://skanlib.wordpress.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
