<?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>365 Discoveries &#187; wordpress</title>
	<atom:link href="http://www.365discoveries.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.365discoveries.com</link>
	<description>Personal Discoveries of a CIS Major</description>
	<lastBuildDate>Mon, 14 Nov 2011 04:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Error: Headers already sent, /wp-includes/pluggable.php [WordPress]</title>
		<link>http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/</link>
		<comments>http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 13:48:46 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Discoveries]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=438</guid>
		<description><![CDATA[So, you&#8217;re using WordPress and you just spent hours looking for the perfect theme to fit your new hybrid kitten-and-knitting blog. You upload the theme&#8217;s files into the appropriate folder, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-332" title="Aw, Snap!" src="http://www.365discoveries.com/wp-content/uploads/2009/04/aw_snap-150x144.jpg" alt="Aw, Snap!" width="150" height="144" />So, you&#8217;re using WordPress and you just spent hours looking for the perfect theme to fit your new hybrid kitten-and-knitting blog. You upload the theme&#8217;s files into the appropriate folder, navigate to the themes page in the  administrative interface, and click &#8220;activate.&#8221; So far, so good, right? Later, you notice that anytime you save a page, post, or option, you&#8217;re greeted with an error much like the following:</p>
<p style="padding-left: 60px;"><strong><em>Warning</em></strong><em>: Cannot modify header information &#8211; headers already sent by (output started at /home/user/public_html/ccc/wp-content/themes/broken-theme/includes/theme-options.php:172) in </em><strong><em>/home/user/public_html/ccc/wp-includes/pluggable.php</em></strong><em> on line </em><strong><em>23</em><em>7</em></strong></p>
<p>The exact nature of the error and line numbers will vary. The point is, your frilly new theme is broken or there&#8217;s a plugin conflict with it. Here&#8217;s a funny thing that happened with my situation and I suspect others may benefit from this tip. <strong>If you&#8217;re receiving these errors, and you&#8217;re still logged into your WordPress admin panel, activate a different theme you know works. </strong>The real problem begins if you log out.</p>
<p>If you are unable to access any portion of your site, or most importantly, the log in page, you&#8217;re going to need to get your hands dirty.</p>
<ol>
<li><strong>FTP into your WordPress themes folder, then to the folder for the offending theme (i.e. wp-content/themes/broken-theme).</strong></li>
<li><strong>Copy everything within that theme&#8217;s folder to another folder on the server, or to your hard drive (or just delete if you plan on installing fresh).</strong></li>
<li><strong>Copy the files from a known-good theme (like the included &#8220;classic&#8221; or &#8220;default&#8221;) into the folder you just emptied.</strong></li>
<li><strong>You should now be able to access your log in page.</strong> (www.yourdomain.com/wp-admin/)</li>
</ol>
<p>You could just leave it as is and set out to fix or replace your bunk theme, however, I recommend &#8220;officially&#8221; activating the theme you wish to revert back to, then deleting the duplicate you created in step 3.</p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/" rel="bookmark" title="April 30, 2009">WordPress Stats Showing &#8220;Dummy&#8221; Image</a></li>

<li><a href="http://www.365discoveries.com/2009/03/a-slick-automatic-random-image-rotator-script-random-picture/" rel="bookmark" title="March 10, 2009">A Slick Automatic Random Image Rotator Script [Random Picture]</a></li>

<li><a href="http://www.365discoveries.com/2008/06/wordpressorg-downtime-goshdarnit/" rel="bookmark" title="June 26, 2008">WordPress.org Downtime [Goshdarnit!]</a></li>
</ul><!-- Similar Posts took 3.452 ms --><p><a href="http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/" rel="bookmark">Error: Headers already sent, /wp-includes/pluggable.php [WordPress]</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on August 20, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Too Easy</title>
		<link>http://www.365discoveries.com/2009/06/too-easy/</link>
		<comments>http://www.365discoveries.com/2009/06/too-easy/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:12:16 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=376</guid>
		<description><![CDATA[Upgrading WordPress is ridiculously easy. Between the new &#8220;one-click&#8221; automated upgrade and the automated SQL database backup plugin I use, it&#8217;s just too easy! Those darned kids nowadays will never [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrading WordPress is ridiculously easy. Between the new &#8220;one-click&#8221; automated upgrade and the automated <a href="http://www.t3-design.com/dbc-backup-for-wordpress/" target="_blank">SQL database backup</a> plugin I use, it&#8217;s just too easy! Those darned kids nowadays will never have to go through the old methods of manually upgrading plugins and the core program. They won&#8217;t appreciate it!! They won&#8217;t!  <img src='http://www.365discoveries.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
Similar Posts:<ul>None Found
</ul><!-- Similar Posts took 1.063 ms --><p><a href="http://www.365discoveries.com/2009/06/too-easy/" rel="bookmark">Too Easy</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on June 12, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2009/06/too-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Stats Showing &#8220;Dummy&#8221; Image</title>
		<link>http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/</link>
		<comments>http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 11:20:13 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Shared Discovery]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=331</guid>
		<description><![CDATA[Upon viewing your blog stats generated by the WordPress Stats plugin you see an image that looks like a bar graph with data back to 2003 with two colors, one [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_332" class="wp-caption alignleft" style="width: 187px"><img class="size-full wp-image-332" title="Aw, Snap!" src="http://www.365discoveries.com/wp-content/uploads/2009/04/aw_snap.jpg" alt="Something went wrong..." width="177" height="144" /><p class="wp-caption-text">Something went wrong...</p></div>
<p>Upon viewing your blog stats generated by the <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress Stats </a>plugin you see an image that looks like a bar graph with data back to 2003 with two colors, one representing &#8220;Region A&#8221; and the other, &#8220;Region B,&#8221; you&#8217;re looking at a dummy image that WordPress Stats inserts when something goes awry. (Personally, I think it would be better if something more descriptive was there, like an image that says &#8220;<strong>i is <a href="http://www.dobberisms.com/missing.php" target="_blank">BROKDED</a></strong>!&#8221;) I wish I would had the foresight to take a screen shot of the image before I fixed the problem, but at any rate, the problem is resolved.</p>
<p><strong>My solution</strong> (thank God, the easy one): Deactive the plugin, delete all related files, upload a fresh copy, and reactivate. You will have to re-enter your WordPress.com API key, and to keep your stats, choose to &#8220;Replace&#8221; the blog (the plugin will guide you through these steps) with the same URL that you&#8217;re reactivating.</p>
<p>If that doesn&#8217;t take care of the issue, there are other solutions in <a href="http://wordpress.org/support/topic/195104" target="_blank">this thread</a>.</p>
<p>Good luck!</p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/" rel="bookmark" title="August 20, 2009">Error: Headers already sent, /wp-includes/pluggable.php [WordPress]</a></li>

<li><a href="http://www.365discoveries.com/2009/03/a-slick-automatic-random-image-rotator-script-random-picture/" rel="bookmark" title="March 10, 2009">A Slick Automatic Random Image Rotator Script [Random Picture]</a></li>

<li><a href="http://www.365discoveries.com/2009/03/should-have-thought-about-gmail/" rel="bookmark" title="March 14, 2009">Something I Probably Should Have Thought About [Gmail Pictures]</a></li>
</ul><!-- Similar Posts took 3.864 ms --><p><a href="http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/" rel="bookmark">WordPress Stats Showing &#8220;Dummy&#8221; Image</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on April 30, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something I Probably Should Have Thought About [Gmail Pictures]</title>
		<link>http://www.365discoveries.com/2009/03/should-have-thought-about-gmail/</link>
		<comments>http://www.365discoveries.com/2009/03/should-have-thought-about-gmail/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 10:21:19 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Discoveries]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=300</guid>
		<description><![CDATA[This is actually pretty stupid of me to do this, but I have to laugh at it. At the end of January, I was forwarded some information I was expected [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-301" title="gmail-logo" src="http://www.365discoveries.com/wp-content/uploads/2009/03/gmail-logo.jpg" alt="gmail-logo" width="150" height="139" />This is actually pretty stupid of me to do this, but I have to laugh at it. At the end of January, I was forwarded some information I was expected to post on a web site I administer. After sitting on it for awhile, I simply copied the information from the email, and pasted it into the WordPress visual editor. The email  contained a photo which, to my surprise, appeared in the post perfectly formatted. Apparently, I thought nothing of this.</p>
<p>Today, I went back to edit the page because I noticed a typo. Often, when you go to edit a page or post in WordPress, the HTML of the content will appear briefly before the TinyMCE visual editor has a chance to load. So, during that half-second, something in the code caught my eye; something about the image. I checked it out, and it seemed that all this time, the photo was being called from mail.google.com. I thought that couldn&#8217;t be right; Google isn&#8217;t going to play photo host through their Gmail system. But, the picture was there in the editor and the live page. But, wait a minute&#8230; I loaded the page in Internet Explorer (I had been using Firefox), and the image was broken. The problem? Whenever I edited or visited the page, I was also logged into Gmail with the same account that the image came from, so the image loaded because Firefox was authenticated while Internet Explorer wouldn&#8217;t be.</p>
<p>I should have known better. When you copy and paste stuff on the web (like web-based email), your browser is actually copying the code behind the content you&#8217;ve selected. If the image had already come from another web site like Flickr or Picasa, it wouldn&#8217;t have been a problem. But, anyway&#8230; another day, another lesson learned. <img src='http://www.365discoveries.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2009/03/a-slick-automatic-random-image-rotator-script-random-picture/" rel="bookmark" title="March 10, 2009">A Slick Automatic Random Image Rotator Script [Random Picture]</a></li>

<li><a href="http://www.365discoveries.com/2009/08/error-headers-already-sent-wp-includespluggable-php-wordpress/" rel="bookmark" title="August 20, 2009">Error: Headers already sent, /wp-includes/pluggable.php [WordPress]</a></li>

<li><a href="http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/" rel="bookmark" title="April 30, 2009">WordPress Stats Showing &#8220;Dummy&#8221; Image</a></li>
</ul><!-- Similar Posts took 3.147 ms --><p><a href="http://www.365discoveries.com/2009/03/should-have-thought-about-gmail/" rel="bookmark">Something I Probably Should Have Thought About [Gmail Pictures]</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on March 14, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2009/03/should-have-thought-about-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5.1 is Available, and the Reminders are PERSISTENT</title>
		<link>http://www.365discoveries.com/2008/04/wordpress-251-is-available/</link>
		<comments>http://www.365discoveries.com/2008/04/wordpress-251-is-available/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 12:03:35 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Discoveries]]></category>
		<category><![CDATA[Stuff from the Interwebs]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wordpress 2.5.1]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=53</guid>
		<description><![CDATA[I&#8217;m subscribed to the official WordPress blog so I know when new updates are released, however, it seems with the 2.5 landmark release, notification of the update appears on every [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m subscribed to the official WordPress blog so I know when new updates are released, however, it seems with the 2.5 landmark release, notification of the update appears on <em>every page</em> of the admin interface. There&#8217;s <em>no</em> way you can miss it now. Now, we just gotta get automatic upgrades without having to upload and overwriting files manually.</p>
<p>Anywho, <a href="http://wordpress.org/development/2008/04/wordpress-251/" target="_blank">2.5.1 is out</a> and it addresses a bunch of problems people have been having with the coveted 2.5 release. It looks like a 2.5 &#8220;redo&#8221; release. After browsing through the WordPress forums, version 2.5 has frustrated many a WordPress user, even veterans. I&#8217;ve been lucky, I guess, I have yet to come across anything buggy.</p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2009/01/update-to-wifi-map-other-updates/" rel="bookmark" title="January 28, 2009">Update to WiFi Map &#038; Other Updates</a></li>

<li><a href="http://www.365discoveries.com/2008/06/wordpressorg-downtime-goshdarnit/" rel="bookmark" title="June 26, 2008">WordPress.org Downtime [Goshdarnit!]</a></li>

<li><a href="http://www.365discoveries.com/2009/04/wordpress-stats-showing-dummy-image/" rel="bookmark" title="April 30, 2009">WordPress Stats Showing &#8220;Dummy&#8221; Image</a></li>
</ul><!-- Similar Posts took 3.358 ms --><p><a href="http://www.365discoveries.com/2008/04/wordpress-251-is-available/" rel="bookmark">WordPress 2.5.1 is Available, and the Reminders are PERSISTENT</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on April 26, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2008/04/wordpress-251-is-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SPAM Clogs the Tubes [Akismet Stats]</title>
		<link>http://www.365discoveries.com/2008/04/spam-clogs-the-tubes-akismet-stats/</link>
		<comments>http://www.365discoveries.com/2008/04/spam-clogs-the-tubes-akismet-stats/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:00:19 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Discoveries]]></category>
		<category><![CDATA[Serendipity]]></category>
		<category><![CDATA[Stuff from the Interwebs]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[bandwidth caps]]></category>
		<category><![CDATA[behavioral advertising]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[ham]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isps]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[service providers]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[splogs]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=42</guid>
		<description><![CDATA[There&#8217;s a lot of controversy going on all over the Internet and the real world over the massive use of peer-to-peer technology (P2P), and it&#8217;s legitimate and illegitimate implications. Namely, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft alignnone size-thumbnail wp-image-39" style="float: left;" title="Splogs" src="http://www.365discoveries.com/wp-content/uploads/2008/04/splog-150x150.jpg" alt="Spam for Weblogs" width="150" height="150" />There&#8217;s a lot of controversy going on all over the Internet and the real world over the massive use of peer-to-peer technology (P2P), and it&#8217;s legitimate and illegitimate implications. Namely, the massive amount of bandwidth P2P communications consume. Frankly, I believe the ISPs are blaming P2P users for using the available bandwidth on the network (<em>regardless of the fact that those users have paid for a certain level of service</em>) and threatening to charge for overages on ridiculously low monthly bandwidth caps <strong>instead of</strong> upgrading their networks as <strong>they should be doing just as any other company would have to who needs to keep up with demand in order to remain a viable competitor!</strong></p>
<p>I&#8217;m sorry, I digress. That discussion is a whole &#8216;nother week of blog postings dedicated to the topic.</p>
<p>However, my topic today is related. <a href="http://akismet.com/stats/" target="_blank">Akismet</a> (a WordPress bloggers best friend against SPAM) keeps <a href="http://akismet.com/stats/" target="_blank">detailed stats</a> on the comments it filters. Every comment that is submitted to a blog with Akismet installed gets passed through Akismet and is checked to see if it <em>looks</em> like SPAM. If it passes the test, the comment is allowed to post on the blog. If for some reason a comment is caught that isn&#8217;t SPAM or a comment it let through that <em>is</em> SPAM, I can mark it manually, and Akismet will &#8220;learn&#8221; from its mistake.</p>
<p>Anyway, back to the stats. <a href="http://akismet.com/stats/" target="_blank">Listed here</a>, you can see a basic graph outlining the number of HAM comments (legitimate comments) in blue, and the number of SPAM comments in orange. That is a outrageous HAM to SPAM ratio! And that&#8217;s only on blogs that Akismet tracks!</p>
<p>My point is&#8230; there&#8217;s A LOT OF SPAM. I&#8217;m sure the bandwidth it takes to transmit all that crap is fairly substantial. There have been studies that try to pinpoint the number, but they all differ. They do, however, agree that it is certainly more taxing than legitimate communications.</p>
<p><strong>The solution</strong>? These ISPs should spend more of their resources locking down something that NOBODY likes (SPAM) and less time alienating their customers over crap like DNS-based behavioral tracking and bandwidth caps.</p>
<p>P.S. Akismet is the reason you don&#8217;t have sign-up or enter in some CAPTCHA or other human-verification code in order to comment here! So yeah! Give it up for Akismet!</p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2008/04/splogs-suck/" rel="bookmark" title="April 12, 2008">Splogs Suck</a></li>

<li><a href="http://www.365discoveries.com/2009/02/if-you-post-it-they-will-spam-it/" rel="bookmark" title="February 24, 2009">If You Post it, they will SPAM it</a></li>
</ul><!-- Similar Posts took 2.992 ms --><p><a href="http://www.365discoveries.com/2008/04/spam-clogs-the-tubes-akismet-stats/" rel="bookmark">SPAM Clogs the Tubes [Akismet Stats]</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on April 15, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2008/04/spam-clogs-the-tubes-akismet-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Fixed Pinging for Future Posts</title>
		<link>http://www.365discoveries.com/2008/04/wordpress-fixed-pinging-for-future-posts/</link>
		<comments>http://www.365discoveries.com/2008/04/wordpress-fixed-pinging-for-future-posts/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 13:00:42 +0000</pubDate>
		<dc:creator>Justin Marty</dc:creator>
				<category><![CDATA[Discoveries]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[killer coding ninja monkeys]]></category>
		<category><![CDATA[monkeys]]></category>
		<category><![CDATA[pinging]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[update services]]></category>
		<category><![CDATA[wordpress 2.5]]></category>

		<guid isPermaLink="false">http://www.365discoveries.com/?p=5</guid>
		<description><![CDATA[It took me some amount of time to find this answer, but it seems that WordPress will process a &#8220;ping&#8221; for your blog when a post goes live. Previously, WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>It took me some amount of time to find this answer, but it seems that WordPress will process a &#8220;ping&#8221; for your blog when a post goes live. Previously, WordPress would send a ping as soon as any post was published, regardless if a post was scheduled to go live at a later date. After version 2.3 (I believe), the ping will be sent after the new post is public.</p>
<p>One thing to keep in mind, though, is that when your blog pings whatever services you have set up, it&#8217;s not telling the service <em>what&#8217;s</em> new, only that there is something new at your blog and the service should send a spider/robot/crawler/killer coding ninja monkey at your blog to discover the new content.</p>
<p>Either way, it&#8217;s a pretty important feature&#8230; But, so are killer coding ninja monkeys&#8230; and they don&#8217;t have that integrated into WordPress yet, damnit.</p>
<p>(Yes, this post was scheduled for a future time&#8230; heheh.)</p>
Similar Posts:<ul><li><a href="http://www.365discoveries.com/2008/06/wordpressorg-downtime-goshdarnit/" rel="bookmark" title="June 26, 2008">WordPress.org Downtime [Goshdarnit!]</a></li>

<li><a href="http://www.365discoveries.com/2008/06/sounds-effects-on-the-cheap-free/" rel="bookmark" title="June 1, 2008">Sounds Effects on the Cheap [Free]</a></li>

<li><a href="http://www.365discoveries.com/2008/03/wordpress-25-is-different/" rel="bookmark" title="March 30, 2008">WordPress 2.5 is Different</a></li>
</ul><!-- Similar Posts took 3.452 ms --><p><a href="http://www.365discoveries.com/2008/04/wordpress-fixed-pinging-for-future-posts/" rel="bookmark">WordPress Fixed Pinging for Future Posts</a> originally appeared on <a href="http://www.365discoveries.com">365 Discoveries</a> on April 2, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.365discoveries.com/2008/04/wordpress-fixed-pinging-for-future-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

