<?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: Remove timestamp and others in oxygen theme</title>
		<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme</link>
		<description>WordPress.com Forums &#187; Topic: Remove timestamp and others in oxygen theme</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 23:09:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-timestamp-and-others-in-oxygen-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1108455</link>
			<pubDate>Mon, 31 Dec 2012 22:37:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108455@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the box that normally holds the post title inside the featured image slider on the Oxygen theme's slideshow page, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.home .featured-post .entry-title {
	display: none;
}</code></pre>
<p>That's the only box I saw when I checked, so let me know if you were trying to target something different.
</p>
]]></description>
					</item>
		<item>
			<title>otiumdesignandfineart on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1098678</link>
			<pubDate>Wed, 19 Dec 2012 03:35:28 +0000</pubDate>
			<dc:creator>otiumdesignandfineart</dc:creator>
			<guid isPermaLink="false">1098678@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Houstonweaver.<br />
I had the same problems as agent 57.uk.<br />
I tried your code on the css styling sheet, and it worked!<br />
Except for a little box space on the home page slider for the dates.<br />
How can I get rid of this aswel?</p>
<p>Help would be much appreciated! </p>
<p><a href="http://otiumdesignandfineart.com/" rel="nofollow">http://otiumdesignandfineart.com/</a></p>
<p>Thank you very much
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1092663</link>
			<pubDate>Tue, 11 Dec 2012 22:36:42 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1092663@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Merry Christmas to you too. You are spreading cheer already.  I'm a dabbler compared to most of the folks that help with the css.  But its an interesting place to hang out and learn.
</p>
]]></description>
					</item>
		<item>
			<title>agent57uk on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1092068</link>
			<pubDate>Tue, 11 Dec 2012 09:59:37 +0000</pubDate>
			<dc:creator>agent57uk</dc:creator>
			<guid isPermaLink="false">1092068@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good lord, I’m so impressed! </p>
<p>You, are some kind of wizard</p>
<p>I suppose I’m coming from a place of no Knowledge, but thank you very much for you concise and timely response and succinct code</p>
<p>Merry Christmas
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1091883</link>
			<pubDate>Tue, 11 Dec 2012 02:27:46 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1091883@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On being sure things are fully possible, there is a preview mode on the css editor that can be used to view your changes even if you don't have the css upgrade.  This enables you to see how the changes you make affect different pages on your site.  You also can get your money back if you do buy the css upgrade and decide you don't like it.</p>
<p>Removing date/timestamps, etc.  If you want them removed from the slider, the full post, and the post excerpt in the recent articles section, and and to remove the navigation to previous and next posts,  try this:</p>
<pre><code>.entry-meta {display:none;}
#nav-below {display:none;}</code></pre>
]]></description>
					</item>
		<item>
			<title>agent57uk on "Remove timestamp and others in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-timestamp-and-others-in-oxygen-theme#post-1089059</link>
			<pubDate>Fri, 07 Dec 2012 09:18:21 +0000</pubDate>
			<dc:creator>agent57uk</dc:creator>
			<guid isPermaLink="false">1089059@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to remove the following aspects of 'posts' within the oxygen theme</p>
<p>1. Timestamp <strong>on the slider</strong><br />
2. Aspects: 'Timestamp', 'by', and 'in' from the top of the post itself</p>
<p>e.g:<br />
<strong>November 4, 2012</strong>	· <strong>byAgent 57</strong> · <strong>in Services. </strong></p>
<p>3. Links to subseqent and previous posts from the bottom of the post itself<br />
 e.g:<br />
← Hands on with community work<br />
Perspective on your cable infrastructure conditions →</p>
<p>I am looking for complete reasurance that this is indeed fully possible <em>before </em>I go on to purchace the custom CSS upgrade</p>
<p>I have spent a number of long hours making friends with theme to get it the way I would ideally like, and these outstanding items are the final pieces of the puzzle for me.</p>
<p>Thank you.
</p>
]]></description>
					</item>

	</channel>
</rss>
