<?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>J-Mill Graphics &#187; wordpress coding</title>
	<atom:link href="http://www.jmillgraphics.com/category/coding/wordpress-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jmillgraphics.com</link>
	<description>Brand Design Defined</description>
	<lastBuildDate>Sun, 06 May 2012 07:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Smiley</title>
		<link>http://www.jmillgraphics.com/wordpress-smiley/</link>
		<comments>http://www.jmillgraphics.com/wordpress-smiley/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 22:17:12 +0000</pubDate>
		<dc:creator>jamie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress coding]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[remove smiley]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jmillgraphics.com/?p=2911</guid>
		<description><![CDATA[Do you love the new JetPack plugin by WordPress, but hate the smiley that still seems to find you through Stats? I actually haven&#8217;t seen him around, but sometimes he pops up on other pages and sites. I wouldn&#8217;t bother with the plugin to get rid of it. It&#8217;s WAY easier to just make him disappear. There&#8217;s been lots of ...]]></description>
			<content:encoded><![CDATA[<p>Do you love the new JetPack plugin by WordPress, but hate the smiley that still seems to find you through Stats? I actually haven&#8217;t seen him around, but sometimes he pops up on other pages and sites. I wouldn&#8217;t bother with the plugin to get rid of it. It&#8217;s WAY easier to just make him disappear. There&#8217;s been lots of do this way not that way stuff, I just like to stay safe and use this code:</p>
<pre class="fancy_code_box">
img#wpstats{
	display:block;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
</pre>
<p>Some of you may not know how to do this, so I will tell you the easiest way. When you&#8217;re logged into wordpress, go to <b>Appearence –> Editior</b> and look for <b>style.css</b> Add that little piece of code in there. I just make a section at the bottom of all the code that looks like this:</p>
<pre class="fancy_code_box">
/* WP-Stats Smiley
-------------------------------------------------------------- */
img#wpstats{
	display:block;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
</pre>
<p>I usually add all my extra codes in that way, and keep a separate basic text file on my computer of all the changes I make (change log) on the site.</p>
<div class="divider"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jmillgraphics.com/wordpress-smiley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

