<?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: Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve</title>
		<link>http://en.forums.wordpress.com/topic/changing-1-reply-to-1-comment-in-twenty-twelve</link>
		<description>WordPress.com Forums &#187; Topic: Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 17:15:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-1-reply-to-1-comment-in-twenty-twelve" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve"</title>
			<link>http://en.forums.wordpress.com/topic/changing-1-reply-to-1-comment-in-twenty-twelve#post-1124681</link>
			<pubDate>Tue, 15 Jan 2013 13:06:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1124681@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What you can do with CSS is change the appearance of something already on the page, and there is also a way to add plain text using pseudo elements, but you can't change out just one word of a string such as "comment" in "1 comment" using CSS only. If you really wanted to get full control to change that wording, you would need to <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switch to WordPress.org</a> and actually do some custom PHP programming or find a plugin that does what you want.</p>
<p>That said, here are some examples of adding text using pseudo elements that you can play around with.</p>
<p>I see you replaced the "leave-reply" link text using this custom CSS:</p>
<pre><code>.leave-reply {
	visibility: hidden;
}
.leave-reply:before {
	visibility: visible;
	content:&quot;What&#039;d you think? Leave a comment.&quot;;
}</code></pre>
<p>Another way to do that would be to just add the first part like this:</p>
<pre><code>.leave-reply:before {
	content: &quot;What&#039;d you think? &quot;;
}</code></pre>
<p>And if you wanted to do the same thing when some comments have already been left, you would also add this:</p>
<pre><code>.comments-link:before {
	content: &quot;What&#039;d you think? &quot;;
}</code></pre>
<p>Or if you wanted to add "Leave your own." after the links that show the number of comment that have been left, you could add this:</p>
<pre><code>.comments-link:after {
	content: &quot; Leave your own.&quot;;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jakebeamish on "Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve"</title>
			<link>http://en.forums.wordpress.com/topic/changing-1-reply-to-1-comment-in-twenty-twelve#post-1114393</link>
			<pubDate>Mon, 07 Jan 2013 07:57:09 +0000</pubDate>
			<dc:creator>jakebeamish</dc:creator>
			<guid isPermaLink="false">1114393@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd also love some help with this - '1 comment. Leave your own' sounds much less sterile than 1 reply. I'd also like to know how to force the Twenty Twelve theme to show those comments underneath posts without having to view the individual post url's.
</p>
]]></description>
					</item>
		<item>
			<title>freshandfoodie on "Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve"</title>
			<link>http://en.forums.wordpress.com/topic/changing-1-reply-to-1-comment-in-twenty-twelve#post-1112275</link>
			<pubDate>Fri, 04 Jan 2013 18:58:53 +0000</pubDate>
			<dc:creator>freshandfoodie</dc:creator>
			<guid isPermaLink="false">1112275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, even more customization with this would be great. Changing it to "There's currently 1 comment. Leave your own." would be that much better.
</p>
]]></description>
					</item>
		<item>
			<title>freshandfoodie on "Changing &quot;1 reply&quot; to &quot;1 comment&quot; in Twenty Twelve"</title>
			<link>http://en.forums.wordpress.com/topic/changing-1-reply-to-1-comment-in-twenty-twelve#post-1112272</link>
			<pubDate>Fri, 04 Jan 2013 18:55:29 +0000</pubDate>
			<dc:creator>freshandfoodie</dc:creator>
			<guid isPermaLink="false">1112272@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm looking to change the wording of the comments link that appears with each post. I've already changed the wording for when no comments have been made, but I'd like to change the wording after someone has left a comment from "1 reply" to "1 comment". </p>
<p>Can anyone help with this?
</p>
]]></description>
					</item>

	</channel>
</rss>
