<?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: Removing author name from byline in Origin theme</title>
		<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme</link>
		<description>WordPress.com Forums &#187; Topic: Removing author name from byline in Origin theme</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 01:08:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-author-name-from-byline-in-origin-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>larelekman on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-886050</link>
			<pubDate>Mon, 14 May 2012 12:55:06 +0000</pubDate>
			<dc:creator>larelekman</dc:creator>
			<guid isPermaLink="false">886050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, the CSS is definitely complex, yet it produces a clean and simplistic output - at least on the latest Chrome, Safari, IE8, and iPhone browsers. </p>
<p>The SEO issue is a more serious one, and I will need to consider it further.</p>
<p>Thank you sacredpath, and have a great week!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-885136</link>
			<pubDate>Sat, 12 May 2012 18:59:55 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885136@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should know that with this complex solution, it might not work in all browsers. I've seen Internet Explorer flip out on things like this and ignore it all.</p>
<p>Also, visibility: hidden; can be looked on suspiciously by search engines since those that try to "game" the search engine to appear higher in search results have used it a lot in the past to hide SEO tricks from people but make it available for search engines.</p>
<p>In particular, I don't thing IE7 or IE8 will know what to do with the :before and :after and content stuff, so just be aware that your carefully crafted changes above will likely not be seen by everyone.
</p>
]]></description>
					</item>
		<item>
			<title>larelekman on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-885089</link>
			<pubDate>Sat, 12 May 2012 17:15:53 +0000</pubDate>
			<dc:creator>larelekman</dc:creator>
			<guid isPermaLink="false">885089@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>After some digging, you can actually add the missing text labels with CSS also. Add this after the previous CSS:</p>
<p>.byline .published:before {<br />
	content:"Posted on";<br />
	float:left;<br />
	padding-right:3px;<br />
}</p>
<p>.byline .published:after {<br />
	content:"in categories:";<br />
	float:left;<br />
	padding-right:3px;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>larelekman on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-885022</link>
			<pubDate>Sat, 12 May 2012 15:27:46 +0000</pubDate>
			<dc:creator>larelekman</dc:creator>
			<guid isPermaLink="false">885022@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you timethief and thesacredpath! I do have the CSS option and admin rights. </p>
<p>I found out the CSS trick below that completely hides the "Written by" and "Edit" parts while keeping the post date and category keywords visible. </p>
<p>You can see the result at <a href="http://larelekman.com" rel="nofollow">http://larelekman.com</a>. It however doesn't show the "Categorie(s):" text label, but is simplistic and close enough.</p>
<p>.byline {<br />
	visibility:hidden;<br />
	width:130%;<br />
}</p>
<p>.byline .published {<br />
	visibility:visible;<br />
	float:left;<br />
	padding-right:5px;<br />
}</p>
<p>.byline .category {<br />
	visibility:visible;<br />
	float:left;<br />
	padding-right:5px;<br />
}</p>
<p>.byline .author,.edit {<br />
	display:none;<br />
}</p>
<p>.byline a {<br />
	visibility:visible;<br />
	float:left;<br />
	padding-right:5px;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-884837</link>
			<pubDate>Sat, 12 May 2012 04:04:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">884837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The author's name can be removed with CSS, but "Kirjoittanut" (written by) cannot since it is lumped in with the date (no separate selector). The following will get rid of the author's name.</p>
<pre><code>.author {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-884822</link>
			<pubDate>Sat, 12 May 2012 03:30:34 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">884822@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>BTW the "edit" link  is visible only to you when you are logged in. It's an Admin edit link that cannot be seen by visitors.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-884821</link>
			<pubDate>Sat, 12 May 2012 03:29:12 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">884821@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have your purchaed the<a href="http://en.support.wordpress.com/custom-design/"> custom design upgrade</a> and is this a <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a> question? I'm asking as it can't be done without the upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>larelekman on "Removing author name from byline in Origin theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-author-name-from-byline-in-origin-theme#post-884817</link>
			<pubDate>Sat, 12 May 2012 03:25:48 +0000</pubDate>
			<dc:creator>larelekman</dc:creator>
			<guid isPermaLink="false">884817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I would like to remove author name and the "edit" link from my blog's byline, while keeping the posted date and category tags.</p>
<p>All pointers are greatly appreciated!
</p>
]]></description>
					</item>

	</channel>
</rss>
