<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Shepherd &#187; wordpress stats</title>
	<atom:link href="http://www.richardshepherd.com/tag/wordpress-stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardshepherd.com</link>
	<description>Making the web. Better looking.</description>
	<lastBuildDate>Fri, 04 Jun 2010 18:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to remove the smiley face from a WordPress blog</title>
		<link>http://www.richardshepherd.com/how-to-remove-the-smiley-face-from-your-wordpress-blog/</link>
		<comments>http://www.richardshepherd.com/how-to-remove-the-smiley-face-from-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 19:33:04 +0000</pubDate>
		<dc:creator>richardshepherd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[smiley]]></category>
		<category><![CDATA[smiley face]]></category>
		<category><![CDATA[wordpress stats]]></category>

		<guid isPermaLink="false">http://www.growlingranger.com/?p=441</guid>
		<description><![CDATA[So a little smiley face appears at the bottom of your blog, and it looks like this: Well ain&#8217;t that the cutest thing! But what is it? It&#8217;s the little .gif file that the WordPress Stats plug-in uses to monitor your page. It does so with some code like this&#8230; 1&#60;img src=&#34;http://stats.wordpress.com/g.gif?host=www.yoursite.com&#38;rand=###############&#38;blog=#######&#38;v=###&#38;post=#&#38;ref=#&#34; alt=&#34;&#34; /&#62;; &#8230;where [...]]]></description>
			<content:encoded><![CDATA[<p>So a little smiley face appears at the bottom of your blog, and it looks like this:</p>
<p><img class="alignnone noborder" title="WordPress Stats Smiley Face!" src="http://stats.wordpress.com/g.gif" alt="" width="6" height="5" /></p>
<p>Well ain&#8217;t that the cutest thing! But what is it?</p>
<p>It&#8217;s the little .gif file that the WordPress Stats plug-in uses to monitor your page. It does so with some code like this&#8230;</p>
<div class="codecolorer-container html4strict default" style="border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://stats.wordpress.com/g.gif?host=www.yoursite.com&amp;rand=###############&amp;blog=#######&amp;v=###&amp;post=#&amp;ref=#&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>;</div></td></tr></tbody></table></div>
<p>&#8230;where the #&#8217;s are various characters. It&#8217;s all mystic WordPress voodoo which you don&#8217;t need to worry about.</p>
<p>Now I actually like the smiley face, but some people want to remove it from their blog. And it&#8217;s easy to do.</p>
<p>In wp-admin, head over to <strong>Appearance &gt; Editor &gt; style.css </strong>(or whatever your main style sheet is named). You then just add this bit of CSS:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/* Let's remove that Wordpress Stats Smiley Face ! */</span><br />
img<span style="color: #cc00cc;">#wpstats</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<p>There you have it! We&#8217;re just using plain and simple css to remove the smiley face from the screen, but still loading it so the page view gets counted.</p>
<p>So now you know how to remove the WordPress Stats smiley face. The question is, do you really want to?!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardshepherd.com/how-to-remove-the-smiley-face-from-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
