<?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: Bold Life theme: Moving the &quot;Posted By&quot; credit?</title>
		<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit</link>
		<description>WordPress.com Forums &#187; Topic: Bold Life theme: Moving the &quot;Posted By&quot; credit?</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 04:48:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/bold-life-theme-moving-the-posted-by-credit" rel="self" type="application/rss+xml" />

		<item>
			<title>imperviousrex on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-992645</link>
			<pubDate>Thu, 30 Aug 2012 18:43:40 +0000</pubDate>
			<dc:creator>imperviousrex</dc:creator>
			<guid isPermaLink="false">992645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I had no idea about the over-tagging; thanks for the heads up.  I was never in the 20+ range, but it's a good thing to keep in mind.  Thank you for the answers, it's given me some things to think about re: CSS &#38; themes.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-992590</link>
			<pubDate>Thu, 30 Aug 2012 17:51:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992590@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I agree, though I'm a bit of a zealous over-tagger.</p></blockquote>
<p>Over-tagging will harm rather than help. If you use too many, WordPress.com sees it as a red flag for spam. We recommend sticking to a maximum of 10-12 combined categories and tags.</p>
<blockquote><p>If I change templates midstream, I lose all formatting and CSS/font choices I've made, correct?</p></blockquote>
<p>Well, the CSS will stay, but it almost certainly won't work for the new theme because most CSS is theme-specific. I would recommend starting over with CSS if you change themes.</p>
<blockquote><p>There's no way to try out the new theme (outside of live preview) then revert to the old one, edits intact?</p></blockquote>
<p>Currently, the live preview will actually show a new theme with the CSS edits in tact. We'd like to change that in the future though because it's really not the best way to preview in most cases.
</p>
]]></description>
					</item>
		<item>
			<title>imperviousrex on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-992468</link>
			<pubDate>Thu, 30 Aug 2012 16:31:44 +0000</pubDate>
			<dc:creator>imperviousrex</dc:creator>
			<guid isPermaLink="false">992468@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I agree, though I'm a bit of a zealous over-tagger. </p>
<p>While this isn't EXACTLY on point, I have found another template that does replicate what I'm looking for.  If I change templates midstream, I lose all formatting  and CSS/font choices I've made, correct? There's no way to try out the new theme (outside of live preview) then revert to the old one, edits intact?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-992462</link>
			<pubDate>Thu, 30 Aug 2012 16:24:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992462@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you were very careful to keep a not-too-crazy long list of tags and categories, it could work.
</p>
]]></description>
					</item>
		<item>
			<title>imperviousrex on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-991957</link>
			<pubDate>Thu, 30 Aug 2012 01:03:11 +0000</pubDate>
			<dc:creator>imperviousrex</dc:creator>
			<guid isPermaLink="false">991957@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see what you mean; without being able to ensure similar heights, the tags'll run over the headlines.  Hmmm...back to the drawing board then.  Thanks for the reply!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-991548</link>
			<pubDate>Wed, 29 Aug 2012 17:46:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">991548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can move the post meta to the top of posts using absolute positioning, but you must give it a set amount of spacing and so it will only really work well if all the post meta has similar heights. To see what I mean, try out the following on your Appearance &#8594; Custom Design &#8594; CSS editor with the preview button:</p>
<pre><code>.entry-inner {
	position: relative;
	padding-top: 80px;
}
.post-meta {
	position: absolute;
	top: 0;
	width: 530px;
	margin-top: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>imperviousrex on "Bold Life theme: Moving the &quot;Posted By&quot; credit?"</title>
			<link>http://en.forums.wordpress.com/topic/bold-life-theme-moving-the-posted-by-credit#post-990609</link>
			<pubDate>Tue, 28 Aug 2012 20:52:16 +0000</pubDate>
			<dc:creator>imperviousrex</dc:creator>
			<guid isPermaLink="false">990609@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good afternoon,</p>
<p>Is it possible, using CSS (I do have custom design enabled) to take the "Posted by" credit that currently sits at the bottom of my posts with the tags, and move it underneath the post title? If that isn't possible, is there a way to at least make it stand out a bit more, possibly by making the font a little larger or changing the color?</p>
<p>Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
