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

		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1061466</link>
			<pubDate>Mon, 05 Nov 2012 21:19:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061466@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm closing this since there haven't been any replies for 10 days. Please start a new help request if you still have any questions.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051910</link>
			<pubDate>Fri, 26 Oct 2012 15:32:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>To something that I like maybe with my logo appearing in the middle?</p></blockquote>
<p>If you still need help with this, could you point out exactly where you're trying to add your logo in the middle?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051908</link>
			<pubDate>Fri, 26 Oct 2012 15:31:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. How do you personalize the line that appears under each posting?</p></blockquote>
<p>You could do this using the content property. Here is an example of adding text:</p>
<pre><code>.post-meta:before {
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>To add text and an image, you could start with something like this and adjust it:</p>
<pre><code>.post-meta:before {
	background: url(http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png) no-repeat;
	display: block;
	min-height: 32px;
	padding-left: 40px;
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>Replace the url() value with your image and update the min-height and padding-left values to your image dimensions.</p>
<p>The examples above will work on archives pages (pages that list posts). The Mystique theme adds in a special author section below the content on individual posts automatically. To adjust the image there, update the post author's <a href="http://en.support.wordpress.com/avatars/gravatars/">Gravatar</a>. To adjust the text, edit the Users → My Profile → About you setting in your blog dashboard.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051902</link>
			<pubDate>Fri, 26 Oct 2012 15:20:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. I want to add my own social networking icons on the top page of the site. How to do that with CSS?</p></blockquote>
<p>What you can do is add them into your sidebar using a <a href="http://en.support.wordpress.com/widgets/text-widget/">text widget</a>, and then you can move that text widget to somewhere else on the page using CSS.
</p>
]]></description>
					</item>
		<item>
			<title>foomandoonian on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1046507</link>
			<pubDate>Sat, 20 Oct 2012 16:59:18 +0000</pubDate>
			<dc:creator>foomandoonian</dc:creator>
			<guid isPermaLink="false">1046507@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Add the following into your CSS:</p>
<p><code>p.author { display: none; }</code></p>
<p>2 &#38; 3 are beyond the scope of CSS really.
</p>
]]></description>
					</item>
		<item>
			<title>jannemarri on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1044816</link>
			<pubDate>Fri, 19 Oct 2012 02:19:07 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1044816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am busy figuring out the layout of the site before I make everything final. I need help with CSS coding as I am stumped.<br />
1.  How to remove the "Posted by....." which is found next to the date when you add a new post. I know how to fully remove it but it takes out the bar and looks funny because its not adjusted to the date image (little bit of he bar left attached to the date image). I just want to remove the text and not the entire bar (section its written on)<br />
2. I want to add my own social networking icons on the  top page of the  site. How to do that with CSS?<br />
3. How do you personalize the line that appears under each posting? To something that I like maybe with my logo appearing in the middle?</p>
<p>I am using Mystique theme. Help!!</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>davecopeland on "Removing By lines in Modern News"</title>
			<link>http://en.forums.wordpress.com/topic/removing-by-lines-in-modern-news#post-866077</link>
			<pubDate>Tue, 17 Apr 2012 09:34:27 +0000</pubDate>
			<dc:creator>davecopeland</dc:creator>
			<guid isPermaLink="false">866077@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked! Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing By lines in Modern News"</title>
			<link>http://en.forums.wordpress.com/topic/removing-by-lines-in-modern-news#post-865649</link>
			<pubDate>Mon, 16 Apr 2012 19:03:47 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865649@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the byline for posts in the Modern News theme, try this:</p>
<pre><code>.post .post-info {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>davecopeland on "Removing By lines in Modern News"</title>
			<link>http://en.forums.wordpress.com/topic/removing-by-lines-in-modern-news#post-862161</link>
			<pubDate>Wed, 11 Apr 2012 12:10:18 +0000</pubDate>
			<dc:creator>davecopeland</dc:creator>
			<guid isPermaLink="false">862161@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I remove the byline/posted by from posts using the Custom CSS section for Modern news? I'm new to this whole backend WP thing and have tried several suggestions I have found on the forum to no avail....
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Twenty Eleven &gt; How To Delete Post Posted by () | Posted in () | Posted on ()"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-how-to-delete-post-posted-by-posted-in-posted-on#post-797260</link>
			<pubDate>Fri, 20 Jan 2012 18:08:09 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">797260@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>inkutrecht on "Twenty Eleven &gt; How To Delete Post Posted by () | Posted in () | Posted on ()"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-how-to-delete-post-posted-by-posted-in-posted-on#post-797003</link>
			<pubDate>Fri, 20 Jan 2012 12:38:24 +0000</pubDate>
			<dc:creator>inkutrecht</dc:creator>
			<guid isPermaLink="false">797003@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thnx, that worked!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Twenty Eleven &gt; How To Delete Post Posted by () | Posted in () | Posted on ()"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-how-to-delete-post-posted-by-posted-in-posted-on#post-795951</link>
			<pubDate>Thu, 19 Jan 2012 10:13:17 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">795951@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try.</p>
<pre><code>.entry-meta {
display: none;
}</code></pre>
<p>Also on CSS related questions, please post in the CSS forum as that is where I look first for CSS related questions and you will likely get a quicker response. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>inkutrecht on "Twenty Eleven &gt; How To Delete Post Posted by () | Posted in () | Posted on ()"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-how-to-delete-post-posted-by-posted-in-posted-on#post-795950</link>
			<pubDate>Thu, 19 Jan 2012 10:09:25 +0000</pubDate>
			<dc:creator>inkutrecht</dc:creator>
			<guid isPermaLink="false">795950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I currently have a private blog, using the Twenty Eleven theme on wordpress.com<br />
I was wondering how I can use CSS to remove the Posted on, Posted by on both my blogs and pages.</p>
<p>Which CSS code do I have to create - and copy/past - into the CSS Stylesheet Editor?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-784820</link>
			<pubDate>Thu, 05 Jan 2012 22:51:03 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">784820@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. :)<br />
P.S. Note that I provided a workaround in the article I linked to above for single Authors of blogs who do want to have their byline displayed.
</p>
]]></description>
					</item>
		<item>
			<title>ldyndiuk on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-784816</link>
			<pubDate>Thu, 05 Jan 2012 22:48:25 +0000</pubDate>
			<dc:creator>ldyndiuk</dc:creator>
			<guid isPermaLink="false">784816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you - that explains a lot! This didn't come up when I searched the support/forums section so I appreciate the link.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-784797</link>
			<pubDate>Thu, 05 Jan 2012 22:26:45 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">784797@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please note that Staff made a change in November. Regardless of the theme, author bylines will only display now if there are at least two authors, who both have at least one published post in the blog. Read more? &#62; <a href="http://onecoolsitebloggingtips.com/2012/01/03/wordpress-com-changes-bylines-for-authors/">WordPress.com Changes Bylines for Authors</a>
</p>
]]></description>
					</item>
		<item>
			<title>ldyndiuk on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-784655</link>
			<pubDate>Thu, 05 Jan 2012 20:33:46 +0000</pubDate>
			<dc:creator>ldyndiuk</dc:creator>
			<guid isPermaLink="false">784655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>...Aaaaand, it looks like it's working now. I have no idea what changed. Mysterious!
</p>
]]></description>
					</item>
		<item>
			<title>ldyndiuk on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-784513</link>
			<pubDate>Thu, 05 Jan 2012 18:21:59 +0000</pubDate>
			<dc:creator>ldyndiuk</dc:creator>
			<guid isPermaLink="false">784513@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whoops! Sorry! It's here: <a href="http://robbinslibrary.wordpress.com" rel="nofollow">http://robbinslibrary.wordpress.com</a> There's only one post so far as I'm trying to work all this stuff out before we really start using it. But I have a draft of a post I'm working on and checked the preview and the author name wasn't showing up. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-783909</link>
			<pubDate>Wed, 04 Jan 2012 23:50:34 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">783909@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi. In order to assist you, we need the URL of your blog, starting with http:// please. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>ldyndiuk on "Author name not appearing on posts"</title>
			<link>http://en.forums.wordpress.com/topic/author-name-not-appearing-on-posts#post-783808</link>
			<pubDate>Wed, 04 Jan 2012 21:45:17 +0000</pubDate>
			<dc:creator>ldyndiuk</dc:creator>
			<guid isPermaLink="false">783808@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the theme Twenty Ten, which should display "Posted on (date) by (author)" but my posts only show "Posted on (date)." I can't find a setting to fix this. It's a group blog so I really want the author information to appear. I even tried changing the theme to Twenty Eleven (because it also should show the author info) but it still didn't show up. I feel like I'm missing something very basic here, but I just can't figure it out. Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740786</link>
			<pubDate>Wed, 09 Nov 2011 22:32:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">740786@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>jwarne007 on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740755</link>
			<pubDate>Wed, 09 Nov 2011 21:41:06 +0000</pubDate>
			<dc:creator>jwarne007</dc:creator>
			<guid isPermaLink="false">740755@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's brilliant! Thanks again so much for your help. Very much appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740253</link>
			<pubDate>Wed, 09 Nov 2011 11:36:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">740253@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can look at it on the demo site. Go to <a href="http://theme.wordpress.com/" rel="nofollow">http://theme.wordpress.com/</a> find the theme and then click the "see it in action" button.</p>
<p>The other choice would be to set yourself up a test blog to play with on your existing account which you could keep set to private.
</p>
]]></description>
					</item>
		<item>
			<title>jwarne007 on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740249</link>
			<pubDate>Wed, 09 Nov 2011 11:29:54 +0000</pubDate>
			<dc:creator>jwarne007</dc:creator>
			<guid isPermaLink="false">740249@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the info on Pilcrow. I will review the list of themes that do allow that feature. When I find one, am I able to 'test' the new theme prior to making it live so that I can make sure I like it? Thanks so much for your super advice!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740052</link>
			<pubDate>Wed, 09 Nov 2011 02:36:35 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">740052@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can also take a look at this <a href="http://wpbtips.wordpress.com/2009/08/15/author-displayed-or-not/">post by Panos</a> which lists all the themes and shows which show authors and which do not.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740050</link>
			<pubDate>Wed, 09 Nov 2011 02:33:42 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">740050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What shows in the metadata (date, categories, tags, author) is different from theme to theme. Some show the author and some do not. Pilcrow does not and to add it would require hacking the theme PHP script files, and we cannot do that here at wordpress.com. For Pilcrow, I suggest having each author put a "byline" at the top of their post saying, "By Authorname" or something like that.</p>
<p>You can also add the authors widget to the sidebar and then when someone clicks on one of the authors, they will get a listing of only the posts by that author.
</p>
]]></description>
					</item>
		<item>
			<title>jwarne007 on "How to add &quot;posted by&quot; in Pilcrow"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-add-posted-by-in-pilcrow#post-740045</link>
			<pubDate>Wed, 09 Nov 2011 02:25:41 +0000</pubDate>
			<dc:creator>jwarne007</dc:creator>
			<guid isPermaLink="false">740045@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - we are three contributing authors to our blog and I would like each post to be identified with the author, so friends, family etc know who wrote that entry.  I cannot find how to do it.  Can someone please let me know how to set that up?<br />
Thanks!  James.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "add &quot;posted by&quot; below post title in coraline"</title>
			<link>http://en.forums.wordpress.com/topic/add-posted-by-below-post-title-in-coraline#post-624192</link>
			<pubDate>Sun, 12 Jun 2011 21:16:03 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">624192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "add &quot;posted by&quot; below post title in coraline"</title>
			<link>http://en.forums.wordpress.com/topic/add-posted-by-below-post-title-in-coraline#post-624161</link>
			<pubDate>Sun, 12 Jun 2011 19:19:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">624161@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Panos<br />
 Good morning to you. :) Yay! for Torsten.
</p>
]]></description>
					</item>
		<item>
			<title>clvance on "add &quot;posted by&quot; below post title in coraline"</title>
			<link>http://en.forums.wordpress.com/topic/add-posted-by-below-post-title-in-coraline#post-624159</link>
			<pubDate>Sun, 12 Jun 2011 19:16:05 +0000</pubDate>
			<dc:creator>clvance</dc:creator>
			<guid isPermaLink="false">624159@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Spectacular!  Thank you- both worked like a charm!
</p>
]]></description>
					</item>

	</channel>
</rss>
